Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Boot 3.2.0 #306

Merged
merged 4 commits into from
Nov 23, 2023
Merged

Spring Boot 3.2.0 #306

merged 4 commits into from
Nov 23, 2023

Conversation

lWoHvYe
Copy link
Owner

@lWoHvYe lWoHvYe commented Nov 23, 2023

No description provided.

Gradle tasks in multiple modules have been updated to utilize a shared manifest variable that is used across the tasks. This change reduces code duplication and makes it easier to manage and apply any changes to the manifest in the future. At the same time, the `unicorn-beans` build script has been migrated from Groovy to Kotlin DSL for better integration with Intellij and improved scripting capabilities.
QueryHelp was refactored heavily, in line with clear readability and functionality. The adhere to the principle, the helper functions were reorganized to improve flows and some methods were encapsulated. In addition, translation comments have been added to the helper's methods to help non-native Chinese users understand its usage. Also, some improvements were made in analyzing joins in queries and processing types of Query. Two unused Query types: `IN_OR_ISNULL` and `IS_OR_NULL` were removed from Query.kt due to no usages. Unused imports were cleared as well in the query helper along with these enhancements.
…readUtils

Added descriptive comments for the ConcurrencyUtils class in Java and attributes in UnicornAbstractThreadUtils that providing a brief summary of what they are used for. The specified documentation makes code easier to reuse and maintain for other developers. Also made a significant refactoring in QueryHelper of the Valentine project mainly focusing on improving the readability by rearranging arguments in several methods and removing unnecessary usage of the query object.
Upgraded springBootVersion from 3.2.0-RC2 to the final release 3.2.0 to ensure the stability of the application as the RC2 version represented a release candidate, which may contain bugs that were sorted out in the final release version.
@lWoHvYe lWoHvYe added this to the 4.2 - Java 21 milestone Nov 23, 2023
@lWoHvYe lWoHvYe linked an issue Nov 23, 2023 that may be closed by this pull request
@lWoHvYe lWoHvYe merged commit e3f2a8f into lWoHvYe:main Nov 23, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Boot 3.2
1 participant