Nineya
Home
Blog
SpringBoot Simplify code
2025-01-06 18:44:33
411
I found some code to simplify when using IDEA to inspect the code, so I submit a PR here.Comment From: snicoll@EruDev th...
SpringBoot Allow EntityScanner to be configured to scan for interfaces and abstract classes
2025-01-06 18:44:26
1098
The EntityScanner, used by Spring Boot starter implementations to correct discover domain objects with specific annotati...
SpringBoot Allow EntityScanner to be extended to provide a custom ClassPathScanningCandidateComponentProvider
2025-01-06 18:44:19
204
For custom needs of EntityScanner it would be nice to let them override the ClassPathScanningCandidateComponentProvider,...
SpringBoot spring-data-mongodb 3.0.3 getPath doesn't try catch
2025-01-06 18:44:11
526
org.springframework.data.mongodb.core.convert.QueryMapper.java line:561PropertyPath.from need try catch and return null...
SpringBoot Updating SpringBoot 2.3.1 to 2.3.3 causes Exception (java.lang.NoClassDefFoundError)
2025-01-06 18:43:46
11674
Hello y'all,whenever we try to update our SpringBoot application from 2.3.1 to 2.3.3 (using gradle), it fails with the f...
SpringBoot Consider setting spring.beaninfo.ignore=true by default
2025-01-06 18:43:39
1318
Could we consider to set spring.beaninfo.ignore=true in Spring Boot (2.4.0+) applications? I don't think this JavaBeans ...
SpringBoot Document setting buildpack Java version from compiler plugin version
2025-01-06 18:43:32
918
The Maven spring-boot:build-image goal and Gradle bootBuildImage task attempt to detect the target Java version for the ...
SpringBoot Document how to perform tasks after application startup
2025-01-06 18:43:25
2842
DescriptionI have a service MyServiceImpl that listen to the ApplicationReadyEventIn the method doStuff I run a while(tr...
SpringBoot Fix documentation on Elasticsearch client configuration
2025-01-06 18:43:18
692
As seen in #22358, applications should define RestClientBuilderCustomizer beans to change the client configuration, not ...
SpringBoot Update README.adoc
2025-01-06 18:43:11
312
Comment From: pivotal-issuemaster@garebon80 Please sign the Contributor License Agreement!Click here to manually synchro...
SpringBoot Document how to use spring.factories to add auto-configuration to a test slice
2025-01-06 18:43:04
377
6001 and #6335 made it possible to add auto-configuration to a test slice by listing it in spring.factories but it was o...
SpringBoot Document that graceful shutdown may not work from IDEs
2025-01-06 18:42:58
11506
I have the following in my application.properties file.server.shutdown=gracefulspring.lifecycle.timeout-per-shutdown-pha...
SpringBoot Configurable SSL Logback extensions can't be supported due to URL checks
2025-01-06 18:42:51
35436
Log4j 2 provides enhanced Spring Boot and Spring Cloud Config support with its log4j-spring-boot and log4j-spring-cloud-...
SpringBoot @CrossOrigin with @RepositoryRestResource doesn't work in Spring Boot 2.2 M2
2025-01-06 18:42:44
3999
I tried to recreate my Build a Basic CRUD App with Angular 7.0 and Spring Boot 2.1 using Spring Boot 2.2 and Angular 8 t...
SpringBoot Spring Boot Actuator metrics + Web Client + Kotlin coroutines unable to work in cloud environment
2025-01-06 18:42:34
5447
I recently started working with Spring boot + Kotlin. For one of my REST client calls, I decided to use WebClient alongw...
SpringBoot Add global optional config data opt-out
2025-01-06 18:42:27
531
The recently introduced optional: prefix causes problems for Spring Cloud and likely for some of our users as well. We s...
SpringBoot Alternate approach to addressing the url validation check
2025-01-06 18:42:19
657
This is an alternate approach to address the issue noted in #22946. Instead of just removing the validation it moves the...
SpringBoot Image builder fails silently when there's an error loading the ephemeral image
2025-01-06 18:42:11
1528
When the ephemeral build image is loaded into docker it can fail, and we discard the result, so we never know. From Dock...
SpringBoot Port this enhancement to 2.2.x
2025-01-06 18:42:04
573
Related to #22151 issue. Could it be of the general interest to backport this? We have project that cannot make the upgr...
SpringBoot Use DynamicPropertySource in MongoDB tests
2025-01-06 18:41:56
451
Hi,this PR implements @DynamicPropertySource in the MongoDB tests in favor of using custom initializers.Cheers,Christoph...
上一页
下一页
1
…
2122
2123
2124
2125
2126
…
2246
.