-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release candidate 0.6.0 (RC1) #1110
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r, add populator tests
…ulator #1023 Updated implementation for ComponentPopulator
#1034 Deprecate `Attempt` for removal
Checker Framework 3.40.0 to 3.42.0 Javassist 3.29.2-GA to 3.30.1-GA Logback 1.4.13 to 1.4.14 Mockito 5.7.0 to 5.8.0
#1036 Dependency upgrade December 2023
#1038 Process deprecations for 0.6.0
…ifiers #1042 Extend component qualifiers
# Conflicts: # hartshorn-introspect/src/test/java/test/org/dockbox/hartshorn/introspect/convert/ConverterIntrospectionHelper.java
…tory-initial-capacity #1051 Configure capacity for supported collections
Pending issues:
|
The plugin version is directly derived from the Kotlin version, and should thus never be updated on its own. Rather the Kotlin version should update, and the plugin should follow.
…grades #1111 Automate dependency version upgrades. Update dependencies for 0.6.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Development for release candidate 0.6.0.
Dependency updates
Updated
Dependency updates
org.jetbrains.kotlin:kotlin-stdlib
: 2.0.0org.checkerframework:checker-qual
: 3.45.0com.fasterxml.jackson.core
: 2.17.2jackson-core
jackson-dataformat-properties
jackson-dataformat-toml
jackson-dataformat-xml
jackson-dataformat-yaml
jakarta.annotation:jakarta.annotation-api
: 3.0.0org.junit.jupiter
: 5.10.3junit-jupiter-api
junit-jupiter-engine
junit-jupiter-params
ch.qos.logback:logback-classic
: 1.5.6org.mockito:mockito-core
: 5.12.0org.slf4j:slf4j-api
: 2.0.13Maven plugin updates
build-helper-maven-plugin
: 3.6.0maven-compiler-plugin
: 3.13.0maven-checkstyle-plugin
: 3.4.0maven-deploy-plugin
: 3.1.2maven-gpg-plugin
: 3.2.4jacoco-maven-plugin
: 0.8.12license-maven-plugin
: 4.5dependency-check-maven
: 10.0.3scala-maven-plugin
: 4.9.2kotlin-maven-plugin
: 2.0.0maven-source-plugin
: 3.3.1nexus-staging-maven-plugin
: 1.7.0Changes
Included pull requests:
Attempt
for removal #1035InjectionPoint
from providers #1068