6 Commits

Author SHA256 Message Date
e2a47b61c4 Accepting request 1205269 from Java:packages
Spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/1205269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joda-convert?expand=0&rev=5
2024-10-02 19:35:58 +00:00
1e7ffc4afb OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=13 2024-10-02 15:53:44 +00:00
ef936d37b9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=12 2024-09-29 21:08:02 +00:00
89f9bcf5a2 Accepting request 1199277 from Java:packages
2.2.3

OBS-URL: https://build.opensuse.org/request/show/1199277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joda-convert?expand=0&rev=4
2024-09-09 12:43:39 +00:00
b272d4392d OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=10 2024-09-06 13:38:13 +00:00
5e32dbfaef - Update to version 2.2.3
* Changes of version 2.2.3:
    + Support classes that define `@FromString` but not
      `@ToString`. This can be used to leniently parse classes
      where the format used to be a Joda-Convert class.
    + Switch LGTM to CodeQL.
  * Changes of version 2.2.2:
    + Fix deserialization of array classes. Fixes #30
	+ Switch master to main.
  * Changes of version 2.2.1:
    + Ensure `ZoneRegion` is correctly converted.
  * Changes of version 2.2.0:
    + Avoid circular loops in dynamic registration of converters.
	+ Optimise dynamic registration of converters.
    + Add Tidelift commercial support and security policy.
  * Changes of version 2.1.2:
    + Fix `Renamed.ini` to avoid NPE during loading. A null
      `RenameHandler.INSTANCE` could be observed if `Renamed.ini`
      referred to a class with a static initializer that referred
      back to `RenameHandler`.
	+ Fix build to work on Java 11.
  * Changes of version 2.1.1:
    + Log startup issues when using renames by configuration.
  * Changes of version 2.1:
    + Register renames by configuration. Add `Renamed.ini` to
      configure renames more cleanly. Fixes #26.
  * Changes of version 2.0.2:
    + Enhance speed of numeric array parsing. Previous version used
      regex patterns, which were slower.
  * Changes of version 2.0.1:
    + Add "classic" variant for systems that can't handle
      module-info.class.
  * Changes of version 2.0:
    + Add module-info for Java 9. Fixes #21.
    + Update and redesign build to support Java 9.
    + Remove direct dependency on Guava by copying code into
      Joda-Convert. The code previously used reflection
      setAccessible() which would not work on Java 9. The best
      alternative was to copy (shaded) the relevant part of Guava
      (same license). This also allowed the converter for `Type` to
      work without Guava. Given all this, Joda-Convert no longer
      has an optional dependency on Guava. It will still adapt and
      setup a converter for `TypeToken` if Guava is present. This
      adaptation will also work on Java 9, provided the modules are
      loaded in the same layer. Fixes #20, #22.
    + Enable build to work on Java 9.
    + Dynamic Java 8 code must not extend Guava code. Incorrect
      setup of reflection-based converters. Fixes #19.
    + Avoid bridge and synthetic methods in reflection. If an
      annotation is copied to the bridge/synthetic method it causes
      trouble. Fixes #23.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=9
2024-09-06 13:27:15 +00:00

Diff Content Not Available