Nineya
Home
Blog
SpringBoot Antlib smoke tests may fail after a version change
2025-01-06 18:21:27
258
The tests assume a single jar file will be available, but if the project's version has changed and a clean build hasn't ...
SpringBoot configure several DispatcherServletRegistrationBean and enabled management server will cause ServletEndpointRegistrar construct failure
2025-01-06 18:21:20
16784
env: SpringBoot 2.2.0.RELEASEconfigure two DispatcherServletRegistrationBean bean like @Bean @Primary public Dispatc...
SpringBoot Allow for programatic access to new ConfigDataEnvironment processing
2025-01-06 18:21:12
1220
Spring Cloud uses SpringApplication as an api in a few different ways to get at boots configuration processing. bootstra...
SpringBoot Improve logging for release promotion
2025-01-06 18:21:05
383
It's really hard to tell why the promote job failed.Comment From: bclozelI’m planning on moving master to https://github...
SpringBoot Add bootstrap.yml to filtered resources
2025-01-06 18:20:59
406
Currently, Spring Boot filters those resources in src/main/resources:- application.yml- application.yaml- application*.p...
SpringBoot Using @SpyBean leads to running a separate Tomcat instance per each test
2025-01-06 18:20:52
1153
Please take a look at this small project https://github.com/OleksandrSankin/spring-boot-bug Build it via "mvn clean inst...
SpringBoot copyPluginDescriptorInputs should be out-of-date when the project's version changes
2025-01-06 18:20:43
404
copyPluginDescriptorInputs copies a pom.xml file that used to generate the Maven plugin's plugin descriptor. During the ...
SpringBoot Layertools list and extract commands ignore empty layers
2025-01-06 18:20:36
1332
I believe issue 20858 (Ensure empty layers are written to the index file), which was closed as fixed in RC1, is still ha...
SpringBoot Add retry logic to ModifiedClassPathClassLoader's coordinate resolution
2025-01-06 18:20:30
299
A test that uses @ClassPathOverrides has been identified as flaky. It failed because a class that should have been provi...
SpringBoot Remove deprecated RSocket classes
2025-01-06 18:20:23
261
RSocket 1.1.0 (See #22751) is removing deprecated classes, and we should do the same. We've deprecated ServerRSocketFact...
SpringBoot Add a test slice for Spring Data Cassandra
2025-01-06 18:20:16
655
this enhancementComment From: wilkinsonaThanks very much for the PR, @ayudovin. As Phil said here we'd like to wait unti...
SpringBoot Instrument SpringBootApplication for application startup metrics
2025-01-06 18:20:09
1092
As of spring-projects/spring-framework#24878, the application startup can be instrumented using ApplicationStartup and S...
SpringBoot SpringBoot 2.3.2 adds context to context cache per integration test class
2025-01-06 18:20:03
1077
When upgrading from 2.2.5 to 2.3.2 the build started failing. We have a simple application with a database. The connecti...
SpringBoot When spring.profiles.include is set in a property source with higher precedence than the config files, spring.profiles.include in the config files should be ignored
2025-01-06 18:19:57
7435
Comment From: mbhaveWe probably won't be able to apply the same rule to profile-specific property files. For example, le...
SpringBoot Upgrade Java 15 version in CI image
2025-01-06 18:19:49
147
https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-08-05-14-28/OpenJDK15-jdk_x64_linux_hots...
SpringBoot Upgrade Java 8 version in CI image
2025-01-06 18:19:43
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u265b0...
SpringBoot Upgrade Java 8 version in CI image
2025-01-06 18:19:37
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u265b0...
SpringBoot Upgrade Java 8 version in CI image
2025-01-06 18:19:31
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u265b0...
SpringBoot Upgrade Java 8 version in CI image
2025-01-06 18:19:25
128
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u265b0...
SpringBoot Consider what to do about environment variable clashes
2025-01-06 18:19:14
9689
When running a Spring Boot application on a server that has any environment variable with a prefix of "SERVER_", the Ser...
上一页
下一页
1
…
2131
2132
2133
2134
2135
…
2246
.