LuLeRoemer opened a new issue, #1763:
URL: https://github.com/apache/jena/issues/1763

   ### Version
   
   4.7.0
   
   ### Feature
   
   We are trying to use the embedded Fuseki server with Spring Boot version 
3.0.1. Unfortunately, we run into a problem where we get a 
`ClassNotFoundException` exception for `javax.servlet.ServletContext`. I assume 
this is due to the fact that `jena-fuseki-core` in version 4.7.0 uses 
`jetty-servlets` in version 10.0.12. From what I understand, the next major 
version (11) of `jetty-servlets` replaces `javax.*` with the `jakarta.*` API 
that Spring Boot provides. As described 
[here](https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0), we 
cannot mix the two.
   
   ### Are you interested in contributing a solution yourself?
   
   No


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to