[
https://issues.apache.org/jira/browse/OAK-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18027872#comment-18027872
]
Manfred Baedke edited comment on OAK-11848 at 10/6/25 5:13 PM:
---------------------------------------------------------------
All endpoints of the standalone app are now working with MongoDB or segment
store. The most recent 2.x version of Spring Boot is used. An update to 3.x
will only run with Java >=17 and also requires the migration javax.servlet ->
jakarta.servlet.
was (Author: baedke):
All endpoints of the standalone app are now working with MongoDB or segment
store.
> oak-standalone does not start anymore
> -------------------------------------
>
> Key: OAK-11848
> URL: https://issues.apache.org/jira/browse/OAK-11848
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: examples, standalone
> Reporter: Manfred Baedke
> Assignee: Manfred Baedke
> Priority: Major
> Fix For: 1.88.0
>
>
> Broken by the recent MongoDB driver update.
> Root cause: java.lang.NoClassDefFoundError:
> com/mongodb/internal/connection/StreamFactory.
> But even with an older version of the mongo driver, everything but WebDAV is
> broken due to Apache Felix libraries using jakarta.servlet ,while Oak still
> uses javax.servlet.
> The plan for now is to rollback to older version of Felix (with known
> critical security issues, but this standalone is part of oak-example and not
> intended for any kind of productive use) and also an older MongoDB driver.
> With everything running again, we can take care of the the other issues step
> by step.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)