SpringBoot Add condition that checks for the presence of a configurable annotation

Enhancement for Conditional Annotations:When creating Auto Configurations we need to rely on @ConditionalOnProperty. Thi...

SpringBoot Profile specific properties not loaded when profile is defined in .spring-boot-devtools.properties

Hello,This is the first bug I've submitted here, so I'm not sure if I've filled everything correctly. I also hope it's n...

SpringBoot Fix broken links to Micrometer registry docs

This PR fixes broken links to Micrometer registry docs.See https://github.com/micrometer-metrics/micrometer-docs/issues/...

SpringBoot Use Supplier variants of Assert methods

Hi,this PR uses the Supplier variants for Assert.state() and alike where possible to avoid unnecessary String allocation...

SpringBoot spring-boot-starter-tomcat has fixed dependency versions

Spring-boot-starter-tomcat has fixed dependency versions for Tomcat dependencies without taking tomcat.version into acco...

SpringBoot NPE in BeanDefinitionLoader when loading non-Class sources and XML support is disabled

Hi,I was playing with spring.xml.ignore and found an NPE when loading CharSequence sources.The following application sni...

SpringBoot JobLauncherApplicationRunner does not follow expected behavior with a JobParametersIncrementer

Expected Behavior:A JobParametersIncrementer is expected to modify the given JobParameters to provide a modified set of ...

SpringBoot Merge pull request #1 from spring-projects/master

fork newComment From: pivotal-issuemaster@zhidongluo Please sign the Contributor License Agreement!Click here to manuall...

SpringBoot Document properties to enable probe health indicators

Document property names to enable probe(readiness/liveness) health indicators.Comment From: wilkinsonaRelated to this, t...

SpringBoot Could not autowire. No beans of 'JavaMailSender' type found. - if not in application.properties

I do not know if this is a Spring Boot issue, but here we go.If one autowires in final JavaMailSender javaMailSender and...

SpringBoot Improve/disambiguate the documentation for spring.profiles.active

According to the documentation:Sometimes, it is useful to have profile-specific properties that add to the active profil...

SpringBoot Different default profiles are used for loaded profile-specific configuration and for enabling profile-specific beans when spring.profile.default is configured in a config file

EnvironmentSpring-boot : 2.1.7.RELEASEOS : Ubuntu 16.04From this issue #1219 :After application is loaded, Setting sprin...

SpringBoot Consider spring.profiles.default when processing configuration files

I believe that spring.profiles.default property does not work as documented.Let's consider following two application pro...

SpringBoot Inconsistent configuration ordering with profiles

I have the following application.yml file:---spring: profiles: a & btest1: 1test2: 1---spring: profiles: a & b...

SpringBoot Review configuration options for Spring Data Neo4j

Neo4j OGM allows to configure "use-strict-querying", see https://github.com/neo4j/neo4j-ogm/issues/651. For now, there i...

SpringBoot Document effect of setting spring.profiles.include in a property source with higher precedence than one that sets spring.profiles.active

See https://github.com/spring-projects/spring-boot/issues/15344 for the current, slightly surprising, behaviour.Comment ...

SpringBoot Re-use the already built JAR file if possible

The build-image Mojo doesn't attempt to re-use an existingJAR file that it has already built. This is a small changethat...

SpringBoot LiquibaseEndpoint does not report change sets from ancestor contexts

Fix traversal of ApplicationContext hierarchy to resolve potential Liquibase beansFixes #22680Comment From: pivotal-issu...

SpringBoot Spring boot 2.0.0 Release with Mongo Driver 4.3.2 Auto create index not working

Need input how to auto create Index with spring boot application connecting with Azure Cosmos DB(Mongo API). Application...

SpringBoot Potential NPE in MetadataGenerationEnvironment.java

Hi,Some more potential NPEs, maybe you can take a look. They are a little complicated here I will describe the chain of ...
上一页 下一页
.