Nineya
Home
Blog
SpringBoot Add network option for image building
2025-01-07 01:06:22
1258
Add support for configuring the network mode used by the build container when binding an image with CNB buildpacks. The ...
SpringBoot Add spring.webflux.multipart configuration properties
2025-01-07 01:06:19
449
See spring-projects/spring-framework#26790 for background information.We could provide configuration properties to make ...
SpringBoot Customize Cassandra's configuration to reduce container startup time
2025-01-07 01:06:15
348
With thanks to @bsideup, we can reduce the time that Cassandra containers take to start in our tests by tuning its confi...
SpringBoot Enhancement: a la cart rest template client metrics
2025-01-07 01:06:07
1249
What we'd like to doWe'd like to reuse the excellent rest template metrics interceptor built into spring boot from our e...
SpringBoot Embedded Mongo with parallelized tests can lead to folder conflict extracting the executable
2025-01-07 01:06:03
4936
I have a spring boot application that has multiple Modules with their respective Tests and Test Context. I frequently fa...
SpringBoot TaskExecutionAutoConfiguration falls into a hole when an ExecutorService is defined
2025-01-07 01:06:00
3296
TaskExecutionAutoConfiguration.applicationTaskExecutor is conditional on missing bean java.util.concurrent.Executor. Th...
SpringBoot Adding actuator prefix path to readiness and liveness probe
2025-01-07 01:05:56
1670
Expected behaviorI am using webflux and netty in my spring boot app. I tried with the following line in my application.p...
SpringBoot LiveReloadServerTests triggerReload() is flaky
2025-01-07 01:05:51
10778
org.awaitility.core.ConditionTimeoutException: Lambda expression in org.springframework.boot.devtools.livereload.LiveRel...
SpringBoot custom 404 page with embedded tomcat out of spring boot context path
2025-01-07 01:05:48
1840
I have a spring boot embedded tomcat(spring boot v2.4) application with this context path (server.servlet.context-path=/...
SpringBoot spring.security.dispatcher-types is not applied to Spring Security's filter when running in a separate management context
2025-01-07 01:05:44
11774
I started a new project at Spring Initializr with these parameters:- https://start.spring.io/#!type=maven-project&la...
SpringBoot How to cancle table and column alias
2025-01-07 01:05:40
1221
I use jpa in spring boot 1.5.10.version.Default, i found that the sql in console printed with table alias and columns,ho...
SpringBoot Align Spring Security Filter's dispatcher types with its defaults when used outside of Boot
2025-01-07 01:05:31
272
When you use Spring Security without Boot, Spring Security's filter uses ASYNC, REQUEST, and ERROR as its dispatcher typ...
SpringBoot Move deployment tests to system tests pipeline
2025-01-07 01:05:27
518
The Spring Boot deployment tests should be moved to the system tests project hierarchy so they run in the system tests p...
SpringBoot Use MessageSource to interpolate bean validation messages
2025-01-07 01:05:24
2213
see gh-3071LimitationMessageSourceInterpolatorDelegate does not support \ escape character. The escape character is not ...
SpringBoot Unable to start Spring Boot 2.5.0 on Java 16 with Gradle 7.0.2
2025-01-07 01:05:20
27402
Hi there, I'm trying to migrate my project to Java 16 and for this reason, switching to the new Spring Boot version (2.5...
SpringBoot Spring test may bail out "finding no tests" although actual error is missing bean / dependency
2025-01-07 01:05:15
3251
In some scenarios running spring test (via gradle test runner) yields "no tests found", even though the actual problem i...
SpringBoot DataJpaTestSchemaCredentialsIntegrationTests doesn't test what it's supposed to
2025-01-07 01:05:04
195
There's no schema configured so DataSource initialization doesn't run. This means that there's no attempt made to create...
SpringBoot Drop dependency management for org.jboss:jboss-transaction-spi
2025-01-07 01:05:01
273
None of Boot's modules depend upon org.jboss:jboss-transaction-spi so there's no longer any need for Boot to express an ...
SpringBoot MAX_ENTITY_SIZE or max-http-post-size configuration parameters are overridden by spring.servlet.multipart.max-request-size when using Undertow
2025-01-07 01:04:58
10043
Tried with Spring Boot 2.1.3.RELEASE, 2.1.6.RELEASE, and 2.1.9.RELEASE.Setting application property server.undertow.max-...
SpringBoot A URI with non-alpha characters in its scheme is not sanitized
2025-01-07 01:04:54
709
The Sanitizer.java class infers that the scheme portion of a URI can only contain letters, but as described in RFC2396 i...
上一页
下一页
1
…
2015
2016
2017
2018
2019
…
2246
.