6
0
forked from pool/joda-convert

14 Commits

Author SHA256 Message Date
d32df1d32b 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
5a09863fe7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=13 2024-10-02 15:53:44 +00:00
7787e1e1bd OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=12 2024-09-29 21:08:02 +00:00
b18f98f57c 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
f360d57b14 OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=10 2024-09-06 13:38:13 +00:00
04da326f96 Accepting request 1199094 from home:urbic:branches:Java:packages
- 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/request/show/1199094
OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=9
2024-09-06 13:27:15 +00:00
1239b1a6d3 Accepting request 964033 from Java:packages
Build with source and target levels 8

OBS-URL: https://build.opensuse.org/request/show/964033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joda-convert?expand=0&rev=3
2022-03-22 20:36:47 +00:00
184098e9b2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=7 2022-03-22 17:11:19 +00:00
91a2eecc9b Accepting request 892407 from Java:packages
- Do not use the legacy guava20 any more

OBS-URL: https://build.opensuse.org/request/show/892407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joda-convert?expand=0&rev=2
2021-05-12 17:32:11 +00:00
5f44d46f0b OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=5 2021-05-11 12:59:52 +00:00
Stephan Kulow
206f842694 Accepting request 672422 from Java:packages
new package

OBS-URL: https://build.opensuse.org/request/show/672422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joda-convert?expand=0&rev=1
2019-02-08 11:13:46 +00:00
45d99a8747 OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=3 2019-02-07 11:22:12 +00:00
e877722309 OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=2 2019-02-07 05:27:31 +00:00
35187514df OBS-URL: https://build.opensuse.org/package/show/Java:packages/joda-convert?expand=0&rev=1 2019-02-06 12:05:04 +00:00