-
Notifications
You must be signed in to change notification settings - Fork 9
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
upgrade to micronaut 3 #160
Conversation
Thanks for doing this. I'll review it next week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good. Besides my 2 minor comments you need to switch the Reactor in the Java code and probably modify the existing tests to use Mono/Flux besides the RxJava2 types.
nats/src/main/java/io/micronaut/nats/reactive/PublishState.java
Outdated
Show resolved
Hide resolved
adds jakarta.inject:jakarta.inject-api:2.0.0 bump jnats version from 2.11.1 to 2.11.4 fixes #173
@ilopmar I've migrated from rxjava2 to micronaut-reactor and also from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more minor thing and I'll approve it. Then I'll release a milestone version.
nats/src/main/java/io/micronaut/nats/reactive/RxJavaReactivePublisher.java
Show resolved
Hide resolved
Thanks for releasing the milestone version. Do you also release the major version later? |
Yes, I'll take care of all releases. Thanks again for your help on this 👍 |
fixes #159