mbien opened a new pull request, #126: URL: https://github.com/apache/roller/pull/126
Mostly minor dependency updates which should allow roller to run on the upcoming JDK 21. The only major update was guice, guice 6.x and 7.x are nearly identical taken from doc: > The Guice 6.0 servlet & persist extensions only support the javax.servlet and javax.persistence namespaces respectively. If compatibility with jakarta.servlet or jakarta.persistence is required, use Guice 7.0. > > Guice 7.0 removes support for javax.inject, javax.servlet and javax.persistence. Other than the namespace changes, Guice 6.0 & Guice 7.0 are identical. updated from 5.x to 6.0 for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@roller.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org