Nineya
Home
Blog
springboot Spring Boot Actuator tomcat metrics broken in 2.2.5.RELEASE
2025-01-06 08:24:13
1239
I'm trying to update my Spring Boot Application from 2.1.5.RELEASE to 2.2.5.RELEASE but my Tomcat metrics from Spring B...
springboot Upgrade to Testcontainers 1.13.0
2025-01-06 08:24:07
505
Hi,this PR upgrades Testcontainers to version 1.13.0.Cheers,ChristophComment From: snicollThanks again Christoph. @wilki...
springboot Upgrade to Groovy 2.5.10
2025-01-06 08:24:00
498
Hi,this PR upgrades to Groovy 2.5.10. I know this sort of upgrade is usually handled via bomr, but this is relevant for ...
springboot Extracted from executable jar nested jars are not removed
2025-01-06 08:23:54
1469
When the application exits the extracted nested jars (declared in requiresUnpack) from executable jar are not removed fr...
springboot upgrade netty to 4.1.47.Final
2025-01-06 08:23:47
558
refer: Netty 4.1.47.Final releasedComment From: pivotal-issuemaster@m1ngyuan Please sign the Contributor License Agreeme...
springboot Credentials of cloudfoundry service cannot be resolved after upgrading to 2.2.5
2025-01-06 08:23:41
41
Forward port of issue #20343 to 2.3.0.M3.
springboot Credentials of cloudfoundry service cannot be resolved after upgrading to 2.2.5
2025-01-06 08:23:34
38
Forward port of issue #20343 to 2.2.6.
springboot Remove hardcoded version from VersionOverridingElasticsearchContainer
2025-01-06 08:23:28
1007
Hi,this PR fixes #20424 by using org.elasticsearch.Version instead of hardcoding the version.Cheers,ChristophComment Fro...
springboot Revisit VersionOverridingElasticsearchContainer
2025-01-06 08:23:22
196
It overrides the version of ES we should use and the version hardcoded there can easily be out-of-sync with what our dep...
springboot Mocking session scoped spy bean calls real method
2025-01-06 08:23:15
4161
Trying to mock a @SessionScope in a test by autowiring it using @SpyBean and then mocking using doReturn(..).when(sessi...
springboot Minimize amount of superflous validation error details
2025-01-06 08:23:09
4677
Consider a simple RestController that requires a @Valid object as show in the example below.@RestControllerpublic class ...
springboot It has some error.Please ignore this pull request.
2025-01-06 08:23:02
278
Fix bug TomcatReactiveWebServerFactory does not call getTomcatWebServer to create the TomcatWebServer #20386.modify Tomc...
springboot Polish
2025-01-06 08:22:56
52
PolishComment From: snicollThanks for the follow-up.
springboot Upgrade to Elasticsearch 7.6.1
2025-01-06 08:22:50
454
Hi,the current builds seem to fail, probably because of an upgrade to Elasticsearch 7.6.1 in https://github.com/spring-p...
springboot Upgrade CI to Docker 19.03.7
2025-01-06 08:22:43
41
Forward port of issue #20420 to 2.3.0.M3.
springboot Upgrade CI to Docker 19.03.7
2025-01-06 08:22:37
38
Forward port of issue #20420 to 2.2.6.
springboot Fix some tests that fail with JDK 14
2025-01-06 08:22:31
170
Hi,this PR fixes two tests that break when running with JDK 14 as discussed in #20147 .There are obviously more build fa...
springboot Investigate "Failed to create volume" CI issues
2025-01-06 08:22:25
3956
Hi,since yesterday the amount of "failed to create volume" errors seems to be on a level that "forces" me into this issu...
springboot I am try to upload the file using my spring boot API. The function is working fine when I am using small file (less than 1 MB), but when I upload large file it gives me an exception. I am using embedded Tomcat server.I am using spring boot 2.1.7
2025-01-06 08:22:17
3066
"Maximum upload size exceeded; nested exception is java.lang.IllegalStateException: org.apache.tomcat.util.http.fileuplo...
springboot Allow @DefaultValue to be used in fields
2025-01-06 08:22:10
601
Currently, @DefaultValue is limited to constructor arguments.This prevents auto generating constructor with lombok.If @D...
上一页
下一页
1
…
2209
2210
2211
2212
2213
…
2246
.