No description
- Kotlin 100%
|
All checks were successful
/ release (push) Successful in 1m18s
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.assertj:assertj-core](https://assertj.github.io/doc/#assertj-core) ([source](https://github.com/assertj/assertj)) | `3.27.6` → `3.27.7` |  |  | | [io.mockk:mockk-jvm](https://mockk.io) ([source](https://github.com/mockk/mockk)) | `1.14.7` → `1.14.9` |  |  | | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://github.com/junit-team/junit-framework)) | `6.0.1` → `6.0.3` |  |  | | [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `4.0.1` → `4.0.3` |  |  | | [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `3.0.3` → `3.1.0` |  |  | | [de.loosetie.utils:lt-utils-parent](https://loosetie.de) | `1.1.7` → `2.0.1` |  |  | --- ### Release Notes <details> <summary>mockk/mockk (io.mockk:mockk-jvm)</summary> ### [`v1.14.9`](https://github.com/mockk/mockk/releases/tag/1.14.9) [Compare Source](https://github.com/mockk/mockk/compare/1.14.7...1.14.9) #### What's Changed - fix: normalize value class arguments in EqMatcher for consistent comparison by [@​edwardmp](https://github.com/edwardmp) in [#​1440](https://github.com/mockk/mockk/pull/1440) - Add configurable logging to withArg & withNullableArg by [@​OsaSoft](https://github.com/OsaSoft) in [#​1441](https://github.com/mockk/mockk/pull/1441) - docs(readme): document suppressing superclass calls by [@​ch200203](https://github.com/ch200203) in [#​1444](https://github.com/mockk/mockk/pull/1444) - Fix for issue [#​1103](https://github.com/mockk/mockk/issues/1103). by [@​sdetilly](https://github.com/sdetilly) in [#​1449](https://github.com/mockk/mockk/pull/1449) - Fix configuration option example for restricted classes by [@​TWiStErRob](https://github.com/TWiStErRob) in [#​1465](https://github.com/mockk/mockk/pull/1465) - Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by [@​Copilot](https://github.com/Copilot) in [#​1457](https://github.com/mockk/mockk/pull/1457) - Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by [@​Copilot](https://github.com/Copilot) in [#​1456](https://github.com/mockk/mockk/pull/1456) - Add optional restricted mock system property by [@​nishatoma](https://github.com/nishatoma) in [#​1454](https://github.com/mockk/mockk/pull/1454) - Fix StackOverflowError when mocking methods returning ArrayList by [@​Copilot](https://github.com/Copilot) in [#​1464](https://github.com/mockk/mockk/pull/1464) - Change JUnit 4/5 dependencies from implementation to compileOnly by [@​Copilot](https://github.com/Copilot) in [#​1455](https://github.com/mockk/mockk/pull/1455) - bump dependencies, bump dexter by [@​jgrnrt](https://github.com/jgrnrt) in [#​1477](https://github.com/mockk/mockk/pull/1477) - Fix issue 1475: nullable value class verification by [@​sdetilly](https://github.com/sdetilly) in [#​1480](https://github.com/mockk/mockk/pull/1480) - Migrate build configuration to version catalog by [@​jgrnrt](https://github.com/jgrnrt) in [#​1481](https://github.com/mockk/mockk/pull/1481) - Clean up CI configuration and build artifacts by [@​jgrnrt](https://github.com/jgrnrt) in [#​1482](https://github.com/mockk/mockk/pull/1482) - Add Spotless formatting plugin by [@​jgrnrt](https://github.com/jgrnrt) in [#​1483](https://github.com/mockk/mockk/pull/1483) - Enable ktlint unused-imports rule and clean up code by [@​jgrnrt](https://github.com/jgrnrt) in [#​1489](https://github.com/mockk/mockk/pull/1489) - chore: enable no-wildcard-imports in ktlint by [@​jgrnrt](https://github.com/jgrnrt) in [#​1491](https://github.com/mockk/mockk/pull/1491) - Add List injection support for [@​InjectMockKs](https://github.com/InjectMockKs) ([#​1356](https://github.com/mockk/mockk/issues/1356)) by [@​h2jinee](https://github.com/h2jinee) in [#​1492](https://github.com/mockk/mockk/pull/1492) - Unify settings files by prioritizing mockk.properties in MockKSettings by [@​snowykte0426](https://github.com/snowykte0426) in [#​1474](https://github.com/mockk/mockk/pull/1474) - Fix type matching for any() when parameter is Any ([#​1296](https://github.com/mockk/mockk/issues/1296)) by [@​chapakook](https://github.com/chapakook) in [#​1494](https://github.com/mockk/mockk/pull/1494) - Upgrade Dokka to 2.1.0 and Refactor Documentation Setup by [@​jgrnrt](https://github.com/jgrnrt) in [#​1499](https://github.com/mockk/mockk/pull/1499) - chore: bump gradle to 9.3.0, add .gitattributes by [@​jgrnrt](https://github.com/jgrnrt) in [#​1502](https://github.com/mockk/mockk/pull/1502) - Fix [#​1342](https://github.com/mockk/mockk/issues/1342): Handle value classes for type parameters and don't unbox value classes returned as interface/supertype by [@​ianbrandt](https://github.com/ianbrandt) in [#​1442](https://github.com/mockk/mockk/pull/1442) - Introduce clearAllStubsFromMemory by [@​nishatoma](https://github.com/nishatoma) in [#​1503](https://github.com/mockk/mockk/pull/1503) - Bump dokka to 2.2.0-Beta by [@​jgrnrt](https://github.com/jgrnrt) in [#​1505](https://github.com/mockk/mockk/pull/1505) - fix: resolve [@​InjectMockKs](https://github.com/InjectMockKs) initialization order based on dependencies by [@​neungs-2](https://github.com/neungs-2) in [#​1500](https://github.com/mockk/mockk/pull/1500) #### New Contributors - [@​edwardmp](https://github.com/edwardmp) made their first contribution in [#​1440](https://github.com/mockk/mockk/pull/1440) - [@​OsaSoft](https://github.com/OsaSoft) made their first contribution in [#​1441](https://github.com/mockk/mockk/pull/1441) - [@​sdetilly](https://github.com/sdetilly) made their first contribution in [#​1449](https://github.com/mockk/mockk/pull/1449) - [@​Copilot](https://github.com/Copilot) made their first contribution in [#​1457](https://github.com/mockk/mockk/pull/1457) - [@​nishatoma](https://github.com/nishatoma) made their first contribution in [#​1454](https://github.com/mockk/mockk/pull/1454) - [@​jgrnrt](https://github.com/jgrnrt) made their first contribution in [#​1477](https://github.com/mockk/mockk/pull/1477) - [@​h2jinee](https://github.com/h2jinee) made their first contribution in [#​1492](https://github.com/mockk/mockk/pull/1492) - [@​snowykte0426](https://github.com/snowykte0426) made their first contribution in [#​1474](https://github.com/mockk/mockk/pull/1474) - [@​chapakook](https://github.com/chapakook) made their first contribution in [#​1494](https://github.com/mockk/mockk/pull/1494) - [@​ianbrandt](https://github.com/ianbrandt) made their first contribution in [#​1442](https://github.com/mockk/mockk/pull/1442) - [@​neungs-2](https://github.com/neungs-2) made their first contribution in [#​1500](https://github.com/mockk/mockk/pull/1500) **Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.6...1.14.9> </details> <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)</summary> ### [`v4.0.3`](https://github.com/spring-projects/spring-boot/releases/tag/v4.0.3) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3) #### ⭐ New Features - Add TWENTY\_SIX to JavaVersion enum [#​49193](https://github.com/spring-projects/spring-boot/issues/49193) #### :lady\_beetle: Bug Fixes - Jackson properties may not be applied correctly to RestClients [#​49223](https://github.com/spring-projects/spring-boot/issues/49223) - ClassNotFoundException when using Actuator without spring-boot-health [#​49196](https://github.com/spring-projects/spring-boot/issues/49196) - Using the OTel and Zipkin starters together creates invalid configuration [#​49183](https://github.com/spring-projects/spring-boot/issues/49183) - Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc [#​49060](https://github.com/spring-projects/spring-boot/issues/49060) - Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class [#​49015](https://github.com/spring-projects/spring-boot/issues/49015) - server.jetty.threads.max is ignored when using virtual threads [#​48989](https://github.com/spring-projects/spring-boot/issues/48989) - Slice test includes fail to load when using spring-boot-starter-test-classic [#​48981](https://github.com/spring-projects/spring-boot/issues/48981) - Docker credential helpers with file extensions cannot be executed on Windows [#​48979](https://github.com/spring-projects/spring-boot/issues/48979) - Java version requirement check for native image is confusing if AOT didn't run [#​48963](https://github.com/spring-projects/spring-boot/issues/48963) - TestPropertyValues.Pair.fromMapEntry(Entry\<String, String>) does not comply with its nullability contract [#​48948](https://github.com/spring-projects/spring-boot/issues/48948) #### :notebook\_with\_decorative\_cover: Documentation - Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose [#​49212](https://github.com/spring-projects/spring-boot/issues/49212) - Document that use of non idiomatic format for '`@Value`' still apply for environment variables [#​49109](https://github.com/spring-projects/spring-boot/issues/49109) - Document naming convention for custom test-scoped starters [#​49017](https://github.com/spring-projects/spring-boot/issues/49017) - Delay removal of Jackson 2 support until 4.3 at the earliest [#​49010](https://github.com/spring-projects/spring-boot/issues/49010) - LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases [#​49003](https://github.com/spring-projects/spring-boot/issues/49003) - ApplicationContextAssert documents a non-existent assertion in getFailure() [#​48977](https://github.com/spring-projects/spring-boot/issues/48977) - Highlight the importance of the preStop hook when configuring Kubernetes probes [#​48946](https://github.com/spring-projects/spring-boot/issues/48946) #### 🔨 Dependency Upgrades - Upgrade to AssertJ 3.27.7 [#​49095](https://github.com/spring-projects/spring-boot/issues/49095) - Upgrade to Elasticsearch Client 9.2.5 [#​49184](https://github.com/spring-projects/spring-boot/issues/49184) - Upgrade to Groovy 5.0.4 [#​49097](https://github.com/spring-projects/spring-boot/issues/49097) - Upgrade to Hibernate 7.2.3.Final [#​49098](https://github.com/spring-projects/spring-boot/issues/49098) - Upgrade to Hibernate 7.2.4.Final [#​49167](https://github.com/spring-projects/spring-boot/issues/49167) - Upgrade to Jaybird 6.0.4 [#​49099](https://github.com/spring-projects/spring-boot/issues/49099) - Upgrade to JBoss Logging 3.6.2.Final [#​49100](https://github.com/spring-projects/spring-boot/issues/49100) - Upgrade to Jersey 4.0.2 [#​49101](https://github.com/spring-projects/spring-boot/issues/49101) - Upgrade to Jetty 12.1.6 [#​49102](https://github.com/spring-projects/spring-boot/issues/49102) - Upgrade to jOOQ 3.19.30 [#​49103](https://github.com/spring-projects/spring-boot/issues/49103) - Upgrade to JUnit Jupiter 6.0.3 [#​49233](https://github.com/spring-projects/spring-boot/issues/49233) - Upgrade to Logback 1.5.29 [#​49169](https://github.com/spring-projects/spring-boot/issues/49169) - Upgrade to Logback 1.5.32 [#​49245](https://github.com/spring-projects/spring-boot/issues/49245) - Upgrade to Micrometer 1.16.3 [#​49111](https://github.com/spring-projects/spring-boot/issues/49111) - Upgrade to Micrometer Tracing 1.6.3 [#​49112](https://github.com/spring-projects/spring-boot/issues/49112) - Upgrade to MongoDB 5.6.3 [#​49105](https://github.com/spring-projects/spring-boot/issues/49105) - Upgrade to MySQL 9.6.0 [#​49106](https://github.com/spring-projects/spring-boot/issues/49106) - Upgrade to Netty 4.2.10.Final [#​49107](https://github.com/spring-projects/spring-boot/issues/49107) - Upgrade to Postgresql 42.7.10 [#​49202](https://github.com/spring-projects/spring-boot/issues/49202) - Upgrade to Reactor Bom 2025.0.3 [#​49087](https://github.com/spring-projects/spring-boot/issues/49087) - Upgrade to Spring Data Bom 2025.1.3 [#​49088](https://github.com/spring-projects/spring-boot/issues/49088) - Upgrade to Spring Framework 7.0.5 [#​49216](https://github.com/spring-projects/spring-boot/issues/49216) - Upgrade to Spring Integration 7.0.3 [#​49217](https://github.com/spring-projects/spring-boot/issues/49217) - Upgrade to Spring Kafka 4.0.3 [#​49090](https://github.com/spring-projects/spring-boot/issues/49090) - Upgrade to Spring LDAP 4.0.2 [#​49091](https://github.com/spring-projects/spring-boot/issues/49091) - Upgrade to Spring Pulsar 2.0.3 [#​49092](https://github.com/spring-projects/spring-boot/issues/49092) - Upgrade to Spring Security 7.0.3 [#​49093](https://github.com/spring-projects/spring-boot/issues/49093) - Upgrade to Spring Session 4.0.2 [#​49094](https://github.com/spring-projects/spring-boot/issues/49094) - Upgrade to Tomcat 11.0.18 [#​49108](https://github.com/spring-projects/spring-boot/issues/49108) #### ❤️ Contributors Thank you to all the contributors who worked on this release: [@​GaetanoCerciello](https://github.com/GaetanoCerciello), [@​dsyer](https://github.com/dsyer), [@​linkian209](https://github.com/linkian209), [@​nosan](https://github.com/nosan), [@​quaff](https://github.com/quaff), [@​scordio](https://github.com/scordio), and [@​srt](https://github.com/srt) ### [`v4.0.2`](https://github.com/spring-projects/spring-boot/releases/tag/v4.0.2) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v4.0.1...v4.0.2) #### ⚠️ Noteworthy Changes - The dependency on `org.eclipse.jetty.ee11:jetty-ee11-servlets` has been removed from `spring-boot-jetty` as it was unnecessary and unused. If your application code depends on a class from `jetty-ee11-servlets`, declare a dependency on it in your build configuration. [#​48677](https://github.com/spring-projects/spring-boot/issues/48677) #### :lady\_beetle: Bug Fixes - No TransactionAutoConfiguration with spring-boot-starter-kafka for Spring Boot 4 [#​48880](https://github.com/spring-projects/spring-boot/issues/48880) - Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present [#​48840](https://github.com/spring-projects/spring-boot/issues/48840) - When a bean condition references a type that is not present, it appears as ? in the condition evaluation report [#​48838](https://github.com/spring-projects/spring-boot/issues/48838) - SessionAutoConfiguration creates a DefaultCookieSerializer with a default SameSite of null instead of Lax [#​48830](https://github.com/spring-projects/spring-boot/issues/48830) - Setting graphql schema location to "classpath\*:graphql/\*\*/" causes failure due to incorrectly packaged test resource [#​48829](https://github.com/spring-projects/spring-boot/pull/48829) - Message interpolation by MVC and WebFlux's Validators does not work correctly in a native image [#​48828](https://github.com/spring-projects/spring-boot/issues/48828) - CloudFoundry integration fails in Servlet-based web app without a dependency on spring-boot-starter-restclient [#​48826](https://github.com/spring-projects/spring-boot/issues/48826) - RestTestClientAutoConfiguration and TestRestTemplateAutoConfiguration should be package-private [#​48820](https://github.com/spring-projects/spring-boot/issues/48820) - SSL metrics are no longer auto-configured [#​48819](https://github.com/spring-projects/spring-boot/issues/48819) - Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) [#​48812](https://github.com/spring-projects/spring-boot/issues/48812) - DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image [#​48703](https://github.com/spring-projects/spring-boot/issues/48703) - The spring-boot-cloudfoundry module should only have an optional dependency on spring-boot-security [#​48685](https://github.com/spring-projects/spring-boot/issues/48685) - Application JAR created by extract command is not reproductible [#​48678](https://github.com/spring-projects/spring-boot/issues/48678) - AOT processing of tests should not be disabled when 'skipTests' is set [#​48662](https://github.com/spring-projects/spring-boot/issues/48662) - `@SpringBootTest`(webEnvironment = WebEnvironment.RANDOM\_PORT) is no longer applied to the management server [#​48653](https://github.com/spring-projects/spring-boot/issues/48653) - Fix zero-length byte buffer in InspectedContent [#​48650](https://github.com/spring-projects/spring-boot/issues/48650) - Can no longer override JacksonJsonHttpMessageConverter with ServerHttpMessageConvertersCustomizer [#​48635](https://github.com/spring-projects/spring-boot/issues/48635) - HttpServiceClientProperties incorrectly uses the `@ConfigurationProperties` annotation on a LinkedHashMap class [#​48616](https://github.com/spring-projects/spring-boot/issues/48616) - spring-boot-micrometer-tracing-opentelemetry fails if spring-boot-opentelemetry isn't there [#​48585](https://github.com/spring-projects/spring-boot/issues/48585) - App fails to start with starter-webmvc and starter-zipkin [#​48581](https://github.com/spring-projects/spring-boot/issues/48581) - Micrometer test modules should have an api dependency on micrometer-observation-test [#​48386](https://github.com/spring-projects/spring-boot/issues/48386) #### :notebook\_with\_decorative\_cover: Documentation - Fix typo in REST client documentation [#​48907](https://github.com/spring-projects/spring-boot/pull/48907) - Remove duplicate word [#​48874](https://github.com/spring-projects/spring-boot/pull/48874) - Document support for configuring arguments passed to Docker Compose [#​48806](https://github.com/spring-projects/spring-boot/issues/48806) - The documentation related to EnvironmentPostProcessor links to deprecated interface [#​48803](https://github.com/spring-projects/spring-boot/issues/48803) - Update documentation for Buildpack's AOT Cache support [#​48769](https://github.com/spring-projects/spring-boot/issues/48769) - Correct docs to use new location for error handling configuration properties [#​48767](https://github.com/spring-projects/spring-boot/pull/48767) - Document spring-boot-starter-cloudfoundry on Cloud Foundry Support Page [#​48675](https://github.com/spring-projects/spring-boot/issues/48675) - Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file [#​48659](https://github.com/spring-projects/spring-boot/issues/48659) - Example using excludeDevtools property should document that optional dependencies should be enabled [#​48641](https://github.com/spring-projects/spring-boot/issues/48641) - Fix grammar and typos in the reference guide [#​48601](https://github.com/spring-projects/spring-boot/issues/48601) - Update Tracing section for Spring Boot 4's modularity [#​48576](https://github.com/spring-projects/spring-boot/issues/48576) #### 🔨 Dependency Upgrades - Upgrade to Classmate 1.7.3 [#​48783](https://github.com/spring-projects/spring-boot/issues/48783) - Upgrade to Elasticsearch Client 9.2.3 [#​48721](https://github.com/spring-projects/spring-boot/issues/48721) - Upgrade to Hibernate 7.2.1.Final [#​48857](https://github.com/spring-projects/spring-boot/issues/48857) - Upgrade to HttpClient5 5.5.2 [#​48784](https://github.com/spring-projects/spring-boot/issues/48784) - Upgrade to Jackson 2 Bom 2.20.2 [#​48910](https://github.com/spring-projects/spring-boot/issues/48910) - Upgrade to Jackson Bom 3.0.4 [#​48931](https://github.com/spring-projects/spring-boot/issues/48931) - Upgrade to JUnit Jupiter 6.0.2 [#​48785](https://github.com/spring-projects/spring-boot/issues/48785) - Upgrade to Lettuce 6.8.2.RELEASE [#​48859](https://github.com/spring-projects/spring-boot/issues/48859) - Upgrade to Logback 1.5.24 [#​48786](https://github.com/spring-projects/spring-boot/issues/48786) - Upgrade to Logback 1.5.25 [#​48885](https://github.com/spring-projects/spring-boot/issues/48885) - Upgrade to Micrometer 1.16.2 [#​48712](https://github.com/spring-projects/spring-boot/issues/48712) - Upgrade to Micrometer Tracing 1.6.2 [#​48713](https://github.com/spring-projects/spring-boot/issues/48713) - Upgrade to Native Build Tools Plugin 0.11.4 [#​48911](https://github.com/spring-projects/spring-boot/issues/48911) - Upgrade to Pooled JMS 3.1.9 [#​48787](https://github.com/spring-projects/spring-boot/issues/48787) - Upgrade to Postgresql 42.7.9 [#​48886](https://github.com/spring-projects/spring-boot/issues/48886) - Upgrade to R2DBC MSSQL 1.0.4.RELEASE [#​48858](https://github.com/spring-projects/spring-boot/issues/48858) - Upgrade to Reactor Bom 2025.0.2 [#​48714](https://github.com/spring-projects/spring-boot/issues/48714) - Upgrade to Spring AMQP 4.0.2 [#​48832](https://github.com/spring-projects/spring-boot/issues/48832) - Upgrade to Spring Batch 6.0.2 [#​48715](https://github.com/spring-projects/spring-boot/issues/48715) - Upgrade to Spring Data Bom 2025.1.2 [#​48716](https://github.com/spring-projects/spring-boot/issues/48716) - Upgrade to Spring Framework 7.0.3 [#​48717](https://github.com/spring-projects/spring-boot/issues/48717) - Upgrade to Spring GraphQL 2.0.2 [#​48718](https://github.com/spring-projects/spring-boot/issues/48718) - Upgrade to Spring HATEOAS 3.0.2 [#​48834](https://github.com/spring-projects/spring-boot/issues/48834) - Upgrade to Spring Integration 7.0.2 [#​48833](https://github.com/spring-projects/spring-boot/issues/48833) - Upgrade to Spring Kafka 4.0.2 [#​48719](https://github.com/spring-projects/spring-boot/issues/48719) - Upgrade to Spring Pulsar 2.0.2 [#​48720](https://github.com/spring-projects/spring-boot/issues/48720) - Upgrade to WebJars Locator Lite 1.1.3 [#​48788](https://github.com/spring-projects/spring-boot/issues/48788) - Upgrade to XML Maven Plugin 1.2.1 [#​48887](https://github.com/spring-projects/spring-boot/issues/48887) #### ❤️ Contributors Thank you to all the contributors who worked on this release: [@​GaoSSR](https://github.com/GaoSSR), [@​ShaunHaldane](https://github.com/ShaunHaldane), [@​Zuohuang-Cai](https://github.com/Zuohuang-Cai), [@​izeye](https://github.com/izeye), [@​mspiess](https://github.com/mspiess), [@​ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), and [@​philipbolting](https://github.com/philipbolting) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: Christian Keller (EXT) <christian.keller_ext@50hertz.com> Reviewed-on: #10 Co-authored-by: Renovate Bot <renovate@denktmit.tech> Co-committed-by: Renovate Bot <renovate@denktmit.tech> |
||
|---|---|---|
| .forgejo/workflows | ||
| _bom | ||
| _parent | ||
| assertj | ||
| jackson | ||
| kotlin | ||
| spring | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE.txt | ||
| pom.xml | ||
| README.md | ||
| renovate.json | ||
LT :: Utils
A collection of utils for several frameworks. Modules are structured by thier dependencies
Use the BOM to ease the use of multiple utils.
AssertJ
softAssert { /* assertions */ }
Jackson
Opinionated defaults for JSON, YAML and polymorphic mappers