SpringBoot SqlResultSetMapping is unknown

Experiencing this error when using version 2.6.6org.springframework.dao.InvalidDataAccessApiUsageException: The given Sq...

SpringBoot Artificial Connection pool timeout diversification method.

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

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

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

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

This PR fixes Jetty 9 specific dependency exclusions in doc.Comment From: wilkinsonaThanks very much, @izeye.

SpringBoot Migrate FailureAnalyzers to constructor injection

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

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

Hi, I submitted this PR to solve #28926.I'm not sure if MissingWebServerFactoryBeanException should inherit ApplicationC...

SpringBoot Add support for Hazelcast 4

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

Describing Your ChangesDifferent order in ExitCodeGenerators#generators will lead to different exitCode. I suggest add ‘...

SpringBoot JettyWebServer breaks Jetty ConnectionLimit feature

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

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

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"

According to the documentation of spring-boot-actuator, we can define "management.endpoint.health.probes.add-additional-...

SpringBoot Support application images with jlink

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

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

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

Add an environment property toggle via @ConditionalOnProperty for CassandraAutoConfiguration which defaults to true (#30...

SpringBoot Error Hibernate-Core: InvalidDataAccessApiUsageException (Parameter value)

Hi, Spring boot 2.6.5 and 2.6.6 cause error in hibernate-core:org.springframework.dao.InvalidDataAccessApiUsageException...
上一页 下一页
.