Skip to content

Entur NeTEx Java Model v2.0.15

Latest
Compare
Choose a tag to compare
@vpaturet vpaturet released this 01 Nov 11:06
· 42 commits to master since this release

Java NeTEx object model based on Entur NeTEx v 1.0.15

  • Compatible with Java 11 / Jakarta EE10

Release notes:
This release aims primarily at synchronizing the Entur fork of the NeTEx XML schema with the upstream version hosted by CEN at https://github.com/NeTEx-CEN/NeTEx
This release incorporates all recent changes present in the CEN version, except changes related to DatedServiceJourney.

Breaking changes:

  • This release is backward-compatible at the XML level: NeTEx files that are valid according to the EnTur NeTEx v 1.0.14 schema are also valid according to the EnTur NeTEx v 1.0.15 schema
  • However, due to structural changes in the XML schema, the generated Java model contains breaking changes compared to v1.0.14

Main impacted objects:

  • QuayRef
  • StopPlaceRef
  • TariffZoneRef
  • VehicleModeEnumeration is migrated to AllVehicleModesOfTransportEnumeration

Other changes:

  • Upgrade from Jakarta EE9 to Jakarta EE10 (this is a non-breaking change for most users, see Jakarta XML Binding 4.0)