MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
152 stars 62 forks source link

Upgrade to Spring Boot 3.2 and Wicket 10 and Java 17 #196

Closed geramaya closed 7 months ago

geramaya commented 1 year ago

Hey all,

What's the plan or roadmap for wicket-spring-boot and apache wicket with spring-boot 3.0 and Java 17? Exists some planning versions/dates for the new releases?

martin-g commented 1 year ago

Spring 6.x uses jakarta.** APIs. Wicket 10.x depends on the following to be able to make a release: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+10.0#MigrationtoWicket10.0-TODO

The best you can do it to vote for these issues by adding a comment!

pogurek commented 1 year ago

I was about to ask the same question. Nice to hear that this project is alive. As I understand the only blocker to upgrade this project to Spring Boot 3 now is the jakarta API thing. So once the Wicket 10 is released I'm willing to help with this project as far as my abilities allow.

MarcGiffing commented 1 year ago

I've prepared a branch for Wicket 10: https://github.com/MarcGiffing/wicket-spring-boot/tree/wicket-10

ilgrosso commented 1 year ago

Nice job! Are the 4.0.0-SNAPSHOT artifacts from the new wicket-10 branch published somewhere?

ilgrosso commented 1 year ago

@MarcGiffing thanks for merging #198 ! Can you publish the 4.0.0-SNAPSHOT artifacts from current wicket-10 branch to OSS Sonatype?

martin-g commented 1 year ago

+1 for 4.0.0-SNAPSHOT from me too!

ilgrosso commented 1 year ago

FYI I've opened #200 to fix OSS Sonatype deployment

ilgrosso commented 1 year ago

Now that Wicket 10.0.0-M1 is out, any chance to cut a relase from the wicket-10 branch here?

MarcGiffing commented 1 year ago

There is no milestone release for Wicket Stuff....

10.0.0-SNAPSHOT
ilgrosso commented 1 year ago

@MarcGiffing wise question: https://github.com/wicketstuff/core/issues/752

ilgrosso commented 1 year ago

@MarcGiffing we have now both WicketStuff 10.0.0-M1 and Wicket-Bootstrap 7.0.0 released:

MarcGiffing commented 1 year ago

👍