Jakarta 11, Spring Boot 4 - #746
Conversation
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
Signed-off-by: Jacek Bilski <jacek@bilski.tech>
|
Hi @Cali0707, any chances you could take a look at this this or next week? First half of August I'll not be available, so in case you find something to fix, it would have to wait. |
|
Hey - added this to my review queue for next week. Will hopefully get to it Monday/Tuesday. Thanks for the ping, I don't get notifications from this repo if my review isn't requested or I'm not pinged |
|
Any news on that? We're really looking forward to |
|
@Cali0707 any progress? Even having a 5.1.0-SHAPSHOT to build against would be good. |
|
@pierDipi, maybe you could help here? I can see you were involved here before, maybe you could still find the time for a review and possibly merge? |
|
@jacekbilski sorry - but I think @Cali0707 is in a better position to review this one than I am. I'll ping him... |
This is the fourth PR of the series towards Java 17 / Spring Boot 4 / Quarkus 3 / Jakarta EE 11.
We're finally on Jakarta 11 and are using Spring Boot 4 and Jackson 3. I migrated most samples and tests to use Jackson 3, but left some just to show, that Jackson 2 is still here. Feel free to disagree, I could migrate everything else.
Two notes/questions though:
io.cloudevents.formats.jackson3. That way we're not forcing anyone to migrate to Jackson 3, for a time being they can use Jackson 2. But the naming means we'll have this "3" dangling at the end for quite some time, until Jackson 4 comes out or is completely replaced by something else. The other option could be to rename currentjacksonmodule tojackson2and name the new onejackson. But that would be a breaking change, people will get confused. One other, even more drastic, option would be to completely drop Jackson 2 and leave Jackson 3. But Jackson 2 still lives, has its LTS versions released. I guess, that would be too far-going. What's your opinion on this?