iay / mdq-server

Metadata Query Protocol server implementation using Shibboleth MDA
6 stars 6 forks source link

Upgrade to Spring Boot 3.3 #73

Closed iay closed 4 months ago

iay commented 4 months ago

Spring Boot 3.2 EOL is 2024-11-23.

iay commented 4 months ago

A naive update to 3.3.x causes tests to fail with this:

Caused by: java.lang.ClassNotFoundException: ch.qos.logback.core.util.StatusPrinter2

This class is marked "since 1.5.4" in the API so the issue is presumably some kind of version conflict.

The Shibboleth parent I'm using specifies 1.5.3.