Nineya
Home
Blog
springboot Polish
2025-01-06 09:28:17
152
Hi,this PR polishes some trivial stuff by fixing typos throughout the project.Tests will likely fail due to the build fa...
springboot JAR cannot load SPRING_PROFILES_ACTIVE
2025-01-06 09:28:11
1955
FactSpring boot JAR can load profile from -Dspring.profiles.active flag, but not from SPRING_PROFILES_ACTIVE environment...
springboot Maybe an enhancement for spring-boot-starter-jooq
2025-01-06 09:28:02
2288
Hello Spring Boot Team,I migrated today from JOOQ 3.13.1 (org.jooq: jooq, jooq-meta and jooq-codegen) to spring-boot-sta...
springboot SpringBootTest doesn't resolve properties without @EnableConfigurationProperties
2025-01-06 09:27:55
1345
Spring Boot 2.2.5@SpringBootTest(classes = { MyConfigurationProperties.class, SomeConfiguration1.class, ...
springboot spring-boot
2025-01-06 09:27:49
150
Comment From: bclozelPlease create a repository in your own account to try GitHub features. This issue tracker is for Sp...
springboot Building a layered jar results in deprecation warnings as some configurations will no longer be resolvable in Gradle 7
2025-01-06 09:27:42
252
Forward port of issue #21111 to 2.3.0.RC1.Comment From: wilkinsonaThe forward port of #21111 turned into a bug in 2.3 as...
springboot Broaden deprecation warning check in Gradle plugin's tests
2025-01-06 09:27:36
321
The check for deprecation warnings that was added in https://github.com/spring-projects/spring-boot/commit/76f03a8cadad8...
springboot Ensure empty layers are written to the index file
2025-01-06 09:27:30
704
Raised on Gitter:I noticed that from 2.3.0.M1 to 2.3.0.M4 the behavior has changed slightly. Now, a snapshot layer is no...
springboot Use of new DefaultResourceLoader() is dangerous as it captures the thread context classloader at the time of the call
2025-01-06 09:27:23
8390
Hi,recently the following tests started to fail sporadically:LogFileWebEndpointAutoConfigurationTests.logFileWebEndpoint...
springboot The AJP Connector is configured with secretRequired=“true” but the secret attribute is either null or “” after upgrade to 2.2.5
2025-01-06 09:27:17
2261
Application fails to start with the below error. This happened after the upgrade from 2.1.9 to 2.2.5 and had to do this ...
springboot "gradle bootRun" fails after upgrading to Gradle 6.4-rc-1
2025-01-06 09:27:10
3391
My project works fine with the latest Spring Releases: Spring 5.2.5.RELEASE, Spring Boot 2.3.0.M4, Spring Cloud 2020-1.M...
springboot Deprecate support for Bitronix
2025-01-06 09:27:04
247
The Bitronix project is dormant and is looking for new maintainers. Other than documentation and README updates, the las...
springboot Fix PropertiesMigrationListenerTests
2025-01-06 09:26:58
190
Hi,I guess after the removal of metadata, the PropertiesMigrationListenerTests started to fail.Cheers,ChristophComment F...
springboot Problem with Autowired in multiple module project
2025-01-06 09:26:51
8453
My project Structure is as below. project-server - module 1 (spring boot application) - module 2 - module 3 ( here I...
springboot PortInUseException can be thrown when server address is wrong
2025-01-06 09:26:45
494
I'm using Spring Boot 2.2.6 with the embedded Tomcat server.When I set the server.address property to a number then it s...
springboot Check if we can reduce the code required to get an overall Health status
2025-01-06 09:26:38
1428
This is a follow-up of https://github.com/spring-projects/spring-boot/issues/18194#issuecomment-539337300In the related ...
springboot Improve documentation around relaxed binding, @Value, and the canonical form of properties
2025-01-06 09:26:31
38
Forward port of issue #20507 to 2.2.7.
springboot Improve documentation around relaxed binding, @Value, and the canonical form of properties
2025-01-06 09:26:25
2988
@SpringBootApplication@EnableConfigurationProperties(DemoProperties.class)public class DemoApplication implements Comman...
springboot PortInUseException can be thrown when server address is wrong
2025-01-06 09:26:19
42
Forward port of issue #21101 to 2.3.0.RC1.
springboot Add "Health as Gauge" how-to documentation
2025-01-06 09:26:13
512
Micrometer currently includes documentation for exposing Health as Gauge. This should move to Spring Boot so we can keep...
上一页
下一页
1
…
2064
2065
2066
2067
2068
…
2127
.