Nineya
Home
Blog
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...
springboot Upgrade to Httpclient 4.5.11
2025-01-06 08:22:03
920
Comment From: juliojgdWith this upgrade this issue is reproducing again, broking SSL connections on some (frequent) case...
springboot Spring Boot 2.2.5.RELEASE with hibernate-core>=5.4.1.Final causing JpaObjectRetrievalFailureException
2025-01-06 08:21:56
3848
I'm not quite sure if this is Spring or Hibernate issue. I'm trying to upgrade Spring Boot dependency to 2.2.5.RELEASE (...
springboot Unpacked War won't start with tomcat on JVM classpath
2025-01-06 08:21:50
9738
An unpacked war won't start when there is an embedded tomcat on the JVM classpath.An MVCE can be found here: https://git...
springboot Polish
2025-01-06 08:21:43
57
PolishComment From: snicoll@wycm well spotted, thank you.
springboot Flyway version not aligned with H2
2025-01-06 08:21:36
1446
In the 2.2.x pom the version of Flyway is 6.0.8, while H2 is 1.4.200.Flyway explicitly support H2 1.4.200 only from vers...
springboot 404 response from /actuator/env/{toMatch} should have no body
2025-01-06 08:21:30
1332
Hi,I justed stumbled upon a strange behaviour of the /actuator/env/{toMatch} endpoint, e.g. /actuator/env/activeProfiles...
上一页
下一页
1
…
2204
2205
2206
2207
2208
…
2240
.