Changes between Initial Version and Version 1 of Ticket #22990, comment 12
- Timestamp:
- 2023-06-07T14:46:48+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22990, comment 12
initial v1 3 3 > Docs indicate that Jakarta Json [https://jakarta.ee/specifications/jsonp/2.1/ 2.1.x] is Java 11+ only. But yes, I know about that change in Jakarta Json 2.1.x (which is why it isn't used in JOSM core -- we ''still'' support Java 8). It isn't necessary, so long as the service file exists. 4 4 5 The versions of jakarta.json and the org.eclipse have a mismatch, as org.eclipse requires jakarta.json >= 2.1.0 which provides JsonConfig. 5 The versions of jakarta.json and the org.eclipse have a mismatch, as building org.eclipse requires jakarta.json >= 2.1.0 which provides JsonConfig. 6 6 7 7 > > java.util.ServiceConfigurationError: jakarta.json.spi.JsonProvider: Provider org.eclipse.parsson.JsonProviderImpl not found


