Nineya
Home
Blog
SpringBoot HttpMessageConvertersAutoConfiguration should be conditional on not being a reactive web application
2025-01-07 01:42:49
1075
Http message converters shouldn't be used in a reactive web application, but may be used in a servlet-based web applicat...
SpringBoot Spring boot Error handler not working
2025-01-07 01:42:45
2541
I have the following in my RequestErrorController.java class@Controllerpublic class RequestErrorController implements Er...
SpringBoot Upgrade to Spring Data 2021.1.0
2025-01-07 01:42:40
700
Comment From: schauderProject Dependencies Spring Data 2021.1.0Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13...
SpringBoot Upgrade to Spring Data 2021.0.7
2025-01-07 01:42:31
521
Comment From: schauderProject Dependencies Spring Data 2021.0.7Cassandra Driver (com.datastax.oss:java-driver-bom): 4.11...
SpringBoot Upgrade to Spring Data 2020.0.15
2025-01-07 01:42:27
521
Comment From: schauderProject Dependencies Spring Data 2020.0.15Cassandra Driver (com.datastax.oss:java-driver-bom): 4.9...
SpringBoot Prohibit unwanted dependencies across all modules
2025-01-07 01:42:23
476
At the moment, we only prohibit unwanted dependencies in our starters. That serves users well but means that some of our...
SpringBoot Dependency management for JSTL is out of date
2025-01-07 01:42:20
215
We're currently managing javax.servlet:jstl:1.2. We should be managing org.glassfish.web:jakarta.servlet.jsp.jstl:1.2.6....
SpringBoot Limit logging produced by intTest task in spring-boot-loader-tests
2025-01-07 01:42:15
244
Logback's on the classpath with no further configuration so it's using its default level of debug. This combined with Do...
SpringBoot Add tests for auto-configuring JTA from JNDI
2025-01-07 01:42:10
371
All of our JTA-related testing uses Atomikos and auto-configuring JTA with a TransactionManager retrieved from JNDI does...
SpringBoot Failed to open archive entry when dependent Jar is greater than 2GB
2025-01-07 01:42:07
4727
Hi TeamI have this project where I have a dependent jar whose size is greater than 2GB. I use the spring-boot-maven plug...
SpringBoot Annotate org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter.IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, DefaultIncludes) with @Deprecated
2025-01-07 01:42:04
573
The javadoc deprecates it, but there's no @Deprecated annotation on the method . Found while compiling with Java 17 whic...
SpringBoot Update external-config.adoc
2025-01-07 01:42:01
294
Comment From: pivotal-cla@shriyasankhyan Please sign the Contributor License Agreement!Click here to manually synchroniz...
SpringBoot ConditionalOnKubernetesEnabled with matchIfMissing
2025-01-07 01:41:53
1132
In spring-cloud-kubernetes we have the annotation : @Target(ElementType.TYPE)@Retention(RetentionPolicy.RUNTIME)@Documen...
SpringBoot Support redis-sentinel:// URLs when configuring a Redis client
2025-01-07 01:41:50
16814
When "spring.redis.url" set withredis-sentinel :// [[username :] password@] host1[: port1] [, host2[: port2]] [, hostN[:...
SpringBoot JUnit annotations may prevent a test context from being cached
2025-01-07 01:41:45
857
Hello spring-team :wave:As JUnit Jupiter comes with many new features through annotations (such as @TestInstance or @Ord...
SpringBoot Gradle Plugin still tries to download from Bintray (broken as of 2021-11-09)
2025-01-07 01:41:39
2661
// build.gradleplugins { id "org.springframework.boot" version "2.5.6"}repositories { mavenLoc...
SpringBoot Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted
2025-01-07 01:41:35
2044
After upgrading from 2.5.5 to 2.5.6 I noticed my browser started downloading a file rather than displaying the Prometheu...
SpringBoot The Content-Type of SpringBoot 2.5.6 version '/actuator/prometheus' route has become 'application/openmetrics-text'
2025-01-07 01:41:31
702
I used the spring-boot-starter-actuator jar in my project. After I upgraded the SpringBoot version from 2.5.5 to 2.5.6, ...
SpringBoot Failed to load ApplicationContext Caused by: TypeNotPresentExceptionProxy
2025-01-07 01:41:28
11463
source:package icu.easyj.spring.boot.autoconfigure.sequence;import javax.sql.DataSource;import icu.easyj.core.sequence.I...
SpringBoot logging.config in config/application.yml not picked up
2025-01-07 01:41:20
1574
Contents of config/application.yml :logging: config: config/logback.xmlIf launched simply with: (this doesn't work, all...
上一页
下一页
1
…
1991
1992
1993
1994
1995
…
2246
.