Nineya
Home
Blog
SpringBoot Add condition that checks for the presence of a configurable annotation
2025-01-06 18:16:44
1793
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
2025-01-06 18:16:36
5461
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
2025-01-06 18:16:29
122
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
2025-01-06 18:16:23
183
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
2025-01-06 18:16:15
1889
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
2025-01-06 18:16:07
4728
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
2025-01-06 18:16:01
3998
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
2025-01-06 18:15:54
209
fork newComment From: pivotal-issuemaster@zhidongluo Please sign the Contributor License Agreement!Click here to manuall...
SpringBoot Document properties to enable probe health indicators
2025-01-06 18:15:46
1343
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
2025-01-06 18:15:40
1623
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
2025-01-06 18:15:33
1944
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
2025-01-06 18:15:26
3672
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
2025-01-06 18:15:20
4734
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
2025-01-06 18:15:13
1246
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
2025-01-06 18:15:06
2957
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
2025-01-06 18:15:00
489
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
2025-01-06 18:14:53
1221
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
2025-01-06 18:14:47
975
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
2025-01-06 18:14:39
1661
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
2025-01-06 18:14:32
2995
Hi,Some more potential NPEs, maybe you can take a look. They are a little complicated here I will describe the chain of ...
上一页
下一页
1
…
2133
2134
2135
2136
2137
…
2246
.