Nineya
Home
Blog
SpringBoot Spring does not respect jpa bootstrap mode in application.properties
2025-01-06 22:39:00
10916
spring.data.jpa.repositories.bootstrap-mode has been reverted to default since spring boot 2.4.1.I want to enable spring...
SpringBoot Upgrading to Spring Boot 2.4.2 results in ConverterNotFoundException for String to Duration
2025-01-06 22:38:52
1778
I've encountered an issue when upgrading from Spring Boot 2.4.1 to 2.4.2. I can't determine if it is an actual issue wit...
SpringBoot Polish
2025-01-06 22:38:45
52
This PR fixes some typos and polishes trivial stuff.
SpringBoot log4j2(xml) configuration enhancement, support <SpringProfile> tag
2025-01-06 22:38:38
1359
Enhance the configuration of log4j2 (xml), support Profile-specific Configuration (<SpringProfile>), consistent wi...
SpringBoot When running with a context hierarchy, PrimaryDefaultValidatorPostProcessor causes a NoSuchBeanDefinitionException when a Validator is in an ancestor context
2025-01-06 22:38:32
2439
When BeanDefinitionRegistry.getBeanDefinition() is called it will throw NoSuchBeanDefinitionException which will cause f...
SpringBoot Provide a request attribute for storing exception info for tagging purposes
2025-01-06 22:38:25
1002
As part of #23795, we've found that errors handled by the web infrastructure are inconsistently tagged by our metrics su...
SpringBoot Tomcat is serving web page response content extremely slow
2025-01-06 22:38:19
6475
After upgrading from spring-boot 2.2.7. to spring boot 2.3.3 we are experiencing extreme slowness in receiving web conte...
SpringBoot Spring Boot 2.4.4 maven test incompatible
2025-01-06 22:36:49
502
Same pom.xml, just upgrade Spring Boot parent from 2.3 to 2.4 but:Spring Boot 2.4.4: mvn clean test doesn't run any test...
SpringBoot MissingPathVariableException not thrown when the path variable is not at the end of URL
2025-01-06 22:36:37
4975
Having an issue with the following rest controller in spring boot version 2.3.4.RELEASE, spring security 5.3.4, spring w...
SpringBoot Use ApplicationContextRunner in ValidationAutoConfigurationTests
2025-01-06 22:36:30
191
https://github.com/spring-projects/spring-boot/pull/25800 will need some additions to ValidationAutoConfigurationTests. ...
SpringBoot How to enable HTTP/2 (in particular h2c) on management endpoints when mangement.server.port is set
2025-01-06 22:36:23
4804
Hi, I'd like to enable HTTP/2 on the management endpoints when they are exposed on a different port (set via management....
SpringBoot I failed to use mvn spring-boot:build-image and remote docker daemon on win10
2025-01-06 22:36:16
51929
spring-boot-starter-parentm 2.4.4My project is on win and docker is on another linux. Even if I put the built jar in the...
SpringBoot InvalidConfigDataPropertyException not thrown when spring.profiles.active is set to default in application.properties
2025-01-06 22:36:02
2468
Using Spring 2.4.4 current profile structure is as follows:|resources| |config| | --application-dev.properties| ...
SpringBoot Unlike Micrometer's PushMeterRegistry, PrometheusPushGatewayManager stops publishing when an UnknownHostException is caught
2025-01-06 22:35:53
1229
When PrometheusPushGatewayManager.push encounters an exception(UnknownHostException), it will shutdown and No longer att...
SpringBoot Extract XML examples from Maven plugin adoc files
2025-01-06 22:35:46
730
This is a fix to issue #25376 by pulling out all xml snippets from the Spring Boot Maven Plugin Documentation (adoc file...
SpringBoot Extract XML examples from Maven plugin adoc files
2025-01-06 22:35:40
2356
The Maven plugin docs have XML snippets inline with the Asciidoc content, which provides no syntax help and makes it muc...
SpringBoot Use SimpleDriverDataSource when creating an initialization-specific DataSource
2025-01-06 22:35:33
246
Similar to #24944, we could use SimpleDriverDataSource when data source initialization is using custom credentials and, ...
SpringBoot Consider removing the hidden spring.jpa.show-sql=true setting from @DataJpaTest
2025-01-06 22:35:25
2924
This setting is rather hidden, hard to find, and can set you up.I wanted to disable SQL query logging, but somehow the q...
SpringBoot java.lang.NoSuchMethodError after upgrading to spring boot 2.3.0
2025-01-06 22:35:19
5844
I have a mysterious java.lang.NoSuchMethodError exception after upgrading form spring boot 2.1.4 to spring boot 2.3.0. F...
SpringBoot DataSourceInitializer throws an InvalidConfigurationPropertyValueException with the wrong property name when using custom DataSourceProperties
2025-01-06 22:35:12
5634
Consider the following app:package com.example.demo;import javax.sql.DataSource;import org.springframework.boot.SpringAp...
上一页
下一页
1
…
2054
2055
2056
2057
2058
…
2246
.