Nineya
Home
Blog
软著申请
SpringBoot Add pulsar starters into dependency management
2025-01-07 16:54:44
164
Spring for Apache Pulsar was added introducing two new starters.Those starters should be listed.Comment From: wilkinsona...
SpringBoot Upgrade to Couchbase Client 3.4.10
2025-01-07 16:54:34
142
Comment From: snicollFTR, the default for spring.couchbase.io.idle-http-connection-timeout has changed from 4.5 seconds ...
SpringBoot Use spring.application.name as fallback for service.name in OtlpConfig
2025-01-07 16:54:30
237
OtlpConfig automatically registers service.name from the env variable OTEL_SERVICE_NAME. If this env variable is not set...
SpringBoot OpenTelemetryProperties fail if opentelemetry-sdk-common is not available
2025-01-07 16:54:28
200
OpenTelemetryProperties uses Resource, which is from opentelemetry-sdk-common. But OpenTelemetryProperties is also used ...
SpringBoot Add native-image support for Flyway
2025-01-07 16:54:26
17645
The Flyway smoke tests currently fail with GraalVM complaining about proxy generation, which could be related to @Flyway...
SpringBoot JarLaunchScriptIntegrationTests don't work on ARM64 machines
2025-01-07 16:54:23
668
They use a docker image which uses centos:7.9.2009. This image doesn't have ARM64 support.The whole centos image is depr...
SpringBoot Nested static configuration class doesn't use the context of the surrounding configuration class
2025-01-07 16:54:21
20184
Lets have this configuration class. I removed all the bean-method content because its not needed for the issue descripti...
SpringBoot Spring Boot 3.1.3 template project fails running tests
2025-01-07 16:54:16
44621
I just created a Spring Boot 3.1.3 project with these dependencies:Docker Compose SupportLombok Spring WebSpring Data JP...
SpringBoot Security enabled formLogin() returns 401 instead of 302 - in @SpringBootTest only
2025-01-07 16:54:12
4327
The following test should pass, as when I run my application, I'm correctly redirected to the /login page. But I cannot ...
SpringBoot Spring Boot dependency management not working for ehcache when using Gradle and the dependency management plugin
2025-01-07 16:54:08
3024
When using Spring Boot with the dependency management plugin, users are supposed to be able to specify dependencies with...
SpringBoot Add configuration property for GraphQL Schema Mapping Inspection
2025-01-07 16:54:06
843
In Spring GraphQL you can do schema mapping inspection:https://docs.spring.io/spring-graphql/docs/current/reference/html...
SpringBoot Add default value metadata for management.metrics.export.signalfx.published-histogram-type
2025-01-07 16:54:03
144
This PR adds default value metadata for management.metrics.export.signalfx.published-histogram-type.See gh-36497Comment ...
SpringBoot Update Apache Tomcat to at least 9.0.80 with 2.7.x
2025-01-07 16:53:57
950
DescriptionWe have a vulnerability in our applications, specifically CVE-2023-41080, that affects the version of Apache ...
SpringBoot @Autowired is sometimes required on the constructor of a ConfigurationProperties class just to ensure that the correct metadata is generated
2025-01-07 16:53:55
8181
Using Boot 3.0.2, we see a behavior in which only properties injected through a constructor binding is generated as part...
SpringBoot Expose property to set strictServletCompliance on StandardServletMultipartResolver
2025-01-07 16:53:52
3119
https://github.com/spring-projects/spring-boot/blob/d9af7cec141190fb32e20de6a64c2d3b03b644e4/spring-boot-project/spring-...
SpringBoot After upgrading to spring boot version 3.1.3 from 2.6.0 a warning is printed in the logs when receiving a kafka message "Foreign deserialization exception header in (*************) ignored; possible attack? "
2025-01-07 16:53:50
643
We are in the process of upgrading from 2.6 to 3.1.3. When a server using 2.6 sends a kafka message, the receiving serve...
SpringBoot Provide a configuration property for Hibernate Validator's default locale
2025-01-07 16:53:41
6764
Spring Boot 2.3 will upgrade Hibernate Validator to version 6.1. This version allows for customization of locale resolut...
SpringBoot Upgrade to Jetty 12
2025-01-07 16:53:38
2341
Work in progress is available in https://github.com/wilkinsona/spring-boot/tree/jetty-12. Related Jetty issues with 12.0...
SpringBoot Using https with elliptic curves other than secp384r1 fails
2025-01-07 16:53:36
18895
Unable to use Elliptic Curve Self Signed Certificate in Spring bootFirst Environment DetailsJDK 17Spring Boot 3.0.2Sprin...
SpringBoot Spring Boot Test 3 NoClassDefFoundError: jakarta/servlet/ServletConnection
2025-01-07 16:53:33
3888
Spring Boot Web + Jetty (exclude Tomcat) + MockMvc 3.0.1 and jakarta-servlet.version 5.0.0Error test on startup:java.lan...
上一页
下一页
1
…
1779
1780
1781
1782
1783
…
2246
.