Nineya
Home
Blog
软著申请
SpringBoot Add Testcontainers at development time integration test
2025-01-07 17:22:41
637
Closes gh-38045Comment From: philwebbThanks for the pull-request @Wzy19930507, but this wasn't quite what I had in mind ...
SpringBoot Document SSL reload with letsencrypt
2025-01-07 17:22:38
234
I think deploying Spring Boot with letsencrypt issued certificates is a common scenario. We should think about documenti...
SpringBoot Deprecate OutputCaptureRule for removal
2025-01-07 17:22:36
801
Hi,I know it's quite late in the 3.2.0 release process, but I wonder if we can deprecate OutputCaptureRule for removal s...
SpringBoot Spring Boot application fails with AOT enabled if run inside static main method different from annotated
2025-01-07 17:22:33
3920
Hi,I use Spring Boot 3.1.5 with GraalVM 17.0.9 with spring-boot-maven-plugin and native-maven-plugin plugins.The followi...
SpringBoot Upgrade to Commons Lang3 3.13.0
2025-01-07 17:22:30
736
Comment From: djarnis73Any chance this could be back-ported to 3.1.x branch? I just got bitten because commons-text 1.11...
SpringBoot Re-add @ConditionalOnEnabledTracing on BraveAutoConfiguration
2025-01-07 17:22:28
938
@ConditionalOnEnabledTracing used to be on the BraveAutoConfiguration. See this revision: https://github.com/spring-proj...
SpringBoot Crosslinks should not include .html
2025-01-07 17:22:25
1640
Eg:read the "getting-started.html" and "using.html" sectionsin https://docs.spring.io/spring-boot/docs/2.6.x/reference/h...
SpringBoot Code sample in "Developing Your First Spring Boot Application" does not work
2025-01-07 17:22:21
3900
MyApplication.java example code do not work without package declaration. spring-boot:run command shows...** WARNING ** :...
SpringBoot FileNotFoundException is thrown serving resources due to JarUrlConnection.getLastModified() returning zero
2025-01-07 17:22:14
1622
Hello,First, this problem does not appear in the case of Spring Boot 3.1.5What I do here is to serve static content from...
SpringBoot Refactor org.springframework.boot.autoconfigure.security structure
2025-01-07 17:22:09
826
The current structure is a bit messed up. We could do with a web package in there somewhere.Comment From: wilkinsonaI'm ...
SpringBoot EndpointRequest should provide matcher regardless of endpoint exposure
2025-01-07 17:22:07
531
Currently, EndpointRequest provides matchers only for the exposed endpoints. This causes endpoint security to behave dif...
SpringBoot JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK
2025-01-07 17:22:04
711
The attempted fix for #29356 caused regression #31853. We'll need to try and find another approach. This might be easier...
SpringBoot Error connecting to Docker daemon on macOS with Docker Desktop 4.13
2025-01-07 17:22:02
10995
When using Docker Desktop 4.13, the Maven spring-boot:build-image goal and Gradle bootBuildImage task might fail with an...
SpringBoot Add .gitattributes
2025-01-07 17:21:53
672
See #27615, we need to revert due to our windows build failing, see https://github.com/spring-io/spring-javaformat/issue...
SpringBoot [GraalVM] bootBuildImage Task Failed with message "Builder lifecycle 'creator' failed with status code 51"
2025-01-07 17:21:51
20907
Environment:* Spring Boot 3.1.5* org.graalvm.buildtools.native 0.9.28Detail Messages Below:> Running creator [crea...
SpringBoot Migrate from spring boot 3.1.5 to 3.2 native image java.util.MissingResourceException
2025-01-07 17:21:48
23273
We have a working application running on spring boot 3.1.5 using java 21 as a native image and everything works ok we ar...
SpringBoot Allow additional profiles to be activated in a test
2025-01-07 17:21:45
9362
1469 changed the semantic of @ActiveProfile in order to replace the list of active profiles. The previous behavior added...
SpringBoot Reinstate deployment tests where a Java 17 and Jakarta EE 9 compatible container is available
2025-01-07 17:21:41
213
We removed some deployment tests in https://github.com/spring-projects/spring-boot/issues/28815. We may be able to reins...
SpringBoot Provide first-class support for all Kafka configuration options
2025-01-07 17:21:39
901
As discussed in #17389 our existing approach is not ideal. It would be nice if we could somehow expose all configuration...
SpringBoot With SpringBoot3 adoption ,web server failed to start with error: "Could not load store: Unable to create trust store: Location must not be empty or null"
2025-01-07 17:21:37
4942
Hi all,I have migrated my code from spring boot 2.7.x to 3.1.xAfter migration the web server failed to start with follow...
上一页
下一页
1
…
1757
1758
1759
1760
1761
…
2246
.