Jan Bartel

Results 214 comments of Jan Bartel

For jetty-10 and jetty-11: Already up-to-date with org.apache.felix.framework 7.0.1. org.apache.felix:maven-bundle-plugin is at 5.1.1, latest version is 5.1.2 - surely dependabot will find that. For jetty-9.4: org.apache.felix.framework is at 6.0.3, latest...

You've left out the use-case from the jetty maven plugin: the `WebAppContext` can be configured directly in the `pom.xml`. Therefore a user may have configured a resource base that is...

These warnings are coming from jasper. When it initializes, it tries to load various schemas, so it can parse jsps, tlds etc. It does _not_ use our xml schema setup...

@joakime no, they look for these schemas/dtds in a `static` code block.

@lachlan-roberts what's the status of this one? Should it be moved back to Draft status?

Seems this has been satisfactorily answered. If not, please reopen with more information.

@jkoch70 a full stack trace on that exception would be nice.

You're going to need the `Jetty-Environment` property defined to `ee8` too.

@jkoch70 so I think I removed the ability to deploy webapps as services, and only supported their deployment as bundles in jetty-12. Is there any way you can port to...

@jkoch70 I'll take a look at restoring deployment of webapps as a service, but it might take me some time. In the meanwhile, what I have used to build and...