Skip to content

Releases: zalando-stups/java-sproc-wrapper

4.0.0

14 Oct 08:22

Choose a tag to compare

This release fixes several vulnerability issues. It required to upgrade the Java version to 17, the security issues are not available for older Java versions. BaseConnection.getTimestampUtils() is deprecated, usage has been updated. Thanks to @chanakadkb for support.

3.2.1

18 Oct 19:04
cf4908e

Choose a tag to compare

Downgrade org.reflections:reflections to 0.9.11 due to bug in the library ronmamo/reflections#279

3.2.0

13 Oct 19:01
88753e6

Choose a tag to compare

  • Backport sources to Java 8
  • Upgrade dependencies (spring to 5.3.23, postgresql to 42.5.0)
  • Fix different vulnerabilities except CVE-2016-1000027 because it doesn't have a fix yet.

3.1.1

03 Sep 21:05
aeb065a

Choose a tag to compare

Fix a bug with incorrect classes namespace parsing (see #94 for details

3.1.0

17 Jul 08:32
8488157

Choose a tag to compare

  • Add support of multiple packages in global.value.transformer.search.namespace configuration property using ;
    separator, e.g. a.b.c;x.y.z.
  • Update reflections to 0.9.12.
  • Update spring-framework to 5.2.16.
  • Update dependency-check-maven plugin to 6.2.2.
  • Update README

3.0.1

04 Jun 21:28
0e7aa3f

Choose a tag to compare

  • Fix the error of mapping custom enum type to Java enum (#69).

3.0.0

07 Jan 15:34

Choose a tag to compare

This release includes the base package renaming from de.zalando to org.zalando.

The following and vulnerabilities fixed: