Nineya
Home
Blog
SpringBoot Crash with webflux RequestMappingInfoHandlerMapping
2025-01-06 18:07:02
14120
We're using spring-webflux with spring boot. And recently program crashes with stack point to RequestMappingInfoHandlerM...
SpringBoot Polish
2025-01-06 18:06:54
52
This PR fixes some typos and polishes trivial stuff.
SpringBoot ElasticsearchReactiveHealthIndicator failing in Spring Boot 2.3.2
2025-01-06 18:06:48
8981
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
2025-01-06 18:06:39
2424
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
2025-01-06 18:06:33
753
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?
2025-01-06 18:06:27
5232
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
2025-01-06 18:06:17
987
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
2025-01-06 18:06:08
965
It's bit odd that ConfigFileApplicationListener is currently the thing that invoked EnvironmentPostProcessors. I feel li...
SpringBoot Add Gradle Enterprise Maven Extension
2025-01-06 18:06:02
1652
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)
2025-01-06 18:05:55
874
AbstractRepositoryConfigurationSourceSupport overrides one of the registerBeanDefinitions() method in ImportBeanDefiniti...
SpringBoot Polish
2025-01-06 18:05:48
113
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
2025-01-06 18:05:41
3798
Stack trace:org.springframework.data.mapping.PropertyPath.<init>(PropertyPath.java:94)org.springframework.data.map...
SpringBoot Restore missing EnvironmentPostProcessors
2025-01-06 18:05:32
146
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
2025-01-06 18:05:26
2932
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
2025-01-06 18:05:17
247
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
2025-01-06 18:05:06
693
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
2025-01-06 18:05:00
2048
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
2025-01-06 18:04:53
264
It's not currently possible to replace reflection in EnvironmentPostProcessorApplicationListener. We need a functional c...
SpringBoot Polish
2025-01-06 18:04:47
149
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
2025-01-06 18:04:40
450
Currently the ValueObjectBinder uses the parameter name when binding properties. This works well in most situations, but...
上一页
下一页
1
…
2137
2138
2139
2140
2141
…
2246
.