Nineya
Home
Blog
SpringBoot Stop using or fix usage of LazyPublishArtifact for upcoming changes
2025-01-07 02:34:52
2470
Spring Boot Gradle Plugin 2.6.1 uses the constructor LazyPublishArtifact(Provider<?>), which is soon to be depreca...
SpringBoot Refactor code to avoid internal LazyPublishArtifact
2025-01-07 02:34:48
812
This fixes #29074 by allow ArtifactHandler to create the PublishArtifact objects, and instead taking in a TaskProvider s...
SpringBoot Document that the minimum supported version of Kotlin is now 1.6
2025-01-07 02:34:45
4057
Hi, I deployed a project made with https://start.spring.io / 17 in Java, Kotlin.The following problem arose, after the g...
SpringBoot bootWar is configured eagerly
2025-01-07 02:34:40
498
While reviewing #30209, I noticed that bootWar is configured eagerly. This is due to querying the extension of its artif...
SpringBoot Update jaxws-ri to version which is supported by maven 3.8
2025-01-07 02:34:37
984
Building a spring boot application with jaxws-ri with maven 3.8 fails. The failure is caused by the usage of an http rep...
SpringBoot Actuator fails to start when deploying a WebFlux application as a war file to Tomcat
2025-01-07 02:34:30
8474
I have an existing WebFlux application that runs still on a standalone tomcat9 application server.Problem: I'm trying to...
SpringBoot An error occurred while registering beans using two classloaders
2025-01-07 02:34:26
1190
Is this a bug?fun main(args: Array<String>) { var application = runApplication<SpringDemoApplication&...
SpringBoot The following method did not exist: redis.clients.jedis.JedisPoolConfig.setMaxWait(Ljava/time/Duration;)V
2025-01-07 02:34:23
3967
In order to fix bug for spring cloud gateway 3.x,I need to upgrade spring cloud version, from Finchley.SR1 to 2021.0.1....
SpringBoot Custom TypeIncludeFilter do not take effect
2025-01-07 02:34:14
2835
@Component@Order(value = Ordered.HIGHEST_PRECEDENCE)public class MyTypeIncludeFilter extends TypeExcludeFilter { @Ove...
SpringBoot Is there anyway to override FilterBeanRegistrations associated with ServletContext?
2025-01-07 02:34:10
1575
We have existing couple of Spring applications which extends SpringBootServletInitializer and define their own filters. ...
SpringBoot Jackson 2.13.x compatibility
2025-01-07 02:34:07
1101
jackson-databind before 2.13.0 allows a Java StackOverflow exception and denial of service via a large depth of nested o...
SpringBoot Circleci project setup
2025-01-07 02:34:03
199
Comment From: pivotal-cla@suyama-hiroyoshi Please sign the Contributor License Agreement!Click here to manually synchron...
SpringBoot Add option to pass configured Docker host to the image builder container
2025-01-07 02:33:59
1204
When the Docker host used for building images in the build plugins is configured using the DOCKER_HOST environment varia...
SpringBoot Support podman for building images
2025-01-07 02:33:55
166
Add support for podman as an alternative to Docker Engine when building images with the Maven plugin spring-boot:build-i...
SpringBoot Tests that use Cassandra are flaky
2025-01-07 02:33:50
301
We have a number of tests that use a Cassandra Testcontainer. They are flaky, sometimes timing out as query does not com...
SpringBoot when the configuration file in the project exists application.xml, it will fail to start
2025-01-07 02:33:46
633
When application.xml and application.yaml exist in the configuration file, the startup fails。When the application.xml is...
SpringBoot NullBean check in ApplicationContextAssert.doesNotHaveBean(String)
2025-01-07 02:33:43
2055
getApplicationContext().getBean(name) may return a org.springframework.beans.factory.support.NullBean bean and does not ...
SpringBoot Use local docker mirror for test containers
2025-01-07 02:33:39
642
We might be able to use the local docker mirror that is configured in concourse for test containers. I think we'd need a...
SpringBoot Include default Dev Tools properties in the reference documentation
2025-01-07 02:33:36
1813
At the moment Dev Tools are configuring the following properties:https://github.com/spring-projects/spring-boot/blob/fe8...
SpringBoot Wrong Content-Type in WebFlux WebTestClient test with mocked WebClient response
2025-01-07 02:33:31
4461
I mock a WebClient response with response header MediaType.APPLICATION_JSON_VALUE, and statuscode 400.When I run the tes...
上一页
下一页
1
…
1956
1957
1958
1959
1960
…
2246
.