SpringBoot Spring Security AuthenticationException message inconsistency

In general, for any exception, the default behavior if you tell Spring Boot to include the error message via server.erro...

SpringBoot Upgrade to Hazelcast 5.0.2

Comment From: snicoll@jerrinot since you kindly offered assistance for anything Hazelcast-related, I am wondering how we...

SpringBoot Run job with cron expression

Hello,We believe there is an error with the use of cron expressions. We currently encounter an error when using crons ex...

SpringBoot Optimistic lock errors in DB tests with Spring Boot 2.7.1 because of newer h2 version

SituationIn https://github.com/mercedes-benz/sechub/issues/915 we wanted to update to Spring Boot 2.7.x. But our DB unit...

SpringBoot Remove Jolokia from documentation

Commit 85f9949513806d564730c2ef6e27171d9563b5dd dropped support for Jolokia (because it doesn't use JakartaEE APIs), but...

SpringBoot activemq-camel may be removed

From this PR The dependency org.apache.activemq:activemq-camel component is already removed.Does it make sense to migra...

SpringBoot java.net.PortUnreachableException with Spring boot 2.6.6 and micrometer 1.8.4

We are using micrometer and statsd to push our metrics to influx db, but after upgrading to spring boot to 2.6.6 version...

SpringBoot kafkaTemplate not getting error on onFailure

Problem: When a kafka error is generated in shipping, this error is not being caught by the onfailure method.Tests execu...

SpringBoot When only using WebClient, native image fails to start with a MissingWebServerFactoryBeanException

Running the native image from the spring-native webclient sample leads to this exception:***************************APPL...

SpringBoot Use RouterFunction or plain Controller for BasicErrorController instead of @Controller

There are only a few endpoints and none of them is very complex. It would be nice to have an annotation (reflection) fre...

SpringBoot Make strategies in EnvironmentPostProcessorApplicationListener pluggable

There is a public constructor EnvironmentPostProcessorApplicationListener(EnvironmentPostProcessorsFactory) but currentl...

SpringBoot Allow basic usage of Logback in applications compiled to a native image

This cover basic usage of Logback, without an XML configuration file. We need to provide reflection hints to allow us to...

SpringBoot Precompute SpringBootVersion at build time

Currently org.springframework.boot.SpringBootVersion does a lot of work at runtime to get the version number. We should ...

SpringBoot Review BeanDefinition handling for configuration properties

For a "main" bean, we should be using RootBeanDefintion rather than GenericBeanDefinition:https://github.com/spring-proj...

SpringBoot Align MustacheViewResolver with other similar resolvers

The FreeMarkerViewResolver (and other template-based resolvers) in Spring Framework avoid using reflection if they know ...

SpringBoot Perform isPresent check in LiquibaseServiceLocatorApplicationListener in a static initializer

Performing the check in a static initializer allows Graal's static analysis to identify that the code will never be run ...

SpringBoot Prefer non-reflective access to ConfigurationClassPostProcessor

If the ConfigurationClassPostProcessor has been provided via an instance supplier then we can use that to set the Metada...

SpringBoot Do not try to configure AprLifecycleListener in native images

There's a cost, particularly with Graal, in calling AprLifecycleListener.isAprAvailable(), that you pay whether or not y...

SpringBoot Ignore BackgroundPreinitializer in native images

BackgroundPreinitializer is not relevant in native images so it is better to ignore it automatically in order to reduce ...

SpringBoot Avoid using reflection when configuring Tomcat's WebSocket support

This benefits native image building and AOT compilation,as reflection requires manual configuration.The Servlet specific...
上一页 下一页
.