Nineya
Home
Blog
SpringBoot Improve minimal auto-configuration for OIDC login with Okta
2025-01-07 03:49:03
10632
Spring Boot supports common OAuth2 providers (facebook, github, google and okta), and provide a set of defaults for thos...
SpringBoot Allow health indicators to be run asynchronously with the health endpoint providing a view of their current state
2025-01-07 03:49:00
4815
Hello,it would be great that spring boot actuator provides a locking/semaphore/mutex logic out-of-the box to prevent its...
SpringBoot SslConfigurationValidator should check if the configured key alias is for a key and certificate
2025-01-07 03:48:58
1702
When using a PKCS12 keystore without a password, one will simply receive errors such as this on the clientside:* NSS err...
SpringBoot Provide SpringApplication.exit alternative
2025-01-07 03:48:55
1046
The SpringApplication.exit method seems quite hard to read. We currently document that it can be used as follows:System....
SpringBoot During annotation processing, check that property types declared in additional-spring-configuration-metadata.json can be loaded
2025-01-07 03:48:53
1545
It would be nice if the annotation processor had caught the problem fixed by https://github.com/spring-projects/spring-b...
SpringBoot Generalize spring.data.jpa.repositories.bootstrap-mode
2025-01-07 03:48:50
539
When spring.data.jpa.repositories.bootstrap-mode is either deferred or lazy, JpaRepositoriesAutoConfiguration customizes...
SpringBoot Improve the jOOQ transaction experience
2025-01-07 03:48:48
22220
When using Spring Boot with jOOQ, a common source of confusion is how to use transactions. There are mainly three option...
SpringBoot Create our own bindable properties objects for datasource binding
2025-01-07 03:48:45
176
See #23436 for background. We think it's worth creating our own datasource properties objects (in the same way as we did...
SpringBoot Add auto-configuration for Hibernate query metrics
2025-01-07 03:48:43
1580
Since #12550 spring-boot makes use of HibernateMetrics provided by micrometer. Since version 1.4.0 HibernateQueryMetrics...
SpringBoot Consider allowlist for import locations
2025-01-07 03:48:41
162
Using spring.config.import could mean that files are accidentally exposed. It would be nice if an allowlist could be use...
SpringBoot Investigate pluggable config data activation
2025-01-07 03:48:39
244
Currently we support spring.config.activate.on-profile and spring.config.activate.on-cloud-platform. It would be nice to...
SpringBoot Make it easier to control how the keys in the basic error controller's response are formatted
2025-01-07 03:48:37
3042
I have a Spring Boot 2.3.2.RELEASE WebFlux application. In the application.yml I have these settings:spring: jackson: ...
SpringBoot Support lambda based converters by parsing bean method signature generics
2025-01-07 03:48:34
2384
If I define a Converter with lambda or method reference, the project will fail to start due to the failure of parsing ge...
SpringBoot Make it more obvious that the user intends to build a full reactive app
2025-01-07 03:48:32
1636
A recent PR made me wonder if, rather than allowing users to switch off the creation of Spring Data repositories, we sho...
SpringBoot Investigate a SpringApplication variant of ApplicationContextRunner
2025-01-07 03:48:29
1582
It would be helpful if we could offer something similar to ApplicationContextRunner but for SpringApplication integratio...
SpringBoot Refactor EntryWriter logic so SizeCalculatingEntryWriter can be closed
2025-01-07 03:48:27
253
It would be good to refactor the EntryWriter interface and the SizeCalculatingEntryWriter to that we can delete temporar...
SpringBoot Provide some default dependency substitutions in Spring Boot's Gradle plugin
2025-01-07 03:48:24
421
Gradle allows one dependency to be substituted for another via a dependency substitution. This could be useful for thing...
SpringBoot Make it easier to map MessageSourceProperties onto a user-provided AbstractResourceBasedMessageSource
2025-01-07 03:48:22
4113
MessageSourceAutoConfiguration provides configuration of a ResourceBundleMessageSource in case a resource bundle is pres...
SpringBoot Make DefaultErrorAttributes more extensible
2025-01-07 03:48:19
3213
Suppose I like the default error handling of Spring Boot for Spring Web MVC, but I just want to return a different HTTP ...
SpringBoot Provide a configuration option to disable transferring logging.* properties from the environment to system properties
2025-01-07 03:48:17
5486
Hi,We have a Spring boot application deployed into a tomcat instance. A tomcat instance can contain multiple webapp inst...
上一页
下一页
1
…
1905
1906
1907
1908
1909
…
2246
.