Nineya
Home
Blog
SpringBoot SqlResultSetMapping is unknown
2025-01-07 02:48:00
951
Experiencing this error when using version 2.6.6org.springframework.dao.InvalidDataAccessApiUsageException: The given Sq...
SpringBoot Artificial Connection pool timeout diversification method.
2025-01-07 02:47:56
4250
First - DBA here and not directly programing with spring-boot.BackgroundWe ran into an issue with Vault user creation in...
SpringBoot Make JSON comparisons in tests more robust
2025-01-07 02:47:52
5695
Hi,The test customGsonBuilder() is non deterministic or flaky. Gson.toJson() function does not promise any ordering of f...
SpringBoot Change branching method so PR titles will be visible
2025-01-07 02:47:48
1896
Every popular open-source repository these days lets viewers see what's going on through the PR names. Some repositories...
SpringBoot Spring Boot breaks SpringBeanAutowiringSupport
2025-01-07 02:47:39
1445
Hi!We use some validators which are applied with @Constraint(validatedBy = ... )These validators use some @Autowired dep...
SpringBoot Move Jetty 9 specific exclusions to the correct dependency
2025-01-07 02:47:36
109
This PR fixes Jetty 9 specific dependency exclusions in doc.Comment From: wilkinsonaThanks very much, @izeye.
SpringBoot Migrate FailureAnalyzers to constructor injection
2025-01-07 02:47:32
193
Following #29811, all FailureAnalyzer implementations should use constructor injection for BeanFactory and Environment i...
SpringBoot NullPointerException is thrown when accessing /actuator/configprops if a class annotated with both @Configuration and @ConfigurationProperties has a static @Bean method
2025-01-07 02:47:28
7331
java.lang.NullPointerException at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.ja...
SpringBoot Perform failure analysis when a web application cannot be started due to a missing web server factory bean
2025-01-07 02:47:23
853
Hi, I submitted this PR to solve #28926.I'm not sure if MissingWebServerFactoryBeanException should inherit ApplicationC...
SpringBoot Add support for Hazelcast 4
2025-01-07 02:47:18
16761
With Hazelcast 4.0, Spring Boot 2.2.6 is not properly adhering to the spring.hazelcast.config application property which...
SpringBoot Support Ordered and @Order for exit code generation
2025-01-07 02:47:15
2975
Describing Your ChangesDifferent order in ExitCodeGenerators#generators will lead to different exitCode. I suggest add ‘...
SpringBoot JettyWebServer breaks Jetty ConnectionLimit feature
2025-01-07 02:47:11
2269
Hello everyone!In Spring Boot version >2.5.0 JettyWebServer started caching and removing http connectors directly, no...
SpringBoot JPA backslash/escape double quote regression in 2.6.5
2025-01-07 02:47:08
3071
Hello, Previous Spring boot version : 2.6.4New Spring version : 2.6.5Dependency : spring-boot-starter-data-jpaWhen tryin...
SpringBoot Error with Micrometer when deploying Spring Boot 2.6.3 under Wildfly
2025-01-07 02:47:04
1361
When deploying Spring Boot version 2.6.3 as a war with Wildfly 26, I get the following error on startup:Failed to define...
SpringBoot Add missing configuration metadata for "management.endpoint.health.probes.add-additional-paths"
2025-01-07 02:47:01
1264
According to the documentation of spring-boot-actuator, we can define "management.endpoint.health.probes.add-additional-...
SpringBoot Support application images with jlink
2025-01-07 02:46:54
6227
I'm working on a small Spring Boot app and would like to create a self-contained application image with jlink.Java 16Spr...
SpringBoot Prohibit circular references by default
2025-01-07 02:46:50
10185
We believe that circular references between beans should be avoided if at all possible. To help users avoid accidentally...
SpringBoot Clarify behavior of JMX in @SpringBootTest
2025-01-07 02:46:46
1255
This is, I think, a documentation issue.@SpringBootTest appears to have JMX disabled by default which causes the test to...
SpringBoot Add an environment property toggle for CassandraAutoConfiguration
2025-01-07 02:46:43
576
Add an environment property toggle via @ConditionalOnProperty for CassandraAutoConfiguration which defaults to true (#30...
SpringBoot Error Hibernate-Core: InvalidDataAccessApiUsageException (Parameter value)
2025-01-07 02:46:39
804
Hi, Spring boot 2.6.5 and 2.6.6 cause error in hibernate-core:org.springframework.dao.InvalidDataAccessApiUsageException...
上一页
下一页
1
…
1947
1948
1949
1950
1951
…
2246
.