Nineya
Home
Blog
软著申请
SpringBoot Exclude plexus-utils in favor of the version that's built into Maven
2025-01-07 22:48:55
179
It's a transitive dependency of maven-core and, therefore, shouldn't be a dependency of the plugin itself. Currently it ...
SpringBoot Update plexus-build-api as to not use plexus-utils 1.5.8
2025-01-07 22:48:53
7571
While performing builds with the latest version of Spring Boot 3.3.1 I noticed that the build was pulling in an insecure...
SpringBoot Make conversion mechanism plural
2025-01-07 22:48:50
270
Fixing typo for the "mechanism" word and improving readability by adding ".".Comment From: wilkinsonaThanks, @mateussche...
SpringBoot Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular
2025-01-07 22:48:46
8704
Spring Boot 2.7.31) Spring MVC + Mustache = UTF-8 not working 2) Add CharacterEncodingFilter = UTF-8 works3) Add Spring ...
SpringBoot @Autowired fails in @ConfigurationProperties subclasses
2025-01-07 22:48:22
16335
Hello.I'm using Spring Boot 3.3.1 and it seems like that @Autowired is not working on @ConfigurationProperties subclasse...
SpringBoot Add support for official kafka containers
2025-01-07 22:48:20
441
Testcontainer 1.19.8 (managed by Spring Boot 3.3.1) introduced org.testcontainers.kafka.KafkaContainer to support apache...
SpringBoot Error message can be misleading if spring.config.import fails to resolve
2025-01-07 22:48:17
857
See #35683.Given:spring.config.import = exmple:some-pathWe'll get the error:Caused by: java.lang.IllegalStateException: ...
SpringBoot Multi DataSource setup stopped working after upgrading Spring Boot to 3.3.x
2025-01-07 22:48:13
2511
DescriptionAfter upgrading Spring Boot from 3.2.7 to 3.3.1 our multi-datasource based on the AbstractRoutingDataSource s...
SpringBoot Deadlock when using Prometheus Exemplars
2025-01-07 22:48:10
5158
It seems that the issue https://github.com/spring-projects/spring-boot/issues/33070 is reproduced again.We use[INFO] +- ...
SpringBoot How spring.messages.basename config path file jar outsite, to easy edit message no rebuild source
2025-01-07 22:48:05
2074
I check the source Spring autoconfigure org.springframework.boot.autoconfigure.contextMessageSourceAutoConfigurationI lo...
SpringBoot mvn spring-boot:build-image command failing to create docker image of Spring Boot application when Docker Desktop version 4.31.x is installed
2025-01-07 22:48:01
704
Hello Everyone,Issue: When creating a docker image of a Spring Boot application with the command (mvn spring-boot:build-...
SpringBoot WebClient with HttpComponentsClientHttpConnector does not send TLS fatal alerts
2025-01-07 22:47:58
1745
Hello! According to the TLS protocol, "Whenever an implementation encounters a condition which is defined as a fatal ale...
SpringBoot Spring actuator /health endpoint is failing
2025-01-07 22:47:55
14981
I am using spring boot version 2.6.6 in kubernetes cluster.Pods are randomly getting killed due liveness probe failure. ...
SpringBoot Unable to apply jakartaConverter in spring boot embedded tomcat.
2025-01-07 22:47:53
1893
Have configured Spring boot 3 application running on embedded tomcat.Configured tomcat with customized context and webap...
SpringBoot GraphQL observability produces a warning about possible memory leak and failing scope restoring
2025-01-07 22:47:50
8694
The contextIn my application (Spring Boot 3.2.6), I'm using the GraphQL, Web and JPA starters.I have created a GraphQL c...
SpringBoot Custom Jackson annotation on Spring boot 3.3 fail
2025-01-07 22:47:45
3506
I have a custom annotation to processing JSON:@Target({ElementType.FIELD, ElementType.PARAMETER})@Retention(RetentionPol...
SpringBoot Is the Spring Maven plugin still using CF Memory Calculator?
2025-01-07 22:47:43
823
I see that the documentation points to the CF Memory Calculator. Is it still the case?Doc: https://spring.io/guides/gs/s...
SpringBoot Missing TraceId in Web + WebFlux application since v3.3.1
2025-01-07 22:47:40
3006
TraceId is lost in Web + WebFlux Spring Boot v3.3.1 application (sample available at https://github.com/syedyusufh/web-w...
SpringBoot When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader
2025-01-07 22:47:37
1633
See #37638 for background. https://github.com/wilkinsona/spring-boot/tree/gh-37649 adds a test for all three servlet con...
SpringBoot Delegate getExecutionContextSerializer() to DefaultBatchConfiguration if not provided
2025-01-07 22:47:34
590
Like other delegations in SpringBootBatchConfiguration, it would be better to delegate getExecutionContextSerializer() t...
上一页
下一页
1
…
1674
1675
1676
1677
1678
…
2246
.