Skip to content

Releases: zalando-stups/java-sproc-wrapper

4.0.0

Choose a tag to compare

@slitsche slitsche released this 14 Oct 08:22

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

Choose a tag to compare

@vadeg vadeg released this 18 Oct 19:04
cf4908e

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

3.2.0

Choose a tag to compare

@vadeg vadeg released this 13 Oct 19:01
88753e6
  • 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

Choose a tag to compare

@vadeg vadeg released this 03 Sep 21:05
aeb065a

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

3.1.0

Choose a tag to compare

@vadeg vadeg released this 17 Jul 08:32
8488157
  • 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

Choose a tag to compare

@vadeg vadeg released this 04 Jun 21:28
0e7aa3f
  • Fix the error of mapping custom enum type to Java enum (#69).

3.0.0

Choose a tag to compare

@vadeg vadeg released this 07 Jan 15:34

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

The following and vulnerabilities fixed: