kafka-ui
kafka-ui copied to clipboard
Bump the other-dependencies group across 1 directory with 28 updates
Bumps the other-dependencies group with 28 updates in the / directory:
| Package | From | To |
|---|---|---|
| com.nimbusds:nimbus-jose-jwt | 10.0.2 |
10.6 |
| io.swagger.core.v3:swagger-integration-jakarta | 2.2.28 |
2.2.40 |
| org.mapstruct:mapstruct | 1.6.2 |
1.6.3 |
| org.mapstruct:mapstruct-processor | 1.6.2 |
1.6.3 |
| org.openapitools:jackson-databind-nullable | 0.2.6 |
0.2.8 |
| org.apache.commons:commons-lang3 | 3.18.0 |
3.20.0 |
| org.apache.commons:commons-text | 1.13.1 |
1.14.0 |
| org.apache.commons:commons-compress | 1.26.0 |
1.28.0 |
| org.apache.avro:avro | 1.11.4 |
1.12.1 |
| software.amazon.msk:aws-msk-iam-auth | 2.3.0 |
2.3.5 |
| com.azure:azure-identity | 1.15.4 |
1.18.1 |
| dev.cel:cel | 0.3.0 |
0.11.1 |
| com.github.ben-manes.caffeine:caffeine | 3.2.2 |
3.2.3 |
| org.testcontainers:testcontainers | 1.20.6 |
1.21.3 |
| org.testcontainers:kafka | 1.20.6 |
1.21.3 |
| org.testcontainers:junit-jupiter | 1.20.6 |
1.21.3 |
| org.assertj:assertj-core | 3.25.3 |
3.27.6 |
| org.bouncycastle:bcpkix-jdk18on | 1.80 |
1.82 |
| com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler | 1.0.5 |
1.0.6 |
| io.modelcontextprotocol.sdk:mcp-spring-webflux | 0.10.0 |
0.16.0 |
| io.prometheus:prometheus-metrics-core | 1.3.6 |
1.4.3 |
| io.prometheus:prometheus-metrics-exposition-textformats | 1.3.6 |
1.4.3 |
| io.prometheus:prometheus-metrics-exporter-pushgateway | 1.3.6 |
1.4.3 |
| org.apache.lucene:lucene-core | 10.2.2 |
10.3.2 |
| org.apache.lucene:lucene-queryparser | 10.2.2 |
10.3.2 |
| org.apache.lucene:lucene-analysis-common | 10.2.2 |
10.3.2 |
| org.openapitools.openapistylevalidator | 1.10 |
1.11 |
| org.openapi.generator | 7.13.0 |
7.17.0 |
Updates com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.6
Changelog
Sourced from com.nimbusds:nimbus-jose-jwt's changelog.
10.0.2 (2025-02-25) * Updates JSONObjectUtils.parse and JSONArrayUtils.parse to reject JSON strings with object and array nesting deeper than 255. This is intended to prevent StackOverflowError's in Gson when a parsed JSON string with excessive nesting is serialised, for example to log the claims of a parsed JWT. Note that in Gson the JSON reader is not susceptible to StackOverflowError's, only the serialisation. The nesting limit of depth 255 is introduced in Gson 2.12.0 (iss #583). * Updates GSon to 2.12.1.
10.1 (2025-04-03) * Restores module-info.java. * Adds ExpiredJWTException extends BadJWTException to enable easy programmatic detection whether a JWT has expired (iss #585). * Adds URLBasedJWKSetSource getJWKSetURL and getResourceRetriever methods to ease class extension.
10.2 (2025-04-07) * Gson is made a direct instead of a shaded dependency to address module issues introduced in 10.1 (iss #550).
10.3 (2025-05-09) * Restores the Gson shading, adding placeholder interfaces to prevent NoClassDefFoundError occurrences at runtime when the JAR is used on a module path (iss #550).
10.3.1 (2025-07-01) * OctetKeyPairGenerator with Curve.Ed25519 should use the provided SecureRandom (iss #590).
10.4 (2025-07-19) * Creates a hierarchy of Option interfaces, extended by JWSSignerOption, JWEEncrypterOption and JWEDecrypterOption. Intended to provide optional configuration parameters to RSASSASigner, ECDSASigner, RSADecrypter, etc. * Introduces CipherMode implementing JWEEncrypterOption and JWEDecrypterOption, to specify a preferred JCA Cipher mode, such as MODE_ENCRYPT / MODE_DECRYPT when the default MODE_WRAP / MODE_UNWRAP is not supported by the JCA provider (iss #576). * Updates RSAEncrypter and RSADecrypter to support the JWEEncrypterOption CipherMode.ENCRYPT_DECRYPT (iss #576). * Factors out OptionUtils.ensureMinRSAPrivateKeySize. * Deprecates OptionUtils.optionIsPresent.
10.4.1 (2025-08-05) * Adds "requires java.sql" to module com.nimbusds.jose.jwt (iss #595).
10.4.2 (2025-08-14) * Updates GSon to 2.13.1. * Updates BouncyCastle to 1.81.
... (truncated)
Commits
c1f3c44[maven-release-plugin] prepare release 10.393076c1[maven-release-plugin] prepare for next development iteration0b56cf0OctetKeyPairGenerator with Curve.Ed25519 should use the provided SecureRandom...584951fAdds support for specifying the ScheduledExecutorService-instance in RefreshA...8c347ffAdds release date for 10.3.160d821bMigrates to central-publishing-maven-plugin0f3191f[maven-release-plugin] prepare release 10.3.163b1101[maven-release-plugin] prepare for next development iterationcd1345bIntroduces CipherMode to specify a preferred JCA Cipher mode when the default...9799fd5Fixes compile errors - generics (iss #576)- Additional commits viewable in compare view
Updates io.swagger.core.v3:swagger-integration-jakarta from 2.2.28 to 2.2.40
Updates org.mapstruct:mapstruct from 1.6.2 to 1.6.3
Release notes
Sourced from org.mapstruct:mapstruct's releases.
1.6.3
Bugs
- Redundant if condition in Java record mapping with
RETURN_DEFAULTstrategy (#3747)- Stackoverflow with Immutables custom builder (#3370)
- Unused import of
java.time.LocalDatewhen mapping sourceLocalDateTimeto targetLocalDate(#3732)Documentation
- Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
b4e25e4Releasing version 1.6.3772fae4Prepare release notes for 1.6.3efdf435#3751 Improve readme to include support for Java 16+ recordsc2bd847#3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...21fdaa0#3747 Do not generate redundant if condition with constructor mapping and RET...32f1fea#3370 Prevent stack overflow error for Immutables with custom builder26c5bcdUpdate readme with 1.6.24e0d73dNext version 1.7.0-SNAPSHOT- See full diff in compare view
Updates org.mapstruct:mapstruct-processor from 1.6.2 to 1.6.3
Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
1.6.3
Bugs
- Redundant if condition in Java record mapping with
RETURN_DEFAULTstrategy (#3747)- Stackoverflow with Immutables custom builder (#3370)
- Unused import of
java.time.LocalDatewhen mapping sourceLocalDateTimeto targetLocalDate(#3732)Documentation
- Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
b4e25e4Releasing version 1.6.3772fae4Prepare release notes for 1.6.3efdf435#3751 Improve readme to include support for Java 16+ recordsc2bd847#3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...21fdaa0#3747 Do not generate redundant if condition with constructor mapping and RET...32f1fea#3370 Prevent stack overflow error for Immutables with custom builder26c5bcdUpdate readme with 1.6.24e0d73dNext version 1.7.0-SNAPSHOT- See full diff in compare view
Updates org.mapstruct:mapstruct-processor from 1.6.2 to 1.6.3
Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
1.6.3
Bugs
- Redundant if condition in Java record mapping with
RETURN_DEFAULTstrategy (#3747)- Stackoverflow with Immutables custom builder (#3370)
- Unused import of
java.time.LocalDatewhen mapping sourceLocalDateTimeto targetLocalDate(#3732)Documentation
- Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
b4e25e4Releasing version 1.6.3772fae4Prepare release notes for 1.6.3efdf435#3751 Improve readme to include support for Java 16+ recordsc2bd847#3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...21fdaa0#3747 Do not generate redundant if condition with constructor mapping and RET...32f1fea#3370 Prevent stack overflow error for Immutables with custom builder26c5bcdUpdate readme with 1.6.24e0d73dNext version 1.7.0-SNAPSHOT- See full diff in compare view
Updates org.openapitools:jackson-databind-nullable from 0.2.6 to 0.2.8
Release notes
Sourced from org.openapitools:jackson-databind-nullable's releases.
v0.2.8 released
What's Changed
- Update to next snapshot version by
@wing328in OpenAPITools/jackson-databind-nullable#67- Skip SNAPSHOT deploy job on forks by
@ctrimblein OpenAPITools/jackson-databind-nullable#70- Remove Javadoc argument --ignore-source-errors by
@ctrimblein OpenAPITools/jackson-databind-nullable#69- Update to JUnit 5 and fix tests by
@Til7701in OpenAPITools/jackson-databind-nullable#72- Update all dependency and plugin versions by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#75- GitHub actions cleanup by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#76- Add dependabot configuration by
@Til7701in OpenAPITools/jackson-databind-nullable#77- Bump actions/checkout from 3 to 5 by
@dependabot[bot] in OpenAPITools/jackson-databind-nullable#78- Bump actions/cache from 3 to 4 by
@dependabot[bot] in OpenAPITools/jackson-databind-nullable#79- Bump actions/setup-java from 3 to 5 by
@dependabot[bot] in OpenAPITools/jackson-databind-nullable#80- Update GitHub actions to use commit sha instead of tags by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#82- Ignore Hibernate Validator updates until Java 17+ is used for builds by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#83- Streaming methods by
@ctrimblein OpenAPITools/jackson-databind-nullable#68- Ignore semver-major Mockito and JUnit updates until Java 17+ is used for builds by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#86- Build as multi release jar by
@Til7701in OpenAPITools/jackson-databind-nullable#62- Bump org.junit:junit-bom from 5.13.4 to 5.14.0 by
@dependabot[bot] in OpenAPITools/jackson-databind-nullable#87- Fix typos and linguistic errors in documentation / hacktoberfest by
@survivantin OpenAPITools/jackson-databind-nullable#88- Change the maven compile execution for Java 8 to override the default compile by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#89- Update to move away from deprecated methods by
@nrayburn-techin OpenAPITools/jackson-databind-nullable#91New Contributors
@ctrimblemade their first contribution in OpenAPITools/jackson-databind-nullable#70@nrayburn-techmade their first contribution in OpenAPITools/jackson-databind-nullable#75@survivantmade their first contribution in OpenAPITools/jackson-databind-nullable#88Full Changelog: https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.7...v0.2.8
v0.2.7 released
What's Changed
- Update parent and dependencies by
@Til7701in OpenAPITools/jackson-databind-nullable#61- 0.2.7 release by
@wing328in OpenAPITools/jackson-databind-nullable#63- update pom.xml to use central publishing maven plugin, add workflow by
@wing328in OpenAPITools/jackson-databind-nullable#66New Contributors
@Til7701made their first contribution in OpenAPITools/jackson-databind-nullable#61Full Changelog: https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.6...v0.2.7
Commits
108f5bdv0.2.8 release (#92)b2ca809Update to move away from deprecated methods (#91)377e8c4Change the maven compile execution for Java 8 to override the default compile...5b73076Fix typos and linguistic errors in documentation (#88)85e68d4Bump org.junit:junit-bom from 5.13.4 to 5.14.0 (#87)9dd4094Build as multi release jar (#62)6712288Ignore semver-major Mockito and JUnit updates until Java 17+ is used for buil...f377edaadding the following methods to JsonNullable, based on methods (#68)09ee5fcIgnore Hibernate Validator updates until Java 17+ is used for builds (#83)338ccf8Update GitHub actions to use commit sha instead of tags to avoid supply chain...- Additional commits viewable in compare view
Updates org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0
Updates org.apache.commons:commons-text from 1.13.1 to 1.14.0
Changelog
Sourced from org.apache.commons:commons-text's changelog.
Apache Commons Text 1.14.0 Release Notes
The Apache Commons Text team is pleased to announce the release of Apache Commons Text 1.14.0.
Apache Commons Text is a set of utility functions and reusable components for processing and manipulating text in a Java environment.
Release 1.14.0. Requires Java 8 or above.
New features
Interface StringLookup now extends UnaryOperator<String>. Thanks to Gary Gregory.Interface TextRandomProvider extends IntUnaryOperator. Thanks to Gary Gregory.Add RandomStringGenerator.Builder.usingRandom(IntUnaryOperator). Thanks to Gary Gregory.Add PMD check to default Maven goal. Thanks to Gary Gregory.Add org.apache.commons.text.RandomStringGenerator.Builder.setAccumulate(boolean). Thanks to Gary Gregory.Fixed Bugs
Fix PMD UnnecessaryFullyQualifiedName in StringLookupFactory. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in DefaultStringLookupsHolder. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in PropertiesStringLookup. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in JavaPlatformStringLookup. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in StringSubstitutor. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in StrSubstitutor. Thanks to Gary Gregory.Fix PMD UnnecessaryFullyQualifiedName in AlphabetConverter. Thanks to Gary Gregory.Fix PMD AvoidBranchingStatementAsLastInLoop in TextStringBuilder. Thanks to Gary Gregory.Fix PMD AvoidBranchingStatementAsLastInLoop in StrBuilder. Thanks to Gary Gregory.org.apache.commons.text.translate.LookupTranslator.LookupTranslator(Map CharSequence>) now throws NullPointerException instead of java.security.InvalidParameterException. Thanks to Gary Gregory.Changes
Bump org.apache.commons:commons-parent from 81 to 85 [#668](https://github.com/apache/commons-text/issues/668). Thanks to Dependabot, Gary Gregory.Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory.Bump graalvm.version from 24.2.0 to 24.2.2 [#665](https://github.com/apache/commons-text/issues/665), [#681](https://github.com/apache/commons-text/issues/681). Thanks to Dependabot, Gary Gregory.Bump commons.bytebuddy.version from 1.17.5 to 1.17.6 ([#677](https://github.com/apache/commons-text/issues/677)). Thanks to Dependabot.Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 [#680](https://github.com/apache/commons-text/issues/680). Thanks to Dependabot.Historical list of changes: https://commons.apache.org/proper/commons-text/changes.html
For complete information on Apache Commons Text, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Text website:
... (truncated)
Commits
Updates org.apache.commons:commons-compress from 1.26.0 to 1.28.0
Changelog
Sourced from org.apache.commons:commons-compress's changelog.
Apache Commons Compress 1.28.0 Release Notes
The Apache Commons Compress team is pleased to announce the release of Apache Commons Compress 1.28.0.
Apache Commons Compress defines an API for working with compression and archive formats. These include bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
This is a feature and maintenance release. Java 8 or later is required.
This release updates Apache Commons Lang to 3.18.0 to pick up the fix for CVE-2025-48924 (https://nvd.nist.gov/vuln/detail/CVE-2025-48924), but is not affected by it.
Changes in this version
Changes in this version include the following.
New Features
Add GzipParameters.getModificationInstant(). Thanks to Gary Gregory.Add GzipParameters.setModificationInstant(Instant). Thanks to Gary Gregory.Add GzipParameters.OS, setOS(OS), getOS(). Thanks to Gary Gregory.Add GzipParameters.toString(). Thanks to Gary Gregory.- COMPRESS-638: Add GzipParameters.setFileNameCharset(Charset) and getFileNameCharset() to override the default ISO-8859-1 Charset #602. Thanks to vincexjl, Gary Gregory, Piotr P. Karwasz.
Add support for gzip extra subfields, see GzipParameters.setExtra(HeaderExtraField) [#604](https://github.com/apache/commons-compress/issues/604). Thanks to ddeschenes-1, Gary Gregory.Add CompressFilterOutputStream and refactor to use. Thanks to Gary Gregory.Add ZipFile.stream(). Thanks to Gary Gregory.GzipCompressorInputStream reads the modification time (MTIME) and stores its value incorrectly multiplied by 1,000. Thanks to Danny Deschenes, Gary Gregory.GzipCompressorInputStream writes the modification time (MTIME) the value incorrectly divided by 1,000. Thanks to Danny Deschenes, Gary Gregory.Add optional FHCRC to GZIP header [#627](https://github.com/apache/commons-compress/issues/627). Thanks to Danny Deschenes, Gary Gregory.Add GzipCompressorInputStream.Builder allowing to customize the file name and comment Charsets. Thanks to Gary Gregory.Add GzipCompressorInputStream.Builder.setOnMemberStart(IOConsumer) to monitor member parsing. Thanks to Gary Gregory.Add GzipCompressorInputStream.Builder.setOnMemberEnd(IOConsumer) to monitor member parsing. Thanks to Gary Gregory.Add PMD check to default Maven goal. Thanks to Gary Gregory.Add SevenZFile.Builder.setMaxMemoryLimitKiB(int). Thanks to Gary Gregory.Add MemoryLimitException.MemoryLimitException(long, int, Throwable) and deprecate MemoryLimitException.MemoryLimitException(long, int, Exception). Thanks to Gary Gregory.- COMPRESS-692: Add support for zstd compression in zip archives. Thanks to Mehmet Karaman, Andrey Loskutov, Gary Gregory.
Add support for XZ compression in ZIP archives. Thanks to Gary Gregory.- COMPRESS-695: Add ZipArchiveInputStream.createZstdInputStream(InputStream) to provide a different InputStream implementation for Zstandard (Zstd) #649. Thanks to Gary Gregory.
Add org.apache.commons.compress.harmony.pack200.Pack200Exception.Pack200Exception(String, Throwable). Thanks to Gary Gregory.- COMPRESS-697: Move BitStream.nextBit() method to BitInputStream #663. Thanks to Fredrik Kjellberg, Gary Gregory.
Add org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream.builder/Builder(). Thanks to Gary Gregory.Add org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream.builder/Builder(). Thanks to Gary Gregory.Add org.apache.commons.compress.compressors.xz.XZCompressorInputStream.builder/Builder(). Thanks to Gary Gregory.Add org.apache.commons.compress.compressors.xz.XZCompressorOutputStream.builder/Builder(). Thanks to Gary Gregory.Add org.apache.commons.compress.compressors.xz.ZstdCompressorOutputStream.builder/Builder() [#666](https://github.com/apache/commons-compress/issues/666). Thanks to Gary Gregory, David Walluck, Piotr P. Karwasz.Add org.apache.commons.compress.compressors.xz.ZstdConstants [#666](https://github.com/apache/commons-compress/issues/666). Thanks to Gary Gregory, David Walluck, Piotr P. Karwasz.
... (truncated)
Commits
852d9c2Prepare for the release candidate 1.28.0 RC1f5eb9e2Prepare for the next release candidate36f204cCamel case parameter name4c04e4aUse final6cb7da1Javadoc563c9d2Javadocce73bd8Javadoca464ae9Better parameter namesc0b2b84Add TODO for next major versionc76bc97Use OpenVEX to document that we are not affected by CVE-2025-48924 in- Additional commits viewable in compare view
Updates org.apache.avro:avro from 1.11.4 to 1.12.1
Updates software.amazon.msk:aws-msk-iam-auth from 2.3.0 to 2.3.5
Release notes
Sourced from software.amazon.msk:aws-msk-iam-auth's releases.
2.3.5
- Upgrade AWS SDK version to address CVE-2025-58056 and CVE-2025-58057
- Updated dependencies to address build issues. It's now recommended to build the package using Gradle 8.0+ and JDK 17+.
2.3.4
- Skip credential providers chain
- Upgrade AWS SDK version
2.3.3
- Upgrade AWS SDK version
2.3.2
- Fix unreleased file lock issue in Gradle
- Enable FIPS endpoint support
2.3.1
- Upgrade Jackson Databind version
Commits
07c14fcMerge pull request #226 from aws/release_2.3.567f19a8Preparing release 2.3.56fd7078update license-check Python version56a08a4update sourceCompatibility and targetCompatibility to 179797351update mockito-inline version0cc14e7Update client module for Sonatype migration changef4b282fBump software.amazon.awssdk:bom to 2.36.384bc15aMerge pull request #223 from aws/release_2.3.40ed7afePreparing release 2.3.48c85192Merge pull request #218 from bdesert/enforced-sts- Additional commits viewable in compare view
Updates com.azure:azure-identity from 1.15.4 to 1.18.1
Commits
11e59efupdated changelog for identity-brokerfb60a61updated identity-broker pom3048a6fupdated identity-broker5e63890added dependency changes97c2251Prepares identity release 1.18.11f3c249Merge remote-tracking branch 'upstream/main' into release/identity_1.18.1079701fUpdate main with branch release of azure-search-documents 11.8.0 (#46985)0793e0bSync eng/common directory with azure-sdk-tools for PR 12410 (#46928)045894dSync eng/common directory with azure-sdk-tools for PR 12454 (#46974)8f80a14mgmt network, fix availabilityzones and prepare release 2.54.0 (#46966)- Additional commits viewable in compare view
Updates dev.cel:cel from 0.3.0 to 0.11.1
Release notes
Sourced from dev.cel:cel's releases.
v0.11.1
Significant changes
- CEL-Java evaluates the following expressions to their proto equivalent form:
timestamp(100) -> google.protobuf.Timestamp duration("1h") -> google.protobuf.DurationStarting with this release, the runtime can evaluate these literals to the following Java native type equivalents:
timestamp(100) -> java.time.Instant duration("1h") -> java.time.DurationThis new behavior is not yet enabled by default. Call
CelOptions.Builder.evaluateCanonicalTypesToNativeValues(true)to explicitly enable it.
- Previously only identifiers containing a period were allowed to be aliased. This constraint has been removed, so the following aliasing is now allowed:
CelContainer.newBuilder().addAlias("short", "really_long_package_name").build();What's Changed
Features
- Evaluate CEL's timestamp and duration types to their native equivalent values in google/cel-java#790
- Relax constraint for fully qualifying a package name when aliasing in google/cel-java#837
Optimizations
- Enhance CSE to handle two variable comprehensions in google/cel-java#808
- Override environment's expected result type during constant folding in google/cel-java#815
- Allow constant folding to fold equals operator in google/cel-java#822
- Enhance ConstantFoldingOptimizer to fold arithmetics involving timestamps and durations in google/cel-java#825
Safety
- Add comprehension nesting validator. in google/cel-java#829
Bug fixes
- Fixed negative zero comparison.
"0.0 == -0.0"now evaluates totrue- Fixed FileDescriptorSetConverter to always reference WellKnownTypes descriptors from generated ones in google/cel-java#833
- Fixed bytes(string) standard function to respect evaluateCanonicalTypesToNativeValues flag in google/cel-java#828
Testing infra
- Setup of the coverage index. in google/cel-java#811
Miscellaneous
- Renaming the CelComprehensionsExtensions docs to align more closely with lib implementation in google/cel-java#807
- Remove capability to serially increment mangled variable indices in google/cel-java#806
- Add an overload for
CelMutableExpr.ofComprehension. in google/cel-java#812- Fix Typo: "descedent" to "descendent". in google/cel-java#827
... (truncated)
Commits
cc130d7Fix Typos: add space after "e.g." and remove commas after "e.g.".7caf057Prepare 0.11.1 release9c7c431Update evaluateCanonicalTypesToNativeValues documentation and fix testsf1ab6e5Include comprehensions in CelEnvironmentc9f7e9aRelax constraint for fully qualifying a package name when aliasing1ffe7c4Fix FileDescriptorSetConverter to always reference WellKnownTypes descriptors...f665c8aFix type-checker to always rewrite resolved identifiers and functions through...4df3772Internal Changes6997259Internal Changes1fc8922Add comprehension nesting validator.- Additional commits viewable in compare view
Updates com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3
Release notes
Sourced from com.github.ben-manes.caffeine:caffeine's releases.
3.2.3
- Fixed frequency tracking of weak keys to use the object's identity hash code (#1902)
- Added support for underscores in
CaffeineSpecwhen using numeric literals (#1890)- Improved the external api to no longer lock when querying for the maximum size or weighted size (#1897)
- Added detection and recovery when a custom
CompletableFutureis in an inconsistent state (quarkus#50513)
Commits
5227a98minor build touchupscc3f37dreorganize into separate gradle test suites2299addAllow users to read the maximum size without locking (fixes #1897)6250b38clarify policy javadoc and add corresponding test cases (fixes #1927)c975fc0upgrade error-prone static analyzerd8e0a92allow the project.version to be overridden by external builders0e46d22detect if the user's future is inconsistent with the results1971428use the assemble task for a full build without running the test suites782ac79use the key reference with the frequency sketch (fixes #1902)e0dd94bminor build clean up- Additional commits viewable in compare view
Updates org.testcontainers:testcontainers from 1.20.6 to 1.21.3
Release notes
Sourced from org.testcontainers:testcontainers's releases.
1.21.3
What's Changed
- Update testcontainers/sshd version to 1.3.0 (#10377)
@eddumelendez- Support docker/mcp-gateway image (#10378)
@eddumelendez- Update testcontainers version to 1.21.2 (#10369)
@github-actions- Update docs version to 1.21.2 (#10368)
@github-actions1.21.2
What's Changed
- Update ryuk version to 0.12.0 (#10357)
@eddumelendez- Update docs version to 1.21.1 (#10281)
@github-actions- Update testcontainers version to 1.21.1 (#10282)
@github-actions📖 Documentation
- Add DockerMcpGatewayContainer (#10364)
@eddumelendez📦 Dependency updates
- Update Gradle Wrapper from undefined to 8.14.2 (#10352)
@github-actions1.21.1
What's Changed
- Update docs version to 1.21.0 (#10193)
@github-actions- Update testcontainers version to 1.21.0 (#10194)
@github-actions🚀 Features & Enhancements
- Expose Loki in LgtmContainer (#10256)
@jaydeluca- Add support to pull model for DockerModelRunnerContainer (#10253)
@eddumelendez🐛 Bug Fixes
- Use generic init script filename when copying it into a Cassandra container (#9606)
@maximevw📖 Documentation
- Add support to clickhouse JDBC V2 (#10280)
@thiagohora- Fix register listener for kafka docs (#10268)
@julianladisch📦 Dependency updates
- Update checkstyle version to 10.23.0 (#10196)
@eddumelendez1.21.0
What's Changed
... (truncated)
Commits
bebbb2cUpdate testcontainers/sshd version to 1.3.0 (#10377)2f64a44Support docker/mcp-gateway image (#10378)b2b404a[create-pull-request] automated change (#10369)c47afa8[create-pull-request] automated change (#10368)2bdd299Add DockerMcpGatewayContainer (#10364)7d83019Update Gradle Wrapper from undefined to 8.14.2 (#10352)415a2f4Update ryuk version to 0.12.0 (#10357)63189c8[create-pull-request] automated change (#10281)71f4e2e[create-pull-request] automated change (#10282)df3ed30Add support to clickhouse JDBC V2 (#10280)- Additional commits viewable in compare view
Updates org.testcontainers:kafka from 1.20.6 to 1.21.3
Release notes
Sourced from org.testcontainers:kafka's releases.
1.21.3
What's Changed
- Update testcontainers/sshd version to 1.3.0 (#10377)
@eddumelendez- Support docker/mcp-gateway image (#10378)
@eddumelendez- Update testcontainers version to 1.21.2 (#10369)
@github-actions- Update docs version to 1.21.2 (#10368)
@github-actions1.21.2
What's Changed
- Update ryuk version to 0.12.0 (#10357)
@eddumelendez- Update docs version to 1.21.1 (#10281)
@github-actions- Update testcontainers version to 1.21.1 (#10282)
@github-actions📖 Documentation
- Add DockerM...
Description has been truncated