Nineya
Home
Blog
SpringBoot Update tests to make them compatible with Java 19
2025-01-07 03:55:06
285
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+
2025-01-07 03:55:03
372
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
2025-01-07 03:55:01
469
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
2025-01-07 03:54:58
644
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
2025-01-07 03:54:55
383
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
2025-01-07 03:54:51
1036
authenticationProvider.setAssertionValidator(OpenSaml4AuthenticationProvider .createDefaultAssertionValidator...
SpringBoot "commons-io"-dependency is missing in spring-boot-dependencies (2021.0.4)
2025-01-07 03:54:48
846
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
2025-01-07 03:54:44
4263
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
2025-01-07 03:54:41
462
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
2025-01-07 03:54:39
3266
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
2025-01-07 03:54:36
1318
The FreeMarkerAutoConfiguration logs a warning about missing templates even if the entire auto-configuration class is di...
SpringBoot Revisit "enabled" properties for view technologies
2025-01-07 03:54:33
544
As seen in #32162, spring.${viewTechnology}.enabled properties do not disable entirely the auto-configuration, but rathe...
SpringBoot Allow customizing rabbitmq metrics prefix
2025-01-07 03:54:31
3068
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
2025-01-07 03:54:29
1120
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
2025-01-07 03:54:26
16165
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)
2025-01-07 03:54:23
3624
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
2025-01-07 03:54:21
732
At present, both Spring MVC and Spring WebFlux auto-configurations hardcode path pattern for WebJars resource handlers t...
SpringBoot Set GlobalObservationConvention on ObservationConfig
2025-01-07 03:54:19
958
If there are any beans of type GlobalObservationConvention they should be set on the ObservationRegistry#observationConf...
SpringBoot Migrates to sender and receiver propagation handlers
2025-01-07 03:54:16
402
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
2025-01-07 03:54:13
129
Fixes issue #32141Adds support for "yml" suffix config files. "yaml" already supportedComment From: snicollThanks @neils...
上一页
下一页
1
…
1899
1900
1901
1902
1903
…
2246
.