Nineya
Home
Blog
软著申请
SpringBoot Add docker compose support for apache/activemq-classic
2025-01-07 22:46:24
790
We currently support symptoma/activemq, but test containers uses apache/activemq-classic so I wonder if we should unify....
SpringBoot Port spring-cloud Kafka HealthIndicator to spring-boot
2025-01-07 22:46:22
2834
I'm currently, investigating the case of the original HealthIndicator for Kafka being removed for various reasons. I als...
SpringBoot Prohibit upgrades to Jakarta EE 11 specifications
2025-01-07 22:46:19
280
Spring Boot 3.4 will maintain its Jakarta EE 10 baseline. There are some minor spec revisions coming in Jakarta EE 11 th...
SpringBoot Use Framework's NoOpResponseErrorHandler
2025-01-07 22:46:16
284
It's new in 6.1.7 so we can start using it in 3.2.x and later. It'll then ease the transition to Framework 6.2 as Boot's...
SpringBoot Empty spring-boot-loader Directory Causing ClassNotFoundException in Dockerized Spring Boot Application
2025-01-07 22:46:14
9523
Packing the docker image according to the spring-boot 3.3.0 documentationI find that spring-boot-loader is empty in the ...
SpringBoot Docker compose, expose container details (service connection and others) as application properties
2025-01-07 22:46:12
2726
ProblemCurrently, as I understand, the container details are available through the beans of abstraction ConnectionDetail...
SpringBoot Property server.jetty.max-http-form-post-size not affecting POST body size limit in Spring Boot 3.2.4 with Jetty Server
2025-01-07 22:46:09
2864
In my Spring Boot 3.2.4 application with a Jetty Server, I'm trying to use the following property in my application.prop...
SpringBoot Polish code to use 'switch' instead of 'if', remove unessary unboxing and redundant cast
2025-01-07 22:46:06
139
This PR has the following changes:- Use switch instead of if- Remove unnecessary (un)boxingComment From: philwebbThanks ...
SpringBoot Improve readability
2025-01-07 22:46:03
140
Improving readability by adding ",".Comment From: mateusscheperAlso added a missing parenthesis.Comment From: philwebbTh...
SpringBoot Circular dependency between AttributeConverter and JPA
2025-01-07 22:46:00
4976
Upon migrating to Jakarta EE and upgrading to Spring 3.0+, we've noticed that the EntityManagerFactory defined in Hibern...
SpringBoot The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans
2025-01-07 22:45:58
25893
Bug reportIn commit: https://github.com/spring-projects/spring-boot/commit/b6467ed826818db5d18061496768db3f6758c916 add ...
SpringBoot SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label
2025-01-07 22:45:55
2269
Docker compose example:services: sqlserver: image: 'mcr.microsoft.com/mssql/server:latest' environment: - 'A...
SpringBoot Bug: Spring Data dto projection does not work as expected with Kotlin data classes
2025-01-07 22:45:53
1343
When having a repository return a Kotlin data class, it won't be able to convert the entity to the data class dto. The ...
SpringBoot DockerComposeTest try to run even if docker is not running
2025-01-07 22:45:50
168
All @DockerComposeTest annotated tests try to run (and fail) if docker is not running. Before the refactoring, these tes...
SpringBoot Switch to Tomcat's new setter to set the maximum queue size
2025-01-07 22:45:48
473
With Tomcat 10.1.25 (see https://github.com/apache/tomcat/commit/204f0fe75d1bdae7a071ac2a49ecd42fc033afe6), we can use a...
SpringBoot The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads
2025-01-07 22:45:46
2139
Bugmy application.yml isapplication.ymlmanagement: server: port: 8080 endpoint: health: show-details: alway...
SpringBoot Application fails to start when server.tomcat.threads.max < 10
2025-01-07 22:45:38
8357
Since spring-boot 3.3.0 our application fails to start with a similar exception as below. Increasing the max threads of ...
SpringBoot Build getting failed with jdk 17 for version 3.1.10
2025-01-07 22:45:35
2397
Gradle 7.6.4------------------------------------------------------------Build time: 2024-02-05 14:29:18 UTCRevision: ...
SpringBoot Invalid packaging for parent POM net.minidev:json-smart
2025-01-07 22:45:32
22081
I'm using gradle to build a springboot project. In case build test target compileTestJava, it raise error [ERROR] Invali...
SpringBoot Broken Micrometer links in documentation
2025-01-07 22:45:29
1104
Hi Team,The documentation for Spring Boot contains several references to Micrometer's documentation using the {url-micro...
上一页
下一页
1
…
1676
1677
1678
1679
1680
…
2246
.