Nineya
Home
Blog
软著申请
SpringBoot Attempt to improve performance with SpringIterableConfigurationPropertySource
2025-01-07 07:37:08
7394
Running a project with >10k external properties.It seems that Spring is taking a long time with processing all proper...
SpringBoot Add aggregation temporality to OtlpProperties
2025-01-07 07:37:04
166
In Micrometer 1.11.0-RC1, a new property was introduced in OtlpConfig to define aggregation temporality.See https://gith...
SpringBoot Print build info if available at start
2025-01-07 07:37:02
2965
So the goal here is to be able to discern what version of my app someone (ops) is using. In debugging they are using the...
SpringBoot Auto-configure property-based …ConnectionDetails beans when there is no existing …ConnectionDetails bean
2025-01-07 07:36:59
11121
Hello,First of all, the new @ServiceConnection and related annotations are a great addition for running integration test...
SpringBoot Spring boot kotlin data class parameter length restriction
2025-01-07 07:36:56
38997
spring boot version: 2.7.10kotlin version: 1.8.10mybatis version: 3.5.13When I start up boot application, program throws...
SpringBoot Invalid classpath index manifest attribute in war files built with Maven
2025-01-07 07:36:54
435
When packaging a war file, the Spring Boot Maven plugin will add a Spring-Boot-Classpath-Index: WEB-INF/classpath.idx en...
SpringBoot Add properties to support device grant with Spring Authorization Server
2025-01-07 07:36:51
1251
[ ] Add property *.endpoint.device-authorization-uri - maps to AuthorizationServerSettings.getDeviceAuthorizationEndpoin...
SpringBoot Avoid repeated loading of "META-INF/spring.factories"
2025-01-07 07:36:48
1467
When I use a custom classloader I find duplicate loading spring.factories@SpringBootApplicationpublic class TestApplicat...
SpringBoot Server not getting shutdown when running the mockserver in Java 17
2025-01-07 07:36:46
4637
Hello team,We are upgrading our apps to Java 17, where when running the integration tests we are facing an issue,we run ...
SpringBoot /cloudfoudryapplication-Endpoints defect after update to spring-boot-starter 2.7.10
2025-01-07 07:36:42
5519
Not sure whether to put this report here, cloudfoundry, netty or with spring cloud gateway but as I can reproduce this i...
SpringBoot Identical Gradle attributes found between bootArchive and archive configurations
2025-01-07 07:36:39
3878
It seems that Gradle 8 enforces that 2 configuration cannot have the same attributes.In my project I am seeing this issu...
SpringBoot Remove bootArchives configuration in favour of adding task dependencies to assemble
2025-01-07 07:36:36
1130
This issue is follow-on from https://github.com/spring-projects/spring-boot/issues/34812. Our bootArchives configuration...
SpringBoot Spring boot 3.0.5 application not exporting logs to otel-collector
2025-01-07 07:36:34
6199
I had created a Spring-boot micro-service using spring-cloud-sleuth for distributed-tracing. I had a otel-collector whic...
SpringBoot maven execution "-P native native:compile" ignores provided scoped dependencies
2025-01-07 07:36:32
1497
When executing "mvn -P native native:compile" dependencies with scope provided are not considered.I couldn't find if thi...
SpringBoot Spring Boot 3 compiled to native getting Postgresql JDBC errors
2025-01-07 07:36:29
21443
I have a simple Spring Boot 3 application that uses Spring Data JPA (https://github.com/edeandrea/quarkus-for-spring-dev...
SpringBoot Update remaining data properties to make it clear which stores do and do not require Spring Data
2025-01-07 07:36:26
395
Unless I have overlooked something, I think we may have missed some changes when determining the scope of #11574. MongoP...
SpringBoot 2.6.6 Upgrade issue with quartz datasource
2025-01-07 07:36:24
9692
We have a Spring Boot application upgrading to version 2.6.6 from 1.5.9.RELEASE. The application uses the quartz schedul...
SpringBoot Spring boot 3.0.0 ramdom.uuid run twice
2025-01-07 07:36:22
6609
pom.xml <dependencyManagement> <dependencies> <dependency> <...
SpringBoot BatchProperties has an outdated reference to JPA
2025-01-07 07:36:17
692
Since JpaBatchConfigurer.java was removed, BatchAutoConfiguration.getIsolationLevelForCreate() is the only method that ...
SpringBoot Bug in documentation of SessionManagementConfigurer.sessionAuthenticationStrategy
2025-01-07 07:36:15
1219
Hi, I have currently migrated my application from Spring Boot 2.7.10 to 3.0.5. My application tests failed because of mi...
上一页
下一页
1
…
1831
1832
1833
1834
1835
…
2246
.