Nineya
Home
Blog
springboot Spring classloader blocks unsafe casts
2025-01-06 08:11:32
1728
In my application I need to use unsafe casts due to reflection. However, due to spring's custom classloader this fails. ...
springboot ReplicaSet MongoDB
2025-01-06 08:11:25
5833
env :- Spring boot 2.1.0 (with default spring dependencies).MongoDB 3.4.9 (replicaset : 2 worker node + 1 arbitrator), ...
springboot Configure OpenJDK buildpack to use the same Java version as used for compilation
2025-01-06 08:11:19
1479
The OpenJDK buildpack can be configured to use a specific JRE or JDK version by providing the environment variable $BP_J...
springboot Implement possibility to set custom java home for Gradle tasks
2025-01-06 08:11:12
6039
Hi,as discussed in #20147 this PR should give us a first insight into what might be broken with JDK 14.The new functiona...
springboot Unlike all other Maven properties, spring-boot.run.arguments on the command line takes precedence over the pom
2025-01-06 08:11:06
4790
Description: the spring-boot.run.jvmArguments does not take precedence over the < systemPropertyVariables> map whe...
springboot spring-boot-starter-rsocket pom contains security dependencies
2025-01-06 08:10:57
1810
It appears that as of spring-boot-starter-rsocket-2.3.0.M1.pom it contains Spring Security dependencies that are being p...
springboot Logback console appender incomplete thread name
2025-01-06 08:10:51
2394
The logback console appender configured in https://github.com/spring-projects/spring-boot/blob/e73ee7b3fe2679e67685c3672...
springboot Test the Gradle plugin against Gradle 6.2.1
2025-01-06 08:10:44
114
Hi,this PR tests the Gradle plugin against Gradle 6.2.1 in the 2.2.x line as mentioned in #20309 .Cheers,Christoph
springboot Upgrade to Gradle 6.2.1
2025-01-06 08:10:38
115
Hi,this PR upgrades Gradle to 6.2.1. I'll follow up on the Gradle Plugin changes for 2.2.x shortly.Cheers,Christoph
springboot Liquibase 3.8.2 not working on Java 11
2025-01-06 08:10:32
10155
After upgrading to Spring Boot 2.2 I can no longer start my Liquibase application.I am getting the following exception:C...
springboot Upgrade to Reactor Dysprosium-SR5
2025-01-06 08:10:26
283
Comment From: juergenzimmermann@snicoll Reactor Dysprosium-SR5 is available: https://repo.spring.io/libs-milestone/io/pr...
springboot spring.jackson.serialization.indent-output doesn't work with Spring Boot 2.3.0.M2 when using Actuator
2025-01-06 08:10:18
1941
spring.jackson.serialization.indent-output doesn't work with Spring Boot 2.3.0.M2. I confirmed that it works with Spring...
springboot Upgrade to Reactor Californium-SR16
2025-01-06 08:10:12
973
Comment From: wilkinsonaCurrent Californium snapshots cause a test in spring-boot-actuator to fail:[INFO] Results:[INFO]...
springboot Why response time of the restful interface with @RequestParam MulityPartFile is very large sometimes?
2025-01-06 08:10:05
2426
Repost #20299 My code below:@PostMapping("/gets") public SomethingResponseVo getSomething(@RequestParam Mul...
springboot Binding to collection fails with unbound elements error if collection overridden in another property source with smaller number of elements
2025-01-06 08:09:59
41
Forward port of issue #20134 to 2.3.0.M3.
springboot Binding to collection fails with unbound elements error if collection overridden in another property source with smaller number of elements
2025-01-06 08:09:53
38
Forward port of issue #20134 to 2.2.5.
springboot Binding to collection fails with unbound elements error if collection overridden in another property source with smaller number of elements
2025-01-06 08:09:47
2973
As was suggested in https://github.com/spring-projects/spring-boot/issues/16290, creating this follow up issue for a bit...
springboot Consider a cloud config backed Freemarker TemplateLoader
2025-01-06 08:09:40
1891
I frequently have applications that require template changes (new user requirements) with no changes to the actual servi...
springboot Add Auto-configuration for RSocket Security
2025-01-06 08:09:33
7932
Spring Boot should autoconfigure RSocket SecurityIt should automatically apply @EnableRSocketSecurityConditionally creat...
springboot Cloud Config Server returns HttpCode 500 due to a java.lang.NullPointerException in case of retrieving a resource with no file extension
2025-01-06 08:09:27
11686
Spring boot version: 2.2.4.RELEASESpring cloud dependencies: Hoxton.SR1In the spring cloud config server, If the request...
上一页
下一页
1
…
2209
2210
2211
2212
2213
…
2240
.