fix(deps): update dependency org.immutables:value to v2.10.1 #5
+1
−1
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.5.6
->2.10.1
Release Notes
immutables/immutables (org.immutables:value)
v2.10.1
Compare Source
Maintenance release
What's Changed
New Contributors
Full Changelog: immutables/immutables@2.10.0...2.10.1
v2.10.0
Compare Source
JakartaEE support
Style flag
jakarta = true
Mainly package change for annotations and types like Validator
Miscellaneous
List
,Set
,Map
, style flagjdk9Collections = true
from = ""
strictModifiables = false
Workarounds for Gradle
options.sourcepath
options.incremental
), may also help is some complex casesWhat's Changed (since some last year's release)
toBuilder
generator with generics by @rdesgroppes in https://github.com/immutables/immutables/pull/1460New Contributors
Full Changelog: immutables/immutables@2.9.3...2.10.0
v2.9.3
Compare Source
Maintenance release
What's Changed
New Contributors
Full Changelog: immutables/immutables@2.9.2...2.9.3
v2.9.2
Compare Source
Fixes (reverts to older routine) issue affecting custom immutable annotations and meta annotation discovery in some cases leading to a deadlock: processing never finishes
v2.8.8
Compare Source
Value
66166f3
)Criteria
toLowerCase
/toUpperCase
functions toStringMatcher
(6e4dd31
)GetByKey
/DeleteByKey
operations which allow low-level key lookups and deletions (ce9ad50
)isNot(boolean)
function toBooleanMatcher
(c9c6305
)is(Optional)
/isNot(Optional)
to genericOptionalValueMatcher
(0c2d47e
)is(Optional)
/isNot(Optional)
functions toOptionalBooleanMatcher
(c41ffaf
)Dependency Upgrades
493eafe
)22337f3
)1c34b7f
)8a2aa88
)be75e8d
)13932b2
)b0b0a8a
)Contributors
Thanks to all contributors. In no particular order:
v2.8.4
: Generic KeyExtractor interface for CriteriaCompare Source
Introduce KeyExtractor interface to Criteria for pluggable entity key definition and extraction. Other improvements in different backend implementations.
Support for Modifiables to extend an inner class/interface.
Value
67f8083
)Criteria
3eb6958
)List<String>
(78c7c29
)207d631
)Geode
0c5e5e3
)5c3d15b
)cfb514b
)43f4fff
)ElasticSearch
db4fa98
)Mongo
$in/$nin
into$eq/$ne
for single element array (09c002c
)Mongo Repositories (legacy)
1afdfa4
)Contributors
Thanks to all contributors! In no particular order:
v2.8.3
: Minor Bugfix release for Geode backendCompare Source
Minor release fixing a couple of bugs in Geode backend :
7cc1fb8
)5426af6
)ContainerResolver
interface (cb9d064
)NamingStrategy
interface (764d3b5
)v2.8.2
: Criteria DISTINCT supportCompare Source
Main feature of this release is
DISTINCT
statement in Criteria. Plus, small functionalities and bugfixes.Notable changes
Criteria
DISTINCT
modifier in queries. Simple DSL to allow chainingDISTINCT / LIMIT / OFFSET
modifiers (9d639225)Geode backend
type
,time
) in Geode OQL (da9b7e1)Codegen
hashCode()
andtoString()
functions introduced by previous commit@SuppressWarnings(Immutable)
) for lazy hashCode field (#1114)Gson / JSON Adapters
Other changes
jackson-datatype-guava
andjackson-datatype-jdk8
totest
in ElasticSearch backend. They were used only in tests.Thanks to all contributors:
v2.8.1
: Criteria & Repositories API, UpdateCompare Source
Immutables team is happy to announce Immutables 2.8.1 release.
This release 2.8.1 comes one month after 2.8.0 and contains several improvements, bugfixes and new functionalities.
Notable changes
Criteria
@Criteria.Id
annotation.count()
operation similar toCOUNT(*)
in SQLupsert
/update
operations on entity in Writable interfaceMongo jackson adapter
undefined
type which is converted to javanull
(9a64881)skipChildren()
calls.Mongo repositories
Changes related to mongo repositories (predecessor to criteria).
_id
initialization in MongoDB (#1074). PR from André Rouélbson4gson
adapter. Support BSONundefined
type translated to javanull
bson4gson
adapter. Friendlier type conversion between BSON temporal types and java numbers (int / long etc.)bson4gson
adapter. Fixpeek()
method in JsonReader (6f1247)Codegen
lazyhash
attribute. Contrary to existing prehash, lazyhash would compute hashcode on first access tohashCode()
method.META-INF/annotations/org.immutables.value.immutable
is read - disabled URLConnection caching. PR-1060 from Canay ÖZELThird party library upgrades and other dependencies
utility
maven module (1089). All modules will declare dependencies explicitly.Thanks to all contributors. In no particular order:
v2.8.0
: Criteria & Repositories API(not a bugfix release yet, sorry, expect more bugfixes in 2.8.x versions)
2.8.0 is available on Maven Central now
Criteria & Repositories API
Combine power of immutable objects with the flexibility of querying them
Immutables team is pleased to announce Immutables 2.8.0 release.
Major focus of this release was Criteria API which enables
users to generate model-specific query DSL. Generated class (along with criteria runtime) allows accessing different backends in a unified, fluent and type-safe manner.
Benefits over raw driver API usage or string based abstractions (DSLs) are:
Benefits over existing frameworks like Spring Data, Morphia, QueryDSL or jOOQ are:
Full release announcement here: https://github.com/immutables/immutables.github.io/blob/src/2.8.0-release.md
Getting started with criteria API: https://immutables.github.io/criteria.html
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), 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 was generated by Mend Renovate. View the repository job log.