Nineya
Home
Blog
SpringBoot IntelliJ IDEA cannot resolve references to AOT-generated classes in AOT-generated source
2025-01-07 03:56:57
289
This is a follow-on from #32304, the fix for which doesn't play nicely with IntelliJ IDEA. It left the generated classes...
SpringBoot Test compatibility with range of SnakeYAML versions
2025-01-07 03:56:54
174
We should test our compatibility with every version of SnakeYAML that lies in the range between the version in spring-bo...
SpringBoot Make it easier to apply customisations to the SpringApplication created by @SpringBootTest
2025-01-07 03:56:43
1815
When creating a SpringApplication in their application's main method, users can apply customizations to meet their needs...
SpringBoot Introduce support for processing test contexts ahead-of-time
2025-01-07 03:56:41
1385
NBT allows to invoke an existing test suite in a native image. For that to work, we need to process each test context ah...
SpringBoot Introduce a nativeTest maven profile
2025-01-07 03:56:38
158
Currently our native profile is triggering AOT test processing. We only need this if we're actually running tests so we ...
SpringBoot Update SpringBootContextLoader to support AOT
2025-01-07 03:56:36
294
Framework changes to AbstractContextLoader mean we need to be able to return a non-refreshed context. We might need a ne...
SpringBoot Provide a public API for SpringApplication hooks
2025-01-07 03:56:34
280
Issue #30538 introduced a package-private hook mechanism for SpringApplication. We now need to make a version of this AP...
SpringBoot Allow application listeners to register additional listeners in early events
2025-01-07 03:56:32
319
Currently EventPublishingRunListener collects listeners attached to SpringApplication on construction and uses them for ...
SpringBoot Make EventPublishingRunListener package private
2025-01-07 03:56:30
142
I think we can make EventPublishingRunListener package private in Spring Boot 3.0. There doesn't seem to be a good reaso...
SpringBoot Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ
2025-01-07 03:56:26
2940
If jOOQ is used to interact with a database during application context refresh, migrations performed by Flyway or Liquib...
SpringBoot perf:performance code
2025-01-07 03:56:23
117
Comment From: philwebbThanks for the suggestion but I don't think the change will make any difference to performance.
SpringBoot Upgrade to postgresql 42.4.0
2025-01-07 03:55:59
423
postgresql driver have some bug. Pls can you update 42.4.0-release version. Because of this bug "fix: use Locale. ROOT f...
SpringBoot ConnectionFactoryBuilder does not map minIdle
2025-01-07 03:55:56
305
As part of #31702, we've upgraded to R2DBC 1.0 that has some new properties. The tests have been updated to to take the ...
SpringBoot Some Spring-Boot Actuator endpoints not working with native compiled image (Spring Native integration)
2025-01-07 03:55:38
1068
I found the following problem with Spring Native (GraalVM) and some Spring-Boot Actuator endpoints:At least the followin...
SpringBoot YAML timestamps not handled properly with SnakeYaml 1.31
2025-01-07 03:55:31
1201
Spring Boot 2.x is currently using SnakeYaml 1.29 and cannot be further upgraded because of our third party dependency u...
SpringBoot Spring Webflux has huge performance drop from webFilter to controller
2025-01-07 03:55:28
262
https://stackoverflow.com/questions/73699567/spring-webflux-has-huge-performance-drop-from-webfilter-to-controllerCan yo...
SpringBoot Generated classes are not available in the compiler's classpath
2025-01-07 03:55:23
236
If a class is generated as part of AOT processing (typically a cglib proxy), the generated code can't refer to it at the...
SpringBoot 401 and 403 HTTP statuses never return response body
2025-01-07 03:55:20
5739
(I found similar issues but in my case even adding authorize("/error", authentication) or even authorize("/error", permi...
SpringBoot Actuator Istio incorrect management port
2025-01-07 03:55:17
8452
Spring boot 2.3.7Spring Cloud Hoxton SR8Java 11We are trying out Istio service mesh but when we deploy the spring boot a...
SpringBoot Clarify documentation of config sub-directory from which external application properties are read
2025-01-07 03:55:13
1016
The current documentation relates to the subdirectory for external configurations as /config. Read as UNIX path, the lea...
上一页
下一页
1
…
1898
1899
1900
1901
1902
…
2246
.