Nineya
Home
Blog
软著申请
SpringBoot Rename one instance of DataLdapTestIntegrationTests in spring-boot-test-autoconfigure
2025-01-07 22:59:50
164
We have two classes with the same name in spring-boot-test-autoconfigure. Both to reduce confusion and to address an err...
SpringBoot Reduce warnings reported by Eclipse
2025-01-07 22:59:47
167
Eclipse currently reports over 100 warnings across the codebase. This makes it hard to spot new problems as they're intr...
SpringBoot Shut down Reactor Schedulers for WAR deployments
2025-01-07 22:59:44
4997
Hi,I'm attaching a a modified version of the graphql-server project from the Spring Getting Started Guide. The only real...
SpringBoot Add rule to prevent calls to Objects.requireNonNull()
2025-01-07 22:59:39
1746
From @mhalbritter in https://github.com/spring-io/spring-javaformat/issues/339:We should add a rule preventing calls to ...
SpringBoot Using Gradle's new file permission API is implemented in a way that prevents removal of the old API
2025-01-07 22:59:37
2710
Addressing issue* https://github.com/spring-projects/spring-boot/issues/37878resulted in changes in this code:* https://...
SpringBoot Add execution metadata to scheduled tasks actuator endpoint
2025-01-07 22:59:34
18172
Hi,It would be nice that Spring Boot Actuator exposes endpoints for extra information about scheduled tasks(crons) in ad...
SpringBoot Message publishing via Sink and OutputDestination times out with Spring Boot 3.3.2
2025-01-07 22:59:31
717
The DummyEventProducerIntegrationTest in the sample project https://github.com/andrashatvani/spring-demo/ times out once...
SpringBoot mapstruct-processor jar is missing when package from springboot2.4
2025-01-07 22:59:29
1782
Reproduce steps1. new starter only contain spring-boot-web2. add mapstruct in pom.xml3. use org.mapstruct.ap.internal.ut...
SpringBoot It is unclear that the RSocket websocket transport requires Reactor Netty and is not supported with other web servers
2025-01-07 22:59:19
2525
When using the spring-boot-starter-web and spring-boot-starter-rsocket and using these settings:spring: rsocket: ser...
SpringBoot 'Unable to proxy interface-implementing method'
2025-01-07 22:59:16
6515
While testing the upgrade to Spring Boot 1.5.3.RELEASE, I have seen a lot of 'unable to proxy' warnings:WARN o.s.aop.fra...
SpringBoot Use reflection for deprecated gradle file permission API
2025-01-07 22:59:14
171
This should close #41599Comment From: wilkinsonaThanks for the PR but, as described in #41599, we prefer to swap from me...
SpringBoot Issue in resourceHandlerMapping when migrating from 3.1.6 to 3.2.0
2025-01-07 22:59:10
57824
Spring boot app is not getting deployed with the below exception It was working on 3.1.6 Issue exist in 3.2.0 , 3.2.1-Sn...
SpringBoot Refine structured logging support
2025-01-07 22:59:07
1108
Our initial cut of structured logging support could do with a few small refinements. Specifically, the org.springframewo...
SpringBoot Configuration properties enabled in a child context are ignored if an ancestor context has already enabled the properties
2025-01-07 22:59:05
5502
Hi, We have setup a spring boot application with context hierarchy according to this baeldung article. githubGiven code ...
SpringBoot spring-boot-maven-plugin fails when maven-source-plugin is at version 3.3.1
2025-01-07 22:59:02
1321
The real issue is here in this comment : https://github.com/spring-cloud/spring-cloud-kubernetes/pull/1677#issuecomment-...
SpringBoot Create an alternative to InvalidConfigurationPropertyValueException for cases where there isn't a single solution
2025-01-07 22:59:00
4342
See https://github.com/spring-projects/spring-boot/issues/33261#issuecomment-2075055929We'd like a new exception type an...
SpringBoot How resolve 401 unauthorized nobody in springboot
2025-01-07 22:58:54
10218
I am doing a health project where i need to implement fitbit login using oauth2.fitbit authorization and ,token url are ...
SpringBoot Enable eclipse ignoreUnnamedModuleForSplitPackage setting in buildSrc
2025-01-07 22:58:51
824
On a fresh Eclipse the following needs to be added to .settings/org.eclipse.jdt.core.prefs for buildSrc. We should try a...
SpringBoot Add an option to stop the application from spring-boot-properties-migrator
2025-01-07 22:58:49
1618
When spring-boot-properties-migrator detects an error (and/or warning) report, it would be nice to have an option to pre...
SpringBoot Expose property to configure configurationMetadata on an OAuth2 ClientRegistration
2025-01-07 22:58:46
14097
The class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider is required to h...
上一页
下一页
1
…
1665
1666
1667
1668
1669
…
2246
.