Nineya
Home
Blog
springboot Add support for Diagnostic MBean in actuator
2025-01-06 08:21:23
3159
Hi,Currently at work I have created a simple endpoint for exposing Diagnostic MBean from actuator, so I decided to contr...
springboot JSON keys containing a dot from CF environment are not handled as a single path segment
2025-01-06 08:21:10
2777
This PR changes the handling of JSON keys in the CloudFoundry VCAP_SERVICES environment variable so that they represent ...
springboot Password Generated When Using Resource Server
2025-01-06 08:21:04
4848
A default password is generated by Boot in a WebFlux application when a Resource Server is being used.Create a resource ...
springboot An AuthenticationManager is required. Oauth2ResourceServer + anonymous disable
2025-01-06 08:20:57
1372
Hello, i caught strange behavior, when did disable anonymous() in WebSecurityConfigurerAdapter with oauth2ResourceServer...
springboot null pointer Exception
2025-01-06 08:20:51
94
Comment From: wilkinsonaGiven the lack of description, I assume that this was opened in error.
springboot Fix some deprecations
2025-01-06 08:20:44
41
Forward port of issue #20388 to 2.3.0.M3.
springboot Fix some deprecations
2025-01-06 08:20:38
60
Hi,this PR fixes some deprecations in tests.Cheers,Christoph
springboot OpenAPI support for the spring web framework
2025-01-06 08:20:32
1136
Dear Spring-Team,I love using Spring and I have recently started a new project where I want to use spring-data-rest with...
springboot Add option to trim values in application.properties
2025-01-06 08:20:26
2300
We had an issue during automatic delivery through another platform where we found that some properties were modified and...
springboot proxyTransactionManagement
2025-01-06 08:20:19
2961
Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.t...
springboot Add branch information to build scans on Windows
2025-01-06 08:20:13
7712
Hi,I just noticed that the build scans for Windows builds seem to be missing the branch tag. E.g. https://ge.spring.io/s...
springboot Refine if statement logic
2025-01-06 08:20:06
448
existing == null is unnecessary hereComment From: pivotal-issuemaster@gir1yaphets Please sign the Contributor License Ag...
springboot Polish DataSourceHealthIndicator
2025-01-06 08:20:00
271
This PR polishes DataSourceHealthIndicator by:Removing a workaround as it seems to be outdated based on its comment.Remo...
springboot 2.2.x
2025-01-06 08:19:53
230
Add maxInMemorySize property for ReactiveRestClientAutoConfiguration.Add username and password in ClientConfiguration wh...
springboot Add maxInMemorySize property for ReactiveRestClientAutoConfiguration …
2025-01-06 08:19:46
1098
…and add username and password in ClientConfiguration when username or password is not nullComment From: pivotal-issuema...
springboot A property referenced by another property within a YAML file doesn't get overridden properly
2025-01-06 08:19:40
1418
Using Spring Boot 1.5.2, I have something like this in my application.yml file, in the root of the classpath of my Sprin...
springboot configprops endpoint cannot display a ConfigurationProperties bean that is a List
2025-01-06 08:19:33
6990
Using spring-boot-actuator version 2.1.7.RELEASE the following problem is observed:The application uses a yaml configura...
springboot Allow a snapshot of the classpath to be used to restrict the entries that affect auto-configuration
2025-01-06 08:19:27
5691
Our Spring Boot application allows to be extended by users who add their own jars (and dependencies) to the classpath. I...
springboot Embedded directory server should be usable without spring-ldap-core
2025-01-06 08:19:20
6040
BackgroundWe are using EmbeddedLdapAutoConfiguration to spin up an InMemoryDirectoryServer for integration testing purpo...
springboot Use ServerHttpResponse.getRawStatusCode() in WebFluxTags
2025-01-06 08:19:14
885
This PR changes to use ServerHttpResponse.getRawStatusCode() in WebFluxTags.This PR also changes Spring Framework versio...
上一页
下一页
1
…
2205
2206
2207
2208
2209
…
2240
.