miglayout
miglayout copied to clipboard
Confusing version difference between home page, Github and Maven
When I check on the home page: http://www.miglayout.com/mavensite/changes-report.html
It says the latest version is 4.2
Maven offers up to 11.1: https://mvnrepository.com/artifact/com.miglayout/miglayout-swing
For Github it is unclear but I think it is also 11.1 Also it is unclear as to what is happening after version 4.2 (new features? Bugs?)
I only notice when using 11.1 from Maven, that Java8 is not supported anymore :(
It would be nice if you could add a few words on https://www.miglayout.com to clarify what is going on, which version to use. Maybe update the changes report, etc.
Thanks!
I was looking for some guidance too, updating a big legacy desktop app and I saw this huge jump from 5 to 11 but no info about it
11 just marks the jump to Java 11 as the minimal version. Maybe it was a bit over the top to do such a big version jump, but alas.
I'm using it currently with Java 21 on a big swing application, works perfectly.