Nineya
Home
Blog
SpringBoot Auto-configure BatchInterceptor on KafkaListenerContainerFactory
2025-01-07 04:14:31
1098
I was hoping to re-use as much as possible of the default Kafka auto-configuration, but I need to use a BatchInterceptor...
SpringBoot Upgrade Ubuntu version in CI images
2025-01-07 04:14:26
130
Upgrade to ubuntu:focal-20221019Comment From: wilkinsonaDeclining in favour of a switch to Jammy that should be triggere...
SpringBoot Upgrade Ubuntu version in CI images
2025-01-07 04:14:23
131
Upgrade to ubuntu:focal-20221019Comment From: wilkinsonaDeclining in favour of a switch to Jammy that should be triggere...
SpringBoot Upgrade CI image update detection to Ubuntu Jammy
2025-01-07 04:14:21
340
Hi,this PR updates the detect-ubuntu-image-updates.sh script to check for updates on Jammy rather than Focal. The former...
SpringBoot Polish Gradle tasks for AOT processing
2025-01-07 04:14:17
148
We could do with some more javadoc. There's also some public API, such as setTestRuntimeClasspath on ProcessTestAot, tha...
SpringBoot Add reference to Failover starter
2025-01-07 04:14:15
909
Failover is a project to manage the failover on referential systems for improving the resiliency of our systems.Comment ...
SpringBoot Execution optimizations have been disabled for task processAot with kapt Gradle Plugin
2025-01-07 04:14:12
5346
Bug Report for Spring Boot 3 Native + GradleAdding kotlin("kapt") plugin to Gradle of a simple Spring Boot project (gene...
SpringBoot Separate classpath used by processAot and processTestAot from classpaths of source sets that they populate
2025-01-07 04:14:10
891
Looking at #32919 has shown that the way that the classpath of the processAot and processTestAot is configured is not id...
SpringBoot Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: No instances of ch.qos.logback.classic.Logger are allowed in the image heap as this class should be initialized at image runtime. To see how this object got instantiated use --trace-object-instantiation=ch.qos.logback.classic.Logger.
2025-01-07 04:14:08
11846
ProblemExecuting./gradlew bootBuildImage will cause a exception.Caused by: com.oracle.graal.pointsto.constraints.Unsuppo...
SpringBoot Wrong JARPATH in bootScripts of Gradle installBootDist task
2025-01-07 04:14:06
1375
I have got Error: Unable to access jarfile /tmp/demo/build/lib/demo-0.0.1-SNAPSHOT.jar when trying to run the bootScript...
SpringBoot broken link in Spring Boot Config Data Migration Guide
2025-01-07 04:14:03
1135
There's a link in the Profile Specific External Configuration section of the Spring Boot Config Data Migration Guide:You...
SpringBoot Using bootBuildImage fails in Bitbucket Pipeline with 403 error
2025-01-07 04:14:01
3217
Not sure if this is a spring-boot or buildpacks error but I'm trying to use the task gradlew bootBuildImage to create a ...
SpringBoot Logging hostname at startup can take a prohibitively long time
2025-01-07 04:13:58
2311
StartupInfoLogger logs the result of calling InetAddress.getLocalHost().getHostName(). This call can take a long time as...
SpringBoot Warning about multiple occurrences of org.json.JSONObject
2025-01-07 04:13:56
1792
In essence, this is the same problem as #29387.I ran into this while upgrading an application that uses Jedis as Redis d...
SpringBoot Spring Boot 3 Native nativeCompile Fails to Set ReactiveTypeHandler#isContextPropagationPresent
2025-01-07 04:13:53
3422
Bug Report for Spring Boot 3 Native (GraalVM 22.3)Having a simple Spring Boot application (generated on start.spring.io)...
SpringBoot Document how to observe JDBC project with Spring Boot and micrometer-observations
2025-01-07 04:13:50
280
It would be great for Spring Boot Documentation to mention that the Micrometer Observations project under jdbc-observati...
SpringBoot Add documentation for micrometer observation
2025-01-07 04:13:47
388
I've added some documentation for micrometer tracing in #30658. We should add some documentation for micrometer observat...
SpringBoot Issues with running config server and other spring cloud dependencies after upgrading to springboot 3.0.0-RC1
2025-01-07 04:13:45
8331
I recently move some legacy code from spring boot 2.7.5 to 3.0.0-RC1 and got the following message after starting the ap...
SpringBoot Auto configuration for data-elasticsearch does not configure mapper that can handle MapDocument payload
2025-01-07 04:13:43
10689
Using default data-elasticsearch auto configuration the mapper used to convert payloads is not configured to handle org....
SpringBoot Fix package tangle in spring-boot caused by Environment creation in SpringApplication
2025-01-07 04:13:40
408
See #32815 for background.We have a tangle caused by SpringApplication knowing about servlet and reactive environment ty...
上一页
下一页
1
…
1882
1883
1884
1885
1886
…
2246
.