Fix inclomplete byte-buddy upgrade to 1.18.8#2580
Conversation
|
@jbonofre there is one more occurrence of and older version of byte-buddy in the same file. It is used in hibernate feature. |
|
Generally speaking, the "hard coded" version in the features are correct because it matches the expection of the feature. That's the main reason we are using specific version here (not the maven property). |
|
Ok, lets keep the older one for the hibernate feature. What about the hibernate6 feature proposed change? 1.17.5 does not match the library requirements in hibernate6 as well (6.6.18-final seems to use 1.15.11). Though, I did not check the other libs in the feature. |
|
Yes, indeed, I was maybe too agressive in the new hibernate6 feature. It works because the hibernate wrap is using "large range" import but worth to align. |
|
I am fine if we do not proceed with my 2 PRs (feel free to close them). |
|
Same as stax2-api, let's revert #2563 |
Refs: #2563