Bump and fix errors for release 2025.06 #447
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WIP]
Bump and fix errors for release 2025.06
Tests executed
Additional infos
There are 4 tests that (locally) fail with StackOverflowError.
The strange thing is that they fail also if i execute them using the 5.26.0 / 5.20.0 tags,
and that they don't fail in the CI as we can see here.
Instead locally, using the same command and jdk (i.e.
jdk: 17.0.15-tem
and./mvnw --no-transfer-progress clean compile test -Dtest=RTreeBulkInsertTest
) they fail.Moreover, by adding the maxNodeReference to 20 (i.e. the 3rd parameter here),
they are executed correctly.
Therefore i'm not sure if it's a bug or something strange that i have locally or some particular CI config that i don't have locally,
but i think we can skip them since the jar seems to be generated correctly and they are green in the CI.