SpringBoot Update tests to make them compatible with Java 19

A small number of our tests don't run on Java 19 for a few different reasons:Mockito's partial mocking doesn't work on J...

SpringBoot Build with Gradle 7.5 while retaining support for Gradle 6.8+

Gradle 6.x does not (yet?) support building with a Java 19 toolchain. This prevents us from having CI builds that test a...

SpringBoot CVE-2022-26336 from Apache POI

The fix for CVE-2022-26336 comes in Apache POI version 5.2.1org.apache.solr:solr-cell module bring in Apache POI.Hence, ...

SpringBoot Remove grab, install, jar, run, uninstall, and war commands from the CLI

As far as we can tell, the CLI's support for running and packaging applications is very rarely used. As such, the ongoin...

SpringBoot Add NINETEEN to JavaVersion enum

I prepared a PR for this. But when running the tests, I found that junit needs to be upgraded to 5.9.0, in order for the...

SpringBoot Not able to override saml2.ClockSkew value (default is 5 m) in Validation Context of OpenSaml4AuthenticationProvider, keeping default params

authenticationProvider.setAssertionValidator(OpenSaml4AuthenticationProvider .createDefaultAssertionValidator...

SpringBoot "commons-io"-dependency is missing in spring-boot-dependencies (2021.0.4)

Hi,I am currently using Spring boot 2.7.3.I tried to upgrade from spring cloud dependencies 2021.0.3 to 2021.0.4.After ...

SpringBoot Auto-configure Jersey with a JacksonJaxbXMLProvider when jackson-jaxrs-xml-provider is on the classpath

ProblemSpring Boot has fantastic support for Jackson. When using Jackson for JSON serialization/deserialization--especia...

SpringBoot Detection of PeriodStyle.ISO8601 does not support lower-case input

Support lower-case input in PeriodStyle for ISO-8601 format used by java.time.Period.This is a pull request similar to ...

SpringBoot Flyway Callbacks and JavaMigrations configured in FlywayConfigurationCustomizer are overwritten by beans of the same type

I'm trying to configure where/how to find the flyway callbacks using the FlywayConfigurationCustomizer with something li...

SpringBoot Don't warn about missing Freemarker templates if disabled

The FreeMarkerAutoConfiguration logs a warning about missing templates even if the entire auto-configuration class is di...

SpringBoot Revisit "enabled" properties for view technologies

As seen in #32162, spring.${viewTechnology}.enabled properties do not disable entirely the auto-configuration, but rathe...

SpringBoot Allow customizing rabbitmq metrics prefix

Metrics for rabbitmq are bound using Micrometer to the prefix rabbitmq (https://github.com/spring-projects/spring-boot/b...

SpringBoot SpringBootTestContextBootstrapper logs exception if spring-tx is not on the class path

It's probably harmless, but since DEBUG logging is always on by default when tests are starting up it is definitely dist...

SpringBoot Adapt to Spring Session Data Redis switching to an unindexed repository by default

See https://github.com/spring-projects/spring-session/issues/1711 for background.Spring Session's Redis module has switc...

SpringBoot Found multiple extensions for the endpoint bean healthEndpoint (healthEndpointWebExtension, reactiveHealthEndpointWebExtension)

I am facing this below issue, while i am using 2.6.8 spring version as well actuator version is same. When I exclude Hea...

SpringBoot Add support for customizing WebJars resource handler path pattern

At present, both Spring MVC and Spring WebFlux auto-configurations hardcode path pattern for WebJars resource handlers t...

SpringBoot Set GlobalObservationConvention on ObservationConfig

If there are any beans of type GlobalObservationConvention they should be set on the ObservationRegistry#observationConf...

SpringBoot Migrates to sender and receiver propagation handlers

Related PRs[x] https://github.com/micrometer-metrics/micrometer/pull/3293[x] https://github.com/micrometer-metrics/traci...

SpringBoot Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml

Fixes issue #32141Adds support for "yml" suffix config files. "yaml" already supportedComment From: snicollThanks @neils...
上一页 下一页
.