You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our build is on Derby 10.14 since Spring Framework 5.3.x, due to Java 8 compatibility (since Derby 10.15 requires Java 9+). For Spring Framework 6.0, we can easily upgrade to Derby 10.16 now, and also adapt to the different artifact for Derby's EmbeddedDriver which lives in org.apache.derby:derbytools now. This is just a build adaptation which does not affect runtime compatibility with older Derby versions.
The text was updated successfully, but these errors were encountered:
Our build is on Derby 10.14 since Spring Framework 5.3.x, due to Java 8 compatibility (since Derby 10.15 requires Java 9+). For Spring Framework 6.0, we can easily upgrade to Derby 10.16 now, and also adapt to the different artifact for Derby's EmbeddedDriver which lives in
org.apache.derby:derbytools
now. This is just a build adaptation which does not affect runtime compatibility with older Derby versions.The text was updated successfully, but these errors were encountered: