Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recover from java21 failure #658

Merged
merged 2 commits into from
May 20, 2024
Merged

Conversation

peter-lawrey
Copy link
Member

No description provided.

@peter-lawrey peter-lawrey requested a review from tgd May 20, 2024 12:41
@peter-lawrey peter-lawrey merged commit 2a8708f into develop May 20, 2024
0 of 9 checks passed
@peter-lawrey peter-lawrey deleted the recover-from-java21-failure branch May 20, 2024 12:47
peter-lawrey added a commit that referenced this pull request May 20, 2024
* Recover from failure on Java21 as mockito isn't supported.

* Recover from failure on Java21 as mockito isn't supported.
peter-lawrey added a commit that referenced this pull request May 28, 2024
* Initial branch of x.26

* Error on deprecated cleanup (#637)

* Review deprecated methods, change build to error on deprecation

* Fix compilation on Java 21

* revert

* Move ByteBuffers to bytes.internal

* Deprecate due x.26

* restore UnsafeMemory.copyMemory

* Remove se.eris.notnull.instrument

* Use a common configuration for the compiler-plugin where deprecation … (#639)

* Use a common configuration for the compiler-plugin where deprecation warnings cause the build to fail

* Remove annotation processor that is more confusing than useful (and often turned off)

* sun.misc.Unsafe usage produces a warning

* review with lint:all (#641)

* Tidy up compiler setting and some warnings

* Revert changes to Jvm.parseSize

* Consolidate references to Thread.currentThread.getId()

* Add uncheckedCast to Jvm

* Add uncheckedCast to Jvm

* Fix deprecated methods/classes in Core (#642)

* Fix deprecated methods/classes in Core

* Add -Xlint:all,-options as default compiler

* Tidy up code base

* resolve Javadoc issues

* Added fail on warning lint for Javadoc, and rawtypes fixes for Bytes (#648)

* review with lint:all (#641)

* Fix javadoc issues

* Fix a rounding error

* Javadoc fixes from x.26 (#650)

* Deprecate due x.26

* Remove se.eris.notnull.instrument

* resolve Javadoc issues

* Fix Javadoc formatting

* Fix test after merge

* Fix warnings following rebase with develop

* Fix warnings following rebase with develop

* Fix newlines

* </p> tag in javadoc not allowed

* Flaky test (#653)

* Give more time for bg thread in flaky test

* Give more time for bg thread in flaky test

* Core/issues/656 (#657)

* don't use reflection and recursion in IOTools.unmonitor

* Using reflection to unmonitor a reference results in errors in Java 17 Fixes #656

* Using reflection to unmonitor a reference results in errors in Java 17 Fixes #656

* Using reflection to unmonitor a reference results in errors in Java 17 Fixes #656

---------

Co-authored-by: Jerry Shea <jerry.shea@chronicle.software>

* Recover from java21 failure (#658)

* Recover from failure on Java21 as mockito isn't supported.

* Recover from failure on Java21 as mockito isn't supported.

* review with lint:all (#641)

* Tidy up compiler setting and some warnings

* Merge with develop

* Merge with develop

* Tidy up compiler setting and some warnings

* remove duplicate

* parent poms -> x.26.0

* Where marked for removal, also mark for deprecation

* Allow for aarch64 CPUs

* This class was left here for backward compatibility.

---------

Co-authored-by: Peter Lawrey <peter.lawrey@chronicle.software>
Co-authored-by: Jerry Shea <jerry.shea@chronicle.software>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants