Nineya
Home
Blog
SpringBoot Allow exclusions in Maven plugin to take wild cards
2025-01-07 02:26:14
2988
The Spring Boot Maven plugin allows defining exclusions that will not make it into the final JAR. If quite a few similar...
SpringBoot Upgrade to Spring Kafka 2.8.3
2025-01-07 02:26:06
1410
Comment From: snicoll@garyrussell I can see that setBatchErrorHandler and setErrorHandler have been deprecated. Spring B...
SpringBoot Add documentation for WebMvc.fn
2025-01-07 02:25:59
207
See gh-25110Comment From: snicollWhen merging this forward to 2.7.x we will need to add a Kotlin equivalent for this if ...
SpringBoot Move away from spring.factories for auto-configuration imports
2025-01-07 02:25:56
1767
See https://github.com/spring-projects/spring-boot/issues/29698The most important changes are:All AutoConfigurations are...
SpringBoot java.io.IOException: Problem reading font data when using bootBuildImage
2025-01-07 02:25:52
1847
we are trying to switch from using jib for creating the docker images to using Spring Boot built in buildpacks with boot...
SpringBoot security vulnerabilities in latest 2.6.3 release
2025-01-07 02:25:47
720
We are doing a security audit right now and have a problem with h2 and Postgres driver versions. They are vulnerable. I ...
SpringBoot Set kotlinOptions jvmTarget by convention
2025-01-07 02:25:39
225
We set it to 1.8 in a couple of places in individual modules. For consistency with what we do for Java compilation tasks...
SpringBoot Rectify incorrect sanitizing regex example provided in how-to docs
2025-01-07 02:25:36
860
the spring-boot actuator documentation located at https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/howto-act...
SpringBoot Support constructor injection for FailureAnalyzers
2025-01-07 02:25:32
658
FailureAnalyzer implementations sometimes need access to the BeanFactory or Environment of the current application conte...
SpringBoot Micrometer new relic correct dependency is "difficult"/"wrong" to use.
2025-01-07 02:25:28
4469
Currently there are 2 implementations for micrometer new relic:1. io.micrometer:micrometer-registry-new-relic2. com.newr...
SpringBoot Spring Naming Strategy works unexpectedly for column with single char in the end
2025-01-07 02:25:21
1735
Hello Spring Data team! Off topic: You are awesome!We are using spring-data-jpa with spring naming strategy and we found...
SpringBoot JAR file on Ubuntu server stops after working a day
2025-01-07 02:25:16
11858
I build a project using mvn clean package and deployed on remote Ubuntu server using nohup java -jar app,jar. It works f...
SpringBoot "Customizing the Banner" should make it more obvious that any environment property can be used
2025-01-07 02:25:12
2110
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
SpringBoot "Customizing the Banner" should make it more obvious that any environment property can be used
2025-01-07 02:25:08
183
Comment From: snicoll@UbaidurRehman1 thank you for making your first contribution to Spring Boot.Comment From: ubaid4jTh...
SpringBoot WebSocket auto-configuration throws a CNFE with Jetty 10
2025-01-07 02:24:59
13156
When using Jetty version 10.0.0 up to 10.0.3 and Java 11 (openjdk 11.0.7 2020-04-14) Spring Boot 2.5.0 can't start.It ca...
SpringBoot Remove redundant override of requestMappingHandlerMapping from EnableWebMvcConfiguration
2025-01-07 02:24:55
1179
SpringBoot 2.6.3Redundant RequestMappingHandlerMapping bean configuration, MvcUriComponentsBuilder can work in multiple ...
SpringBoot version 2.5.8 and onwards - issue with AsyncConfigurerSupport - Executor Bean
2025-01-07 02:24:51
3337
when upgrading to spring boot 2.5.8 (from 2.2.5) customizer for meter registry returns "object is not an instance of dec...
SpringBoot GraphQlService may not used contributed BatchLoaderRegistry
2025-01-07 02:24:48
387
Comment From: wilkinsonaWe should add a test to GraphQlAutoConfigurationTests that verifies that a user-provided BatchLo...
SpringBoot Update to Spring > 5.3.13 for Spring Boot 2.4
2025-01-07 02:24:44
2456
I could see how "Upgrade to Spring Framework 5.3.14" happened for 2.6.2 and 2.5.8 , but not for 2.4 . Latest 2.4 is 2.4....
SpringBoot Drop ReleaseTrainDependencyVersion
2025-01-07 02:24:41
294
Since the switch to calver, we don't have any project's using the old release train version scheme. This means that we c...
上一页
下一页
1
…
1962
1963
1964
1965
1966
…
2246
.