Nineya
Home
Blog
软著申请
SpringBoot Banner printing doesn't respect set charset
2025-01-07 18:07:25
1321
Currently the printing of the banner in log mode (spring.main.banner-mode="log") only works correctly (correctly = displ...
SpringBoot Fix json path assertion
2025-01-07 18:07:20
369
This commit fixes the json path assertion of a test. The second argument of jsonpath is an Object[] in case the expressi...
SpringBoot Issues with Micrometer Tracing with BeanDefinitionRegistryPostProcessor
2025-01-07 18:07:16
11805
Repo that showcases the potential issue: https://github.com/gtiwari333/spring-micrometer-BeanDefinitionRegistryPostProce...
SpringBoot Application fails to start when an optional config import cannot be resolved
2025-01-07 18:07:13
7767
Spring Boot 3.0.6Spring Cloud 2022.0.2OpenJDK Runtime Environment GraalVM CE 22.3.1 (build 17.0.6+10-jvmci-22.3-b13)I ha...
SpringBoot Add smoke test for InfoContributor
2025-01-07 18:07:11
509
This is an unit test code coverage a pre-existed contribute method located in ExampleInfoContributor (smoketest.actuato...
SpringBoot Allow SpEL in application.properties
2025-01-07 18:07:02
1177
A bit of context: I'm trying to externalize the paths of my application (log, database, ...), and put everything in a di...
SpringBoot [Suggestion] Support SpEL in configuration file
2025-01-07 18:06:59
2009
Can we have SpEL in configuration file Let me give one use case as an examplespring.datasource.url=jdbc:mysql://localhos...
SpringBoot Modify toCharArray loop of parameterId
2025-01-07 18:06:57
525
I think using charAt rather than toCharArray can reduce the cost of creating a char array. Also, I think the number of c...
SpringBoot ConditionalOnBean not working well with JMS Connection Factory
2025-01-07 18:06:54
6603
Please see POC repository on GithubI am having a hard time defining a @ConditionalOnBean(jakarta.jms.ConnectionFactory.c...
SpringBoot Support configuring 2 ports for HTTP(S) with WebFlux and Reactor Netty
2025-01-07 18:06:51
5553
It is documented how to use 2 ports for e.g. HTTP and HTTPS with Spring WebMVC. It would be fine also to have an accordi...
SpringBoot jakarta.persistence.TransactionRequiredException on @Query, @Modifying and @Transactional methods after spring boot migration from 2.7.x to 3.2.1
2025-01-07 18:06:48
41601
We have migrated the spring boot application from 2.7.x to 3.2.1 version. It progressively took to upgrade of Java11 to ...
SpringBoot Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations
2025-01-07 18:06:43
2107
As of #37626, Spring Boot 3.2 auto-configures AspectJ handlers to support observation annotations like @Timed and @Count...
SpringBoot Change Banner declaration with new Java Syntax
2025-01-07 18:06:36
168
Replaced the banner with a new Java Syntax. This makes it look betterComment From: mhalbritterThank you very much and co...
SpringBoot Document configuration property default for the show-values propertie…
2025-01-07 18:06:34
1262
Addressing: #39565Dear @mhalbritter and team, I saw the ideal-for-contribution label and just gave it a try. Honestly, s...
SpringBoot Issue 39565
2025-01-07 18:06:31
976
Addressing: #39565Dear @mhalbritter and team, I saw the ideal-for-contribution label and just gave it a try. Honestly, s...
SpringBoot Document configuration property default for the show-values properties
2025-01-07 18:06:29
837
See https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.actuator.management.end...
SpringBoot Docker with Native Image not being applied when GPO is enabled
2025-01-07 18:06:26
6419
Hi I'm trying to optimised a native image following Alina's repo and seems the docker maven plugin is not working with G...
SpringBoot Upgrade dependency com.jayway.jsonpath:json-path to 2.9.0.
2025-01-07 18:06:24
524
I hope you are the team doing dependency upgrades for spring-boot-starter-test.In spring-boot-starter-test there is a co...
SpringBoot Fine grained enabled/disable on different Tracers.
2025-01-07 18:06:21
872
In situation where you want to use a different implementation in dev/prod. For example Zipkin in local machine and OTLP ...
SpringBoot Spring boot 3 post upgrade : spring.config.activate.on-profile is not working
2025-01-07 18:06:18
1226
Comment From: deb-mohanty08I have an application.yaml file where we have spring.profiles.active=prop1,prop2, prop3,prop4...
上一页
下一页
1
…
1720
1721
1722
1723
1724
…
2246
.