Nineya
Home
Blog
SpringBoot Spring Security AuthenticationException message inconsistency
2025-01-07 03:25:51
13628
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
2025-01-07 03:25:45
3240
Comment From: snicoll@jerrinot since you kindly offered assistance for anything Hazelcast-related, I am wondering how we...
SpringBoot Run job with cron expression
2025-01-07 03:25:41
2259
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
2025-01-07 03:25:38
4535
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
2025-01-07 03:25:34
597
Commit 85f9949513806d564730c2ef6e27171d9563b5dd dropped support for Jolokia (because it doesn't use JakartaEE APIs), but...
SpringBoot activemq-camel may be removed
2025-01-07 03:25:31
514
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
2025-01-07 03:25:27
1918
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
2025-01-07 03:25:23
2844
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
2025-01-07 03:25:20
2430
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
2025-01-07 03:25:16
748
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
2025-01-07 03:25:12
1203
There is a public constructor EnvironmentPostProcessorApplicationListener(EnvironmentPostProcessorsFactory) but currentl...
SpringBoot Allow basic usage of Logback in applications compiled to a native image
2025-01-07 03:25:09
215
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
2025-01-07 03:25:06
1555
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
2025-01-07 03:25:02
747
For a "main" bean, we should be using RootBeanDefintion rather than GenericBeanDefinition:https://github.com/spring-proj...
SpringBoot Align MustacheViewResolver with other similar resolvers
2025-01-07 03:24:59
320
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
2025-01-07 03:24:55
194
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
2025-01-07 03:24:53
712
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
2025-01-07 03:24:49
2372
There's a cost, particularly with Graal, in calling AprLifecycleListener.isAprAvailable(), that you pay whether or not y...
SpringBoot Ignore BackgroundPreinitializer in native images
2025-01-07 03:24:45
634
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
2025-01-07 03:24:42
537
This benefits native image building and AOT compilation,as reflection requires manual configuration.The Servlet specific...
上一页
下一页
1
…
1922
1923
1924
1925
1926
…
2246
.