learning-elasticsearch
learning-elasticsearch copied to clipboard
Bump value from 2.8.8 to 2.9.3
Bumps value from 2.8.8 to 2.9.3.
Release notes
Sourced from value's releases.
2.9.3
Maintenance release
What's Changed
- #1408 withUnaryOperator style flag/naming template by
@elucash
in immutables/immutables#1409- Avoid invalidating Gson type adapter cache when creating Mongo Repository by
@jmoghisi
in immutables/immutables#1406- fixing #1407 - Default value with explicit null should use default. by
@SimY4
in immutables/immutables#1410- Fix counts in WriteResult for upsert operation by
@dparamoshkin
in immutables/immutables#1412New Contributors
@dparamoshkin
made their first contribution in immutables/immutables#1412@chncaption
made their first contribution in immutables/immutables#1414Full Changelog: https://github.com/immutables/immutables/compare/2.9.2...2.9.3
2.9.2
Fixes (reverts to older routine) issue affecting custom immutable annotations and meta annotation discovery in some cases leading to a deadlock: processing never finishes
2.9.1
(includes 2.9.0 release notes)
This release now requires Java 8 or later. Fixed memory leak introduced in 2.9.0 Contains many miscellaneous fixes accumulated over many months
Special thanks to
@SimY4
who made Immutables compatible with JDK11 and JDK17 environments.What's Changed
- Support for JDK 11 and 17 (
@SimY4
)- Criteria and Repository classes are now generated in Eclipse compiler (ECJ). #1175
- Add caching to CriteriaContext to avoid class scanning on each instantiation. #1241
- #1189: criteria-geode backend toLowerCase/toUpperCase add parentheses by
@garrettlestingi
in immutables/immutables#1190- Added Bill of Materials (BoM) artifact by
@joke
in immutables/immutables#1191- Fix SuppressWarnings by
@arouel
in immutables/immutables#1208- Fix repository generation for custom generic types by
@coreyjboyle
in immutables/immutables#1207- When modifiable has modifiable default field, Immutables produces syntactically invalid code. by
@SimY4
in immutables/immutables#1212- Fix addAll(Iterator) NPE by
@dmivankov
in immutables/immutables#1221- Remove redundant equality checks in with... methods on enum members by
@jbewing
in immutables/immutables#1226- Write META-INF/services files when annotation processing is over by
@arouel
in immutables/immutables#1235- resolve auto-module-name generation by
@realumhelp
in immutables/immutables#1224- Bean friendly modifiable from method return converted result. by
@SimY4
in immutables/immutables#1211- Truncate strings or values of type variables in
toString
method that are longer than a defined length by@arouel
in immutables/immutables#1185- Diagnostics for NPE in SourceOrdering by
@stepancheg
in immutables/immutables#1123- SuppressedWarnings: if it's deprecated, also suppress forRemoval by
@stevenschlansker
in immutables/immutables#1156- replace TravisCI with GitHub Actions CI by
@sullis
in immutables/immutables#1244- Immutables to build on all JDKs 8+ by
@SimY4
in immutables/immutables#1247- Fix some previously broken extensions support. by
@SimY4
in immutables/immutables#1249- Issue/bug 1245 by
@SimY4
in immutables/immutables#1279- Added eclipse compiler to build matrix by
@SimY4
in immutables/immutables#1280- Support abstract classes declaring static interned instances of their own type by
@Stephan202
in immutables/immutables#1274- Update README.md by
@aaylward
in immutables/immutables#1292
... (truncated)
Commits
6e19203
hm security fix?c8f4dae
2.9.37c0a178
Revert "update org.apache.geode:geode-core 1.9.0 to 1.15.0 (#1414)" (#1419)9f16541
update org.apache.geode:geode-core 1.9.0 to 1.15.0 (#1414)b511f4e
Fix counts for upsert operation729f330
Propagate WriteResult(s) (like update and delete counts) from Mongo backend t...29bca65
fixing #1407 - Default value with explicit null should use default. (#1410)c3344b5
Avoid invalidating Gson type adapter cache when creating Mongo Repository (#1...e264c39
Merge pull request #1409 from immutables/1408-with-unary-operator2feeede
builder cosmetics- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)