Nineya
Home
Blog
软著申请
SpringBoot Failed to run Spring Boot application in Docker container with virtual threads enabled
2025-01-07 17:17:37
2842
HiWe tried to run sample Spring Boot web application (generated from start.spring.io) when virtual threads are enabled:s...
SpringBoot 好久不更新项目了
2025-01-07 17:17:35
146
Comment From: 1832292360?Comment From: philwebbAccording to Google Translate the title states: "I haven’t updated the pr...
SpringBoot WELD-001408: Unsatisfied dependencies for type Validator with qualifiers @Default With Spring Boot 3.1.1 and Jboss Wildfly 27
2025-01-07 17:17:32
5279
In an application with Spirng boot and Jboss Wildfly i take this error when i migarte the app to Spring boot 3.1.1 and w...
SpringBoot Document that application.* banner variables require a packaged jar or the use of Boot's launcher
2025-01-07 17:17:26
3210
With a following custom banner.txt file in src/main/resources:Custom Banner${application.title}: ${application.version}W...
SpringBoot Deploy XSDs automatically
2025-01-07 17:17:23
850
The new layers configuration work introduced a first Spring Boot specific XSD. We've deployed it manually for the time b...
SpringBoot Explain how Docker Compose support works when services are already running
2025-01-07 17:17:20
3097
In my testing of the docker compose functionality with spring boot 3.1.1 I noticed a very nice behaviour that seems to b...
SpringBoot Spring Boot 3.1.1 does not load certs from PKCS11-NSS
2025-01-07 17:17:05
3040
Spring Boot 3.1.1 can't load SSL certs from PKCS11-NSS keystore when JVM FIPS mode is turned on. This is regression from...
SpringBoot Accessing an open path throws an exception that is converted to an AuthenticationException exception
2025-01-07 17:17:02
17061
When I access the business code of the open path, and an exception occurs in the business code, he just gives mejava.lan...
SpringBoot Push SslBundleProperties.key property down to JksSslBundleProperties
2025-01-07 17:16:58
443
Having a key property on PemSslBundleProperties makes no sense because it's impossible to add a PEM key with a specific ...
SpringBoot Enforce PEM certificate files only have a single entry unless there is a private key
2025-01-07 17:16:56
138
Comment From: philwebbWe've decided not to do this because it will break back compatibility. Instead, we'll clarify thin...
SpringBoot Don't use key.alias from PemSslBundleProperties when creating the truststore
2025-01-07 17:16:53
142
We think that the key.alias and key.password properties only make sense for the keystore and should be ignored when sett...
SpringBoot Latest Oracle 23 driver does not need to be on the "prohibited" list anymore (?)
2025-01-07 17:16:51
758
JDBC driver 23.2.0.0 was planned to be taken into use, but it contained bugs and the version was explicitly prohibited f...
SpringBoot Consolidate OpenTelemetry support in Spring
2025-01-07 17:16:48
19755
I was about to open a few issues related to the OpenTelemetry support in Spring/Micrometer and volunteer to implement so...
SpringBoot IncrementalBuildMetadataGenerationTests#incrementalBuildTypeRenamed does not test what it's supposed to
2025-01-07 17:16:45
1097
MetadataItemCondition#matches(ConfigurationMetadata value) uses the first metadata entry with the matching id. If there ...
SpringBoot Maven multi module weird behaviour
2025-01-07 17:16:42
3794
When running the below code with Spring Boot v1.3.7 all works fine, but after bumping to version 1.4.0 maven goes crazy....
SpringBoot Document adding multiple connectors for Jetty and Undertow
2025-01-07 17:16:40
1147
It's possible to add additional connectors on TomcatServletWebServerFactory. We should make that consistent unless there...
SpringBoot Add classifiers to Managed Dependency Coordinates documentation
2025-01-07 17:16:37
1361
A few managed dependencies include one or more classifier along with the group ID, artifact ID, and version coordinates,...
SpringBoot Improve systemd configuration documentation
2025-01-07 17:16:32
10993
I must say that Spring Boot documentation regarding application installation under Linux for sysvinit system is well mad...
SpringBoot Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure
2025-01-07 17:16:28
4025
This follows the issue Improve documentation for uri(URI) method in WebTestClient regarding base URI where all details a...
SpringBoot MyErrorWebExceptionHandler example in documentation isn't working
2025-01-07 17:16:23
4757
Dear Spring Team,Hope that you are doing very well.I was reading your documentation to learn about exception handling in...
上一页
下一页
1
…
1761
1762
1763
1764
1765
…
2246
.