Update jooby version 1.6.9 -> 3.0.7 #831
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.
Hello team,
I recently wondered about how
killbill
works onjava versions
higher than 11. I asked a question in the Mailing-List, Karan answered me and gave a positive response for the pull request.In these changes, I am raising the
jooby
version to unlock work with java version higher than 11, becausejooby
had a problem with the transitive dependency ofASM
, which blocked the work of current versions ofjava
.ASM
has made java support on its side https://gitlab.ow2.org/asm/asm/-/issues/317990jooby
updated theASM
dependency to version 9.3, which hasjava 21
support https://github.com/jooby-project/jooby/blob/61573ee27c16830245792532be2a68601c689f7f/pom.xml#L69killbill-oss-parent
can updatejooby
dependencyissues #40