Hi, I noticed in the rest project that there are two Spring versions:
[INFO] +- org.springframework:spring-core:jar:5.3.22:compile [INFO] | \- org.springframework:spring-jcl:jar:5.3.22:compile [INFO] +- org.springframework.security:spring-security-web:jar:5.7.2:compile [INFO] | +- org.springframework.security:spring-security-core:jar:5.7.2:compile [INFO] | | \- org.springframework.security:spring-security-crypto:jar:5.7.2:compile [INFO] | +- org.springframework:spring-aop:jar:5.3.21:compile [INFO] | +- org.springframework:spring-beans:jar:5.3.21:compile [INFO] | +- org.springframework:spring-context:jar:5.3.21:compile [INFO] | +- org.springframework:spring-expression:jar:5.3.21:compile [INFO] | \- org.springframework:spring-web:jar:5.3.21:compile Not sure if it's worth aligning these to 5.3.22? Also I noticed all the repos have a NOTICE with a date range ending in 2018: Apache Fortress Rest Copyright 2003-2018 The Apache Software Foundation Colm. On Tue, Jul 19, 2022 at 3:36 PM Shawn McKinney <[email protected]> wrote: > > > > On Jul 19, 2022, at 8:30 AM, Emmanuel Lécharny <[email protected]> wrote: > > > > BTW, just noticed that fortress-commanderrequires Java 11, while the other > > components only require java 8. Is this intended? > > Emmanuel, > > Yes. The upgrade to latest Wicket v9 requires the jump to java 11. > > The others still happily run on 8 although the day is coming soon where > that'll change. > > — > Shawn > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
