All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Migrated project to Java 21 and Spring Boot 3.4.x.
- Upgraded Hive Metastore dependency from
2.3.xto4.0.1. - Upgraded Hadoop client runtime to
3.3.6and Guava to33.4.0-jre. - Added Java 21
--add-opensflags to Jib and Surefire plugin configurations for Hive reflection compatibility. - Updated Docker base image to
amazoncorretto:21-al2023.
- Update to parent 3.0.1
- Upgrade parent pom to accomodate for new sonatype deployment.
- set drone-fly-app-exec.jar executable flag to false as it breaks deployment. (This jar is not used inside the docker image).
- Upgrade
hiveversion from2.3.7to2.3.9. - Hive Metrics can be sent now.
- Support for consumer properties allowing connecting to Kafka cloud provider.
- Upgrade
Springbootversion from2.3.3.RELEASEto2.7.10. - Upgrade
Springframeworkversion from5.2.8.RELEASEto5.3.25. - Upgrade
Mockitoversion from2.25.1to3.12.4.
- Updated log4j version to 2.16.0 because of zero day vulnerability.
- Integration tests.
- Updated
springframework.boot.versionto2.3.3.RELEASE(was2.1.3.RELEASE). - Updated
springframework.versionto5.2.8.RELEASE(was5.1.5.RELEASE).
- First Release.