Changes between Version 1 and Version 2 of Ticket #22990, comment 9
- Timestamp:
- 2023-06-06T20:58:42+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22990, comment 9
v1 v2 1 1 Can you check and see if the built jar has the `META-INF/services/jakarta.json.spi.JsonProvider` file (with the content `org.eclipse.parsson.JsonProviderImpl`)? 2 2 3 EDIT: If that isn't present, then something is messed up with your build. It ''is'' in the source file. If it isn't present in the jar, then the code will try to load `org.glassfish.json.JsonProviderImpl`. 3 EDIT: If that isn't present, then something is messed up with your build. It ''is'' in the JOSM source file. If it isn't present in the built jar, then the code will try to load `org.glassfish.json.JsonProviderImpl`.


