SpringBoot Crash with webflux RequestMappingInfoHandlerMapping

We're using spring-webflux with spring boot. And recently program crashes with stack point to RequestMappingInfoHandlerM...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.

SpringBoot ElasticsearchReactiveHealthIndicator failing in Spring Boot 2.3.2

Spring Boot 2.3.2spring-data-elasticsearch 4.0.2ElasticSearch 7.8.0ElasticsearchReactiveHealthIndicator fails with the b...

SpringBoot How to automatically generate hints in Properties Config Metadata

I create ConfigurationProperties beanIt will only generate groups and properties, but hints will always be an empty arra...

SpringBoot Replace ConfigFileApplicationListener and rework application properties support

There are quite a few issues arising from our current application.properties processing code that we'd like to fix. Spec...

SpringBoot The 'excludeDevtools' setting on Gradle 'bootJar' task has no effect?

Very similar to https://github.com/spring-projects/spring-boot/issues/8308That's an old issue however and details such a...

SpringBoot Avoid unnecessary allocations in ConditionMessage for NORMAL style

Hi,I noticed a small possible improvement in ConditionMessage. When the NORMAL style is used, nothing really happens to ...

SpringBoot Extract EnvironmentPostProcessor logic from ConfigFileApplicationListener

It's bit odd that ConfigFileApplicationListener is currently the thing that invoked EnvironmentPostProcessors. I feel li...

SpringBoot Add Gradle Enterprise Maven Extension

This adds build caching and build scans.The changes required disabling scans when using the maven invoker plugin in orde...

SpringBoot AbstractRepositoryConfigurationSourceSupport does not override registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry)

AbstractRepositoryConfigurationSourceSupport overrides one of the registerBeanDefinitions() method in ImportBeanDefiniti...

SpringBoot Polish

Hi,this PR fixes a couple of test typos introduced with 36a6ca6e6e63d16c3b5cfc163071d4bdaf14ea1f.Cheers,Christoph

SpringBoot spring-boot:2.1.3.RELEASE - Exception: No property $in found for type Notification!, Query works fine but jar is logging this exception, in is never property it was condition

Stack trace:org.springframework.data.mapping.PropertyPath.<init>(PropertyPath.java:94)org.springframework.data.map...

SpringBoot Restore missing EnvironmentPostProcessors

The list of EnvironmentPostProcessors was (inadvertently?) truncated half way through. This fixes it.Comment From: wilki...

SpringBoot Undefined method error occurs after upgrading from spring boot 2.0.6 to 2.1.0

I upgraded from spring boot 2.0.6 to 2.1.0, but there was an error as follows:The method get Hibernate Properties (Hiber...

SpringBoot Release scripts fail because not all artifacts are uploaded

Our release process fails with Maven because not all artifacts are uploaded to Bintray. Specifically the spring-project....

SpringBoot Throw exception for @ConfigurationProperties with specific attributes

Exception should be thrown if there are unknown external properties and its corresponding @ConfigurationProperties has a...

SpringBoot Setting excludeDevtools = false on bootJar has no effect

Very similar to https://github.com/spring-projects/spring-boot/issues/8308That's an old issue however and details such a...

SpringBoot Add functional constructor to EnvironmentPostProcessorApplicationListener

It's not currently possible to replace reflection in EnvironmentPostProcessorApplicationListener. We need a functional c...

SpringBoot Polish

Hi,I just noticed a couple of typos around the new configuration work that this PR fixes.Cheers,ChristophComment From: s...

SpringBoot Add @Name support for value object binding

Currently the ValueObjectBinder uses the parameter name when binding properties. This works well in most situations, but...
上一页 下一页
.