Nineya
Home
Blog
软著申请
SpringBoot Docker Compose support: add -v flag support to control volume removal
2025-01-07 22:26:55
1034
With docker compose down you can control if volumes should be removed or not through -v flag.Docker Compose support has ...
SpringBoot Upgrade CI to Docker 26.1.2
2025-01-07 22:26:53
208
https://download.docker.com/linux/static/stable/x86_64/docker-26.1.2.tgzComment From: wilkinsonaAll being well, we won't...
SpringBoot ISO-8859-1 charset included in JSON response header when using HttpServletRespone direclty (Spring Boot 3.2.5)
2025-01-07 22:26:49
2095
Demo app with description and integration tests illustrating the issue: https://github.com/noavarice/spring-boot-json-la...
SpringBoot jarmode=tools extract does not include the META-INF/sbom folder
2025-01-07 22:26:46
532
jarmode=tools extract does not include the META-INF/sbom folderSpring Boot Version: 3.3.0-RC1# java -Djarmode=tools -ja...
SpringBoot @ImportTestcontainers does not work with @DataJpaTest
2025-01-07 22:26:44
18706
package com.example.demo;import static org.assertj.core.api.Assertions.assertThat;import javax.sql.DataSource;import org...
SpringBoot Application properties outside of jar should take precedence over profile-specific variants inside the jar
2025-01-07 22:26:41
7758
In reference to #2404 which has been closed...Spring Booot, being an opinionated framework, should try as hard as possib...
SpringBoot Make it easier to provide a custom RequestToViewNameTranslator
2025-01-07 22:26:38
685
@dsyer wants to customize the RequestToViewNameTranslator. It can be done today with a BeanPostProcessor for the viewNam...
SpringBoot docker-compose should search directory tree for docker-compose.yml
2025-01-07 22:26:36
1762
I would like to use docker-compose in my tests with spring.docker.compose.skip.in-tests=falseAlso I want to use docker-c...
SpringBoot Remove Concourse CI configuration
2025-01-07 22:26:33
149
Forward port of issue #40568 to 3.3.x.Comment From: wilkinsonaOn hold for now in case we need a 3.3.0-RC2 that we may wa...
SpringBoot Upgrade the com.gradle.plugin-publish plugin
2025-01-07 22:26:21
555
We're using com.gradle.plugin-publish in version 0.15.0 in our CI when publishing the gradle plugin. We should update th...
SpringBoot Add external link style to API docs
2025-01-07 22:26:18
278
When https://github.com/spring-io/antora-ui-spring/issues/240 is merged we can use https://github.com/spring-io/antora-e...
SpringBoot Refactor: null check to use Objects.isNull for clarity
2025-01-07 22:26:15
738
Updated the convert method to use Objects.isNull instead of a direct null check for better readability and consistency.C...
SpringBoot @WebMvcTest and WebSecurity with @EnableMethodSecurity not looking for @PreAuthorize annotation in the interface
2025-01-07 22:26:13
2973
I am not too sure exactly where is the issue yet.But With a conf.@Configuration@EnableWebSecurity@EnableMethodSecuritypu...
SpringBoot META-INF/sbom/application.cdx.json disappears after "jarmode=tools extract" run
2025-01-07 22:26:09
4373
Using an app based on Spring Boot 3.3.0-RC1; if you run jarmode tools extract, after your produced an SBOM using cyclone...
SpringBoot Gradle test - Out of memory after upgrading from 3.1.6 to 3.2.4
2025-01-07 22:26:07
3489
After upgrading from 3.1.6 to 3.2.4, our gradlew test command fails with out of memory.Memory usage is steady in 3.2.4 ...
SpringBoot Sending request message remote web service using SOAP
2025-01-07 22:25:39
1722
Hi, I'm getting below error message when trying to send request Have you any comment for this issue ?Thanks :)SOAPPartIm...
SpringBoot Default MIME mappings are not loaded unless additional mappings are configured
2025-01-07 22:25:36
529
Spring Boot version: 3.3.0-RC1In my TomcatEmbeddedContext none of the default MIME mappings are available.This problem e...
SpringBoot Upgrade to Hibernate 6.5.0.Final
2025-01-07 22:25:34
239
Comment From: Amar995Hey @wilkinsona can you please assign me ?Comment From: wilkinsonaThanks for the offer, @Amar995, b...
SpringBoot resolveMainClassName fails when building with Gradle using Java 22
2025-01-07 22:25:24
2101
It fails like this:Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 66 at org....
SpringBoot When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started"
2025-01-07 22:25:19
4098
Hi, I've upgraded this project from Spring Boot 3.1.4 to 3.2.5.After that, I've started having issues in my test cases.I...
上一页
下一页
1
…
1689
1690
1691
1692
1693
…
2246
.