Nineya
Home
Blog
springboot Help users to register filters that require error or async dispatch with the correct dispatcher types
2025-01-06 09:01:23
3068
See https://github.com/spring-projects/spring-framework/issues/23958 and https://github.com/spring-projects/spring-boot/...
springboot Refactor ConventionsPlugin class
2025-01-06 09:01:17
1070
This class was extracted from several private methods in the ConventionsPlugin class. While trying to make a PR for an i...
springboot Devtools reload seems to lose application properties on first run in Eclipse
2025-01-06 09:01:10
7537
Spring Boot 2.3 M3 & M4My application previously had no issues on Boot 2.1 or 2.2. Since using the Boot milestones, ...
springboot Update documentation about endpoint enablement to reflect behaviour of @ConditionalOnAvailableEndpoint
2025-01-06 09:01:02
42
Forward port of issue #20799 to 2.3.0.RC1.
springboot Update documentation about endpoint enablement to reflect behaviour of @ConditionalOnAvailableEndpoint
2025-01-06 09:00:56
95
Comment From: wilkinsonaThank you for making your first contribution to Spring Boot, @ericus20.
springboot Update documentation about endpoint enablement to reflect behaviour of @ConditionalOnAvailableEndpoint
2025-01-06 09:00:49
2212
In 2.2, we introduced @ConditionalOnAvailableEndpoint so that an endpoint is now only auto-configured if it's available....
springboot ConfigurationProperties failed to convert java.lang.String to @javax.validation.constraints.NotNull java.io.File updating from 1.x to 2.2.X
2025-01-06 09:00:42
5025
Caused by: java.lang.IllegalStateException: Could not retrieve file for class path resource [facts/dictionary.yaml]: cla...
springboot Upgrade Ubuntu version in CI images
2025-01-06 09:00:36
33
Upgrade to ubuntu:bionic-20200311
springboot Upgrade Ubuntu version in CI images
2025-01-06 09:00:30
33
Upgrade to ubuntu:bionic-20200311
springboot Upgrade Ubuntu version in CI images
2025-01-06 09:00:24
33
Upgrade to ubuntu:bionic-20200311
springboot Remove plugin management for exec-maven-plugin
2025-01-06 09:00:18
456
We currently provide plugin management for exec-maven-plugin and we specify the start class (if start-class is set). Thi...
springboot Favor exec-maven-plugin shorthand property over redefinition
2025-01-06 09:00:12
833
With this change, users can now rely on the standardexec.mainClass property when executing the exec-maven-plugin.Users o...
springboot Polish LayersIndex
2025-01-06 09:00:05
150
Hi,this PR polishes LayersIndex a bit.Cheers,ChristophComment From: dreis2211Build failures seem unrelated as the same i...
springboot @DataJpaTest using H2 with schema.sql and spring.datasource.schema-username fails
2025-01-06 08:59:59
1905
Currently, jdbcUrl is determined when spring.datasource.schema-usernameand spring.datasource.schema-password configurati...
springboot Properties files in subdirectories are not loaded when one file is empty
2025-01-06 08:59:52
582
I have a directory structure like./config/configmaps/application.yaml./config/secrets/application.yamlCurrently ./config...
springboot Deployment to Wildfly fails without jetty-server on the classpath
2025-01-06 08:59:46
9780
Deployment of a trivial Spring Boot application to Wildfly fails with the latest Boot snapshots unless org.eclipse.jetty...
springboot @Validated class calls with suspend functions throw ArrayIndexOutOfBoundsException
2025-01-06 08:59:39
2713
If you mark a class as @Validated and at the same time you use suspend functions inside the class (kotlin compiler gener...
springboot SpringApplication.addListeners(…) not working
2025-01-06 08:59:33
5588
I try to implement my own ApplicationListener as follows:package org.flowsen.listener;import org.apache.commons.logging....
springboot Spring devtools does not load classes generated by ActiveJDBC instrumentation correctly
2025-01-06 08:59:26
1009
The class file generated by ActiveJDBC cannot be recognized normally by the RestartClassLoader of spring devtools, and a...
springboot Don't use monospacing in documentation headings
2025-01-06 08:59:20
122
Using back-ticks in headings doesn't produce great results with the HTML template. It's probably better if we remove the...
上一页
下一页
1
…
2189
2190
2191
2192
2193
…
2242
.