Jesse Gallagher
Jesse Gallagher
…jects as warnings, not cascaded exceptions (Issue #369) The caught NullPointerException is the specific issue in the case we're running into in issue #369, but the CoreException catch is to...
These commits move to JEE9 and and MP Config 3, using the recent SmallRye Config releases to work with jakarta.*. In my checking, all tests pass and my current active...
After applying the changes in https://github.com/eclipse-ee4j/krazo/pull/288 and using a Liberty 21.0.0.12 JEE 9 beta, there is one test failure: `org.eclipse.krazo.test.CsrfIT.testFormHeaderOk`. Specifically, the failure is that the header it's looking for...
Pages has one, and it'd be good to do for Faces too.
Currently, all classes in the NSF are passed to CDI, but it would probably be slightly better to only pass in ones with scope annotations.
Centralizing use of `AccessController.doPrivileged` will smooth the process of eventually being compatible with Java versions above 17.
JNX has been properly open source for a little while now, and it'd be good to convert the NoSQL driver to use it. There'll be some fiddly aspects: JNX has...
Many components use extension points that could potentially be used by app developers, either from the specs themselves or for the Domino-specific implementation. These should be better documented.
The main README.md file is a sprawling beast that houses almost all of the documentation. It would be better to convert this to an index page and then individual pages...
Things like MP Metrics are added to the app's JAX-RS space in order to piggback on the scaffolding done there, but then it limits the options for what a developer...