Nineya
Home
Blog
软著申请
SpringBoot After upgrading Spring Boot from 3.1.5 to 3.2.0 properties from application.yml are not read
2025-01-07 22:15:58
2715
Please, refer to https://github.com/spring-cloud/spring-cloud-config/issues/2376 and https://github.com/spring-projects/...
SpringBoot DefaultJerseyTagsProvider clashes with WebMvcObservationAutoConfiguration
2025-01-07 22:15:55
7653
When using Jersey (not Spring) annotated endpoints and also using Micrometer Prometheus integration, the "prometheus" a...
SpringBoot R2dbcAutoConfiguration does not seem to allow setting metricsRecorder on ConnectionPool and/or ConnectionPoolConfiguration#customizer
2025-01-07 22:15:51
594
I want to enable metrics collection for R2dbc ConnectionPool, have checked the code of org.springframework.boot.autoconf...
SpringBoot Ability to bind property as prefix to Java class with @ConfigurationProperties and as value to property
2025-01-07 22:15:49
4036
Spring-boot has a very powerful and flexible mechanism to bind configuration properties to Java beans using @Configurati...
SpringBoot Correct document about spring.jpa.generate-ddl and add tests
2025-01-07 22:15:46
113
Closes GH-40177Comment From: scottfrederickSuperseded by #40503. Thanks for helping to clarify this issue @quaff!
SpringBoot members of Interface TypeInformation are null when AOP and Data Rest are enabled and a bean is marked @Lazy
2025-01-07 22:15:40
1528
I have encountered a very strange issue and I'm not sure what to make of it.It seems that: if AOP is enabled, Spring Dat...
SpringBoot SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway
2025-01-07 22:15:37
706
If your @Controller method puts something in the ModelAndView map that throws an exception from its toString() (e.g. eas...
SpringBoot Clarify the directory that's used by default to find Docker Compose compose.yaml
2025-01-07 22:15:33
1911
I have a repository which contains multiple Spring Boot applications and I would like to use compose.yml files for local...
SpringBoot AnsiOutput.detectIfAnsiCapable broken on JDK22
2025-01-07 22:15:29
2113
The detectIfAnsiCapable method in AnsiOutput does not work correctly on JDK22. It checks if System.console() returns nul...
SpringBoot Native image build fails with Maven and Java 21
2025-01-07 22:15:27
2793
Running mvn -P native spring-boot:build-image fails with Paketo Buildpack for BellSoft Liberica 10.2.6[INFO] [creato...
SpringBoot Virtual Threads
2025-01-07 22:15:24
580
How do I know if my application is working on virtual threads?I want to check if my application is using virtual threads...
SpringBoot Java 11 and ForkJoinPool.commonPool() class loading issue
2025-01-07 22:15:21
7684
I'm trying to migrate an application from Java 8 to java 11 and have found a problem withServiceLoader.load() that are b...
SpringBoot Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds)
2025-01-07 22:15:17
1965
Hi!When an environment does NOT support container reuse (i.e. .testcontainers.properties does not have testcontainers.re...
SpringBoot Upgrade to Commons Compress 1.25.0
2025-01-07 22:15:13
1199
Comment From: wilkinsonaWhat are you looking for here? Spring Boot doesn't manage the version of Commons Compress used b...
SpringBoot FileSystemProviders from jar-files are not found when running as executable jar generated via spring-boot-maven-plugin
2025-01-07 22:15:10
678
In a project which uses com.github.robtimus:ftp-fs I found that the FileSystemProvider for ftp (and ftps) is not registe...
SpringBoot CookieSameSiteSupplier influences session cookie
2025-01-07 22:15:08
2636
When upgrading an application from Spring Boot 2.7 to 3.2, we noticed a change in behavior for the session cookie. In 3....
SpringBoot Use SpringBootPlugin constants for task name
2025-01-07 22:15:05
562
Update task names to use constants from SpringBootPlugin.Comment From: pivotal-cla@chaewss Please sign the Contributor L...
SpringBoot Remove unnecessary nesting of calls to String.format
2025-01-07 22:15:02
314
Remove unnecessary method duplication.Comment From: mhalbritterThank you very much and congratulations on your first con...
SpringBoot Spring-Boot 3.2 introduces permission issues in container images
2025-01-07 22:14:59
2678
Creating a container image using maven plugin:mvn spring-boot:build-imageWhen running the image:On Spring-Boot versions ...
SpringBoot Using WebSecurity.ignoring results in 401 status code when rendering error page
2025-01-07 22:14:55
6163
Spring Boot Version: 2.7.5Dependencies: spring-boot-starter-web, spring-boot-starter-securityIf an error is thrown when ...
上一页
下一页
1
…
1697
1698
1699
1700
1701
…
2246
.