Matt Pavlovich

Results 86 issues of Matt Pavlovich

This could also lead to standardized jaxb and json-b JDK support

Support generating json in the toString

1. Sharing implementation of ToStringStrategy and other jaxb-runtime support classes provides consistency across model projects. 2. Storing the support classes in a shared dependency creates a tight-coupling runtime between modules....

**Context** The Apache ActiveMQ team is in the process of completing a few remaining JMS 3.1/2.0 features and we plan to provide developer guides to highlight key specification areas. **Description**...

challenge

``` $ ./gradlew build FAILURE: Build failed with an exception. * Where: Build file '...nio_uring/build.gradle' line: 47 * What went wrong: A problem occurred evaluating root project 'nio_uring'. > Could...

https://github.com/bbeaupain/nio_uring/blob/d2dd6b8a7fd2d6227683b617a47a235e8975f9b7/src/main/java/sh/blake/niouring/util/NativeLibraryLoader.java#L36 Removing printStackTrace would be idea. Suggested alternatives: 1. Add a system property guard to only print the stacktrace if a debug flag is enabled Example: ``` -DniouringDebug=true ``` 2....

Currently, projects generated by jaxb-tools maven plugin fail reproducible build comparisons ref: https://maven.apache.org/guides/mini/guide-reproducible-builds.html

TODO: - [x] Compile fixes - [x] Fix web-demo compile issue with InputStreamContentProvider - [x] Fix/Refactor JspConfigurer to use Handler.Sequence - [x] Unit test compile fixes - [ ] [STARTED]...