johnzon icon indicating copy to clipboard operation
johnzon copied to clipboard

Mirror of Apache Johnzon

Results 8 johnzon issues
Sort by recently updated
recently updated
newest added

When `null` is passed to the `DateConverter` constructor, NullPointerException will eventually be thrown. However, since the constructor is lazily evaluated, this is not thrown until much later, leading to difficult...

If you want to use Apache Johnzon in an OSGi framework, it currently requires to install a bunch of bundles. It is not enough to just install the jakarata api...

This is a follow up to #99 which merely configured _Automatic-Module-Name_ - Updated a few maven plugins - Add module-info.java to all sub-projects that makes sense to do so -...

I noticed some differences in behavior on reading vs writing with JsonbTypeAdapters. They appear to have very different code paths and some caching issues that can alter behavior if reads...