-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.0 #454
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
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.0
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.1
Nov 7, 2023
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
November 7, 2023 12:34
1a0a7b5
to
952685e
Compare
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.1
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.2
Nov 8, 2023
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
2 times, most recently
from
November 9, 2023 13:58
2032e48
to
1bcfdd2
Compare
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.2
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.3
Nov 9, 2023
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.3.3
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.4.0
Nov 13, 2023
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
November 13, 2023 12:54
1bcfdd2
to
ecc788a
Compare
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
November 29, 2023 17:35
ecc788a
to
2231f09
Compare
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
December 11, 2023 10:41
2231f09
to
57dd0a1
Compare
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.4.0
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.0
Dec 11, 2023
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
December 12, 2023 10:10
57dd0a1
to
121fc03
Compare
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.0
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.1
Dec 12, 2023
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
January 9, 2024 12:08
121fc03
to
b10a7d7
Compare
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.5.1
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.6.0
Jan 9, 2024
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
January 9, 2024 20:05
b10a7d7
to
16ae8f6
Compare
renovate
bot
changed the title
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.6.0
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.0
Jan 9, 2024
renovate
bot
force-pushed
the
renovate/micronaut.serde
branch
from
January 10, 2024 09:02
16ae8f6
to
eda1174
Compare
sdelamo
approved these changes
Jan 10, 2024
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
This PR contains the following updates:
2.2.6
->2.7.0
Release Notes
micronaut-projects/micronaut-serialization (io.micronaut.serde:micronaut-serde-bom)
v2.7.0
: Micronaut Serialization 2.7.0What's Changed
Improvements ⭐
Full Changelog: micronaut-projects/micronaut-serialization@v2.6.0...v2.7.0
v2.6.0
: Micronaut Serialization 2.6.0What's Changed
Dependency updates 🚀
Kotlin
Micronaut Modules
Micronaut Core
Micronaut Logging
Full Changelog: micronaut-projects/micronaut-serialization@v2.5.1...v2.6.0
v2.5.1
: Micronaut Serialization 2.5.1What's Changed
Other Changes 💡
Full Changelog: micronaut-projects/micronaut-serialization@v2.5.0...v2.5.1
v2.5.0
: Micronaut Serialization 2.5.0What's Changed
Bug Fixes 🐞
Improvements ⭐
@JsonTypeInfo(include = WRAPPER_ARRAY)
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/684@JsonTypeInfo(include = EXISTING_PROPERTY)
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/702@JsonProperty
READ_ONLY/WRITE_ONLY, integrate@JsonWrapper
TCK by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/669@JsonView
and correct no-view behaviour by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/680@JsonTypeInfo
on a field/getter/setter by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/705Tests ✅
@JsonRootName
tests by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/674@JsonValue
tests by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/675@JsonSubTypes
tests by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/679@JsonTypeInfo
tests by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/678@JsonInclude
and optional deserialization by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/681ObjectSerdeSpec
into TCK by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/682Dependency updates 🚀
Kotlin
Micronaut Modules
Micronaut Core
Micronaut Logging
Micronaut Reactor
Micronaut Validation
CI ⚙️Build 🐘
Micronaut Build Plugin
Full Changelog: micronaut-projects/micronaut-serialization@v2.4.0...v2.5.0
v2.4.0
: Micronaut Serialization 2.4.0What's Changed
Dependency updates 🚀
Micronaut Modules
Micronaut Core
Micronaut Discovery Client
Micronaut Reactor
CI ⚙️Build 🐘
Micronaut Build Plugin
Full Changelog: micronaut-projects/micronaut-serialization@v2.3.4...v2.4.0
v2.3.4
: Micronaut Serialization 2.3.4What's Changed
Bug Fixes 🐞
Full Changelog: micronaut-projects/micronaut-serialization@v2.3.3...v2.3.4
v2.3.3
: Micronaut Serialization 2.3.3What's Changed
Bug Fixes 🐞
DemuxingObjectDecoder
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/655Must access entries in sequence
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/657Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-serialization@v2.3.2...v2.3.3
v2.3.2
: Micronaut Serialization 2.3.2What's Changed
Other Changes 💡
@Serializable(as = ...)
and@Deserializable(as = ...)
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/651ObjectSerializer
and incorrect caching argumentDeserBean
/SerBean
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/653Full Changelog: micronaut-projects/micronaut-serialization@v2.3.1...v2.3.2
v2.3.1
: Micronaut Serialization 2.3.1What's Changed
Bug Fixes 🐞
Improvements ⭐
@Serdeable.Deserializable(as = ...)
on properties by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/646Dependency updates 🚀
Other Changes 💡
Full Changelog: micronaut-projects/micronaut-serialization@v2.3.0...v2.3.1
v2.3.0
: Micronaut Serialization 2.3.0What's Changed
New Features 🎉
Bug Fixes 🐞
Improvements ⭐
JsonRootName
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/613JsonIgnoreProperties
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/627JsonTypeInfo.Id.MINIMAL_CLASS
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/633@JsonTypeInfo(visible=true)
by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/638@JsonIgnoreProperties(allowGetters,allowSetters)
, align with Jackson behaviour by @dstepanov in https://github.com/micronaut-projects/micronaut-serialization/pull/640Tests ✅
Dependency updates 🚀
Micronaut Modules
Micronaut Core
Micronaut Discovery Client
Micronaut Reactor
CI ⚙️Build 🐘
GraalVM
KSP
Micronaut Build Plugin
Micronaut Gradle Plugin
SVM
New Contributors
Full Changelog: micronaut-projects/micronaut-serialization@v2.2.6...v2.3.0
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.