Changes between Initial Version and Version 1 of Ticket #22990, comment 12


Ignore:
Timestamp:
2023-06-07T14:46:48+02:00 (3 years ago)
Author:
sebastic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22990, comment 12

    initial v1  
    33> 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.
    44
    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.
     5The versions of jakarta.json and the org.eclipse have a mismatch, as building org.eclipse requires jakarta.json >= 2.1.0 which provides JsonConfig.
    66
    77> > java.util.ServiceConfigurationError: jakarta.json.spi.JsonProvider: Provider org.eclipse.parsson.JsonProviderImpl not found