Sourced from org.assertj:assertj-core's releases.
v3.25.0
:jigsaw: Binary Compatibility
The release is binary compatible with the previous minor version.
:no_entry_sign: Deprecated
Core
- Deprecate the following date/time related assertions in favor of
isCloseTo
:
isEqualToIgnoringHours
isEqualToIgnoringMinutes
isEqualToIgnoringSeconds
isEqualToIgnoringMillis
isEqualToIgnoringNanos
isInSameHourAs
isInSameMinuteAs
isInSameSecondAs
- Deprecate
asList
in favor ofasInstanceOf
#3138:sparkles: New Features
Core
Add
Descriptable#describedAs(Supplier<String>)
Add
isInThePast
andisInTheFuture
toLocalDate
assertions #2933Add
isInThePast
andisInTheFuture
to the missing Java 8 date/time types #2947Add
isRecord
andisNotRecord
toClass
assertions #2968Add
hasNullValue
anddoesNotHaveNullValue
toAtomicReferenceAssert
#2969Add
asBoolean|Byte|Short|Int|Long|Float|Double
toString
assertions #2580Add
hasRecordComponents
toClass
assertions #2995Add getters for field path in
ComparisonDifference
#3007Allow to compare
enum
andstring
fields in the recursive comparison #2616Provide value when
assertThatThrownBy
/thenThrownBy
fail #3043Add
isSealed
andisNotSealed
toClass
assertions #3080Add
assertThatCharSequence
to disambiguate Groovy'sGString
#3132Change the way the properties are collected using the
Class.getMethods()
API instead of iterating the class hierarchy usingClass.declaredMethods()
#3135Add default constructor for
RecursiveComparator
#3206Add
isPrimitive
andisNotPrimitive
toClass
assertions #2722Add
anyOf(ThrowingConsumer...)
andallOf(ThrowingConsumer...)
#3219What was written as:
assertThat(elements) .extracting(Element::getProperty) .allSatisfy(p -> assertThat(p).satisfiesAnyOf( p1 -> assertThat(p1).isNull(),
... (truncated)
2c1c083
[maven-release-plugin] prepare release assertj-build-3.25.0c44129d
Move flatten-maven-plugin
version to separate property31cefaf
Apply flatten-maven-plugin
to assertj-core
and
assertj-guava
(#3311)435d183
chore(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 (#3312)e044604
chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4
to 3....1ea4379
chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from
2.16.0...e841b32
chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from
3.11.0 ...5ea3760
ci: update workflows to Java 21 (#3191)e91cb7b
ci: upload only report for latest release binary compatibility79cc530
test: avoid split packages in Kotlin integration testsSourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
3.12.1
🐛 Bug Fixes
- [MCOMPILER-567] - Fail to compile if the generated-sources/annotation… (#218)
@jorsol
📦 Dependency updates
- [MCOMPILER-568] - Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)
@dependabot
3.12.0
🚀 New features and improvements
- [MCOMPILER-562] - Add property maven.compiler.outputDirectory to CompilerMojo (#213)
@jGauravGupta
- [MCOMPILER-381] - Refactor incremental detection (#181)
@jorsol
- [MCOMPILER-542] - Clean JDK patch version in module-info.class (#208)
@jorsol
- [MCOMPILER-558] - compileSourceRoots in testCompile should be writable (#209)
@lorenzsimon
- [MCOMPILER-559] - Warn if overwriting the project's artifact's file to a different value (#211)
@gnodet
- [MCOMPILER-550] - make outputDirectory writable (#202)
@bmarwell
- [MCOMPILER-549] - Improve log message in case of recompilation - fix jenkins build (#203)
@slawekjaranowski
- [MCOMPILER-549] - Improve log message in case of recompilation (#201)
@BrowneMonke
- [MCOMPILER-391] - Use dep mgmt when resolving annotation processors and their deps (#180)
@psiroky
- [MCOMPILER-531] - Prepare for Java 20(-ea) (#184)
@slachiewicz
🐛 Bug Fixes
- [MCOMPILER-333] - Cleanup generated source files (#214)
@jorsol
- [MCOMPILER-544] - don't add items to classpath that are not used for that (#198)
@laeubi
- [MCOMPILER-547] - : Initialize pathElements to empty (#199)
@rovarga
📦 Dependency updates
- [MCOMPILER-564] - Bump plexusCompilerVersion from 2.13.0 to 2.14.1 (#216)
@dependabot
- [MCOMPILER-557] - Upgrade maven-plugin parent to 41 - fix build (#210)
@slawekjaranowski
- [MCOMPILER-554] - Update plexus-java to 1.2.0 (#207)
@jorsol
- [MCOMPILER-551] - Upgrade Parent to 40 (#205)
@slawekjaranowski
- [MCOMPILER-541] - update maven-shared-utils to 3.4.2 (#195)
@elharo
- Bump apache/maven-gh-actions-shared from 2 to 3 (#182)
@dependabot
- Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (#179)
@dependabot
👻 Maintenance
- [MCOMPILER-565] - Allow project build by Maven 4 (#217)
@slawekjaranowski
- [MCOMPILER-552] - Refresh download page (#204)
@slawekjaranowski
- Remove references to old Maven versions. (#194)
@elharo
- (doc) Drop unused and vulnerable dependency to log4j (#190)
@slachiewicz
- [MNG-6829] - Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#189)
@timtebeek
- Update plexus-utils to 3.0.24 - in its (#183)
@slachiewicz
736da68
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.1ef93f3d
[MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)eb7840c
[MCOMPILER-567] - Fail to compile if the
"generated-sources/annotations" does...2a7a73b
[maven-release-plugin] prepare for next development iterationc08b0fd
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.0a1c5b13
[MCOMPILER-565] Allow project build by Maven 44855773
Bump plexusCompilerVersion from 2.13.0 to 2.14.11d05342
[MCOMPILER-562] Add property maven.compiler.outputDirectory to
CompilerMojo (...ea74978
[MCOMPILER-381] - Refactor incremental detection (#181)fd37f09
[MCOMPILER-333] Cleanup generated source files (#214)Sourced from io.grpc:grpc-bom's releases.
v1.60.1
Bug Fixes
- util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (#10770)
cd7ae8b
Bump version to 1.60.1ef29460
missed step8b24759
Bump version to 1.60.2-SNAPSHOT09952f1
Bump version to 1.60.2-SNAPSHOT661dbe3
Update README etc to reference 1.60.1121f23f
Add increment as identified in #10768
(#10769)
(#10770)b758702
buildscripts: Use the Kokoro shared install lib from the new repo (#10757)
(#...1f99df9
Bump version to 1.60.1-SNAPSHOT