SpringBoot Spring does not respect jpa bootstrap mode in application.properties

spring.data.jpa.repositories.bootstrap-mode has been reverted to default since spring boot 2.4.1.I want to enable spring...

SpringBoot Upgrading to Spring Boot 2.4.2 results in ConverterNotFoundException for String to Duration

I've encountered an issue when upgrading from Spring Boot 2.4.1 to 2.4.2. I can't determine if it is an actual issue wit...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.

SpringBoot log4j2(xml) configuration enhancement, support <SpringProfile> tag

Enhance the configuration of log4j2 (xml), support Profile-specific Configuration (&lt;SpringProfile&gt;), consistent wi...

SpringBoot When running with a context hierarchy, PrimaryDefaultValidatorPostProcessor causes a NoSuchBeanDefinitionException when a Validator is in an ancestor context

When BeanDefinitionRegistry.getBeanDefinition() is called it will throw NoSuchBeanDefinitionException which will cause f...

SpringBoot Provide a request attribute for storing exception info for tagging purposes

As part of #23795, we've found that errors handled by the web infrastructure are inconsistently tagged by our metrics su...

SpringBoot Tomcat is serving web page response content extremely slow

After upgrading from spring-boot 2.2.7. to spring boot 2.3.3 we are experiencing extreme slowness in receiving web conte...

SpringBoot Spring Boot 2.4.4 maven test incompatible

Same pom.xml, just upgrade Spring Boot parent from 2.3 to 2.4 but:Spring Boot 2.4.4: mvn clean test doesn't run any test...

SpringBoot MissingPathVariableException not thrown when the path variable is not at the end of URL

Having an issue with the following rest controller in spring boot version 2.3.4.RELEASE, spring security 5.3.4, spring w...

SpringBoot Use ApplicationContextRunner in ValidationAutoConfigurationTests

https://github.com/spring-projects/spring-boot/pull/25800 will need some additions to ValidationAutoConfigurationTests. ...

SpringBoot How to enable HTTP/2 (in particular h2c) on management endpoints when mangement.server.port is set

Hi, I'd like to enable HTTP/2 on the management endpoints when they are exposed on a different port (set via management....

SpringBoot I failed to use mvn spring-boot:build-image and remote docker daemon on win10

spring-boot-starter-parentm 2.4.4My project is on win and docker is on another linux. Even if I put the built jar in the...

SpringBoot InvalidConfigDataPropertyException not thrown when spring.profiles.active is set to default in application.properties

Using Spring 2.4.4 current profile structure is as follows:|resources| |config| | --application-dev.properties| ...

SpringBoot Unlike Micrometer's PushMeterRegistry, PrometheusPushGatewayManager stops publishing when an UnknownHostException is caught

When PrometheusPushGatewayManager.push encounters an exception(UnknownHostException), it will shutdown and No longer att...

SpringBoot Extract XML examples from Maven plugin adoc files

This is a fix to issue #25376 by pulling out all xml snippets from the Spring Boot Maven Plugin Documentation (adoc file...

SpringBoot Extract XML examples from Maven plugin adoc files

The Maven plugin docs have XML snippets inline with the Asciidoc content, which provides no syntax help and makes it muc...

SpringBoot Use SimpleDriverDataSource when creating an initialization-specific DataSource

Similar to #24944, we could use SimpleDriverDataSource when data source initialization is using custom credentials and, ...

SpringBoot Consider removing the hidden spring.jpa.show-sql=true setting from @DataJpaTest

This setting is rather hidden, hard to find, and can set you up.I wanted to disable SQL query logging, but somehow the q...

SpringBoot java.lang.NoSuchMethodError after upgrading to spring boot 2.3.0

I have a mysterious java.lang.NoSuchMethodError exception after upgrading form spring boot 2.1.4 to spring boot 2.3.0. F...

SpringBoot DataSourceInitializer throws an InvalidConfigurationPropertyValueException with the wrong property name when using custom DataSourceProperties

Consider the following app:package com.example.demo;import javax.sql.DataSource;import org.springframework.boot.SpringAp...
上一页 下一页
.