Nineya
Home
Blog
软著申请
SpringBoot Use "spring.application.name" as fallback of "spring.kafka.consumer.group-id"
2025-01-07 17:02:24
2121
Keep it consistent with spring.kafka.streams.application-id.https://github.com/spring-projects/spring-boot/blob/4c4fdb35...
SpringBoot LifecycleTests executeWithSecurityOptionsExecutesPhases fails on Windows
2025-01-07 17:02:19
1009
java.lang.AssertionError: HostConfigExpected: SecurityOptbut none found at org.skyscreamer.jsonassert.JSONAssert.asse...
SpringBoot Add a configuration property for configuring sessionTransacted flag on auto-configured JMS listener container
2025-01-07 17:02:17
1264
This commit introduces spring.jms.listener.session-transacted property in order to enable explicit configuration of sess...
SpringBoot Move spring.jms.listener.acknowledge-mode to spring.jms.listener.session.acknowlege-mode
2025-01-07 17:02:15
223
To align with the new properties for JmsTemplate, we should move spring.jms.listener.acknowledge-mode to spring.jms.list...
SpringBoot Update documentation to align with Mockito 5 using the inline mock maker by default
2025-01-07 17:02:12
223
With the upgrade to Mockito 5.3, it dropped the mockito-inline module. Removed this note from the documentation.Fixes h...
SpringBoot LoggingSystemProperties writes unwanted logging during reinit when logging properties are used
2025-01-07 17:02:10
2390
The bug was discovered when working with spring-cloud-stream-test-support org.springframework.cloud.stream.binder.Binder...
SpringBoot Add configuration properties for JmsTemplate's sessionAcknowledgeMode and sessionTransacted
2025-01-07 17:02:07
401
Closes gh-37472Comment From: vpavicFYI recent PR builds are failing due to worker running out of disk space:- https://gi...
SpringBoot Managed types for Neo4j are not used in Neo4j Data auto configuration
2025-01-07 17:02:03
1569
This fixes #37573.I tested the fix locally in native image mode and added a test that reliable fails without using Neo4j...
SpringBoot fileMode and dirMode are not applied to all entries in an archive produced by BootJar
2025-01-07 17:01:57
15850
tasks.named("bootJar") { fileMode = 0400 dirMode = 0500}The configuration above applies the expected per...
SpringBoot Disable user details auto-configuration if the application has resource server, saml, or oauth2-client dependencies
2025-01-07 17:01:55
7313
Description of the BugA warning appears on startup when configuring an OAuth2 Resource Server for an MVC application wit...
SpringBoot Bump gradle/gradle-build-action from 2.8.0 to 2.8.1
2025-01-07 17:01:51
2867
Bumps gradle/gradle-build-action from 2.8.0 to 2.8.1.Release notesSourced from gradle/gradle-build-action's releases.v2....
SpringBoot When using checkpoint-restore and Hikari, dependency injection fails if the HikariDataSource has been replaced or wrapped
2025-01-07 17:01:46
2554
While working on https://github.com/sdeleuze/spring-petclinic-data-jdbc/tree/crac, I figured out that when org.crac:crac...
SpringBoot bootJar gradle task does not set file permissions within jar to readonly
2025-01-07 17:01:44
5379
bootJar gradle task creates a fat jar with writeable files.Security scans from stuff like Synk/Sonar fail because of thi...
SpringBoot Validation not work in boot 2.7.14
2025-01-07 17:01:38
2230
Hello team, Sorry to trouble you about my problem. I‘m not sure it's a single case or a most popular case on this versi...
SpringBoot Managed types for Neo4j are not used in Neo4j Data auto configuration.
2025-01-07 17:01:36
789
The auto configuration for imperative and reactive Spring Data variant still uses Set<Class<?>> initialEntit...
SpringBoot @DynamicPropertySource breaks collection mapped properties
2025-01-07 17:01:31
15057
In a Spring Boot 3.1.3 application, I am using the Spring Addons library to configure my Spring Security. My application...
SpringBoot Testing push n pull
2025-01-07 17:01:28
399
Comment From: pivotal-cla@RakshitKashyap11 Please sign the Contributor License Agreement!Click here to manually synchron...
SpringBoot Update documentation to align with Mockito 5 using the inline mock maker by default
2025-01-07 17:01:25
331
With thanks to @romainmoreau, we need to update the docs following the upgrade to Mockito 5.3 as it dropped the mockito-...
SpringBoot Spring Boot 3.1.3 report AopConfigException error
2025-01-07 17:01:23
4422
The Spring Boot startup class scanned for this service, but the ServiceImpl class reported an AopConfigException errorpa...
SpringBoot IllegalAccessError for some auto-configured beans when enabling AspectJ load time weaving
2025-01-07 17:01:20
10781
To enable AspectJ load time weaving in a Spring application, one would use the @EnableLoadTimeWeaving annotation as outl...
上一页
下一页
1
…
1773
1774
1775
1776
1777
…
2246
.