Skip to content

Commit f3515cc

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '3.2.2'.
1 parent bcb83b7 commit f3515cc

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## [3.2.2] - 2025-05-07
2+
### Changelog
3+
4+
#### Features
5+
- **Bump ds-spring-user-framework to 3.2.2**
6+
Updated the ds-spring-user-framework version in the `README.md` to 3.2.2. This ensures that users who follow documentation instructions use the latest features and enhancements of the framework.
7+
8+
- **Dependency Updates: Guava**
9+
- Updated the Google Guava library from version `33.4.6-jre` to `33.4.8-jre` in `build.gradle`, reflecting two incremental updates. These semver-patch updates likely contain bug fixes or performance improvements without introducing new features or breaking changes.
10+
11+
#### Fixes
12+
- **Conditional Logging Fix in FileAuditLogFlushScheduler**
13+
Resolved an issue where the `FileAuditLogFlushScheduler` component continued to log events despite logEvents being disabled. The previous configuration used `@ConditionalOnProperty`, which was adjusted to `@ConditionalOnExpression` for better control. This change ensures that logging adheres to the intended configuration settings.
14+
15+
#### Breaking Changes
16+
- None identified in this update cycle.
17+
18+
#### Refactoring
19+
- **Improved Conditional Annotation Flexibility**
20+
The `FileAuditLogFlushScheduler` was refactored to use `@ConditionalOnExpression` instead of `@ConditionalOnProperty`. This change provides more flexibility in how conditions for the component's activation are defined, allowing more dynamic configuration based on properties.
21+
22+
#### Documentation
23+
- **Updated Version References in README**
24+
Made explicit updates to version numbers in `README.md` to reflect the latest versions of the libraries, guiding users toward using the most up-to-date and secure versions.
25+
26+
#### Testing
27+
- No specific changes related to testing documented.
28+
29+
#### Other Changes
30+
- **Spring Boot Version Bump**
31+
Updated multiple Spring Boot-related dependencies from `3.4.4` to `3.4.5` in `build.gradle` as a part of regular maintenance. These updates include `spring-boot-starter-web`, `spring-boot-configuration-processor`, and `spring-boot-starter-test` among others. This reflects minor version changes which may contain minor improvements or bug fixes without disrupting existing functionalities.
32+
33+
- **Version Management and Version Updates**
34+
Made necessary changes to version management files like `gradle.properties` to transition from `3.2.1` to `3.2.2-SNAPSHOT`, indicating ongoing development work post the latest release. This snapshot designation is typically used for builds that are still under development.
35+
36+
This changelog captures nuanced improvements and ensures that developers and users of the project are aware of the recent enhancements and bugfixes, to maintain alignment with the latest codebase optimizations.
37+
138
## [3.2.1] - 2025-04-13
239
# Changelog
340

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.2.2-SNAPSHOT
1+
version=3.2.2

0 commit comments

Comments
 (0)