zalando-stups/java-sproc-wrapper
Java Stored Procedure Wrapper: Calling PostgreSQL stored procedures from Java
7 Releases
Latest: 8mo ago
4.0.0Latest
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
Downgrade `org.reflections:reflections` to `0.9.11` due to bug in the library ronmamo/reflections#279
3.2.0
📋 Changes
- Backport sources to Java 8
- Upgrade dependencies (`spring` to `5.3.23`, `postgresql` to `42.5.0`)
- Fix different vulnerabilities except [CVE-2016-1000027](https://nvd.nist.gov/vuln/detail/cve-2016-1000027) because it doesn't have a fix yet.
3.1.1
Fix a bug with incorrect classes namespace parsing (see #94 for details
3.1.0
📋 Changes
- Add support of multiple packages in `global.value.transformer.search.namespace` configuration property using `;`
- 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
📋 Changes
- Fix the error of mapping custom `enum` type to Java enum (#69).
3.0.0
📋 Changes
- [CVE-2020-13692](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13692)
- [CVE-2020-8908](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908)
- [CVE-2020-5421](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5421)
