jochen777 / jWebForm

Java WebForm Library: HTML Form generation and validation
MIT License
17 stars 2 forks source link

Upgrade to Spring Boot 2.0 / 2.1 #1

Open odrotbohm opened 6 years ago

odrotbohm commented 6 years ago

Spring Boot 1.x is in maintenance mode an all forward looking development is happening on 2.0. I haven't tested the starter in a Boot 2.0 project yet so it might just work. However, it should be upgraded to build against at least Boot 2.0, if not even 2.1. I would've tried upgrading the xample to Boot 2.0 but it doesn't actually build. See jochen777/jWebformExample#1

jochen777 commented 6 years ago

I just tried it with Spring Boot 2.x and it works without problems. See /jochen777/jWebFormSpringBoot2Thymeleaf

The problem is, that our own project is still running on 1.5.x. We plan to upgrade to 2.x in Q1/2019. This will bring the jWebForm update too :)