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

X.26 #638

Draft
wants to merge 42 commits into
base: develop
Choose a base branch
from
Draft

X.26 #638

wants to merge 42 commits into from

Conversation

yevgenp
Copy link
Contributor

@yevgenp yevgenp commented Mar 27, 2024

No description provided.

@yevgenp
Copy link
Contributor Author

yevgenp commented Mar 27, 2024

@peter-lawrey please check the deprecations left. There some dependencies thus I was unable to remove them.

peter-lawrey and others added 25 commits April 29, 2024 12:25
* Review deprecated methods, change build to error on deprecation

* Fix compilation on Java 21

* revert

* Move ByteBuffers to bytes.internal
#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)
* Fix deprecated methods/classes in Core

* Add -Xlint:all,-options as default compiler
@peter-lawrey peter-lawrey requested a review from tgd May 2, 2024 07:46
import java.io.StringWriter;
import java.util.concurrent.BlockingQueue;
import java.util.function.BiConsumer;
import java.util.function.Consumer;

/**
* The Mocker class provides utility methods for creating mocked instances of interfaces.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should refer to util.Mocker with a comment explaining this here left for backwards compatibility?

Copy link
Contributor

@JerryShea JerryShea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved with 1 comment

peter-lawrey and others added 13 commits May 20, 2024 11:08
* Give more time for bg thread in flaky test

* Give more time for bg thread in flaky test
* 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 failure on Java21 as mockito isn't supported.

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

sonarcloud bot commented May 23, 2024

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.

None yet

4 participants