This repository was archived by the owner on Aug 6, 2024. It is now read-only.
Commit df7f8fd 1 parent 7ce8db2 commit df7f8fd Copy full SHA for df7f8fd
File tree 10 files changed +9
-13
lines changed
java/com/wavefront/spring/autoconfigure
wavefront-spring-boot-bom
wavefront-spring-boot-parent
wavefront-spring-boot-sample
wavefront-spring-boot-starter
10 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.wavefront</groupId >
5
5
<artifactId >wavefront-spring-boot-build</artifactId >
6
- <version >3.0.3 -SNAPSHOT</version >
6
+ <version >3.2.0 -SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
8
<name >Wavefront Spring Boot Build</name >
9
9
<description >Wavefront by VMware integration for Spring Boot</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.wavefront</groupId >
6
6
<artifactId >wavefront-spring-boot-build</artifactId >
7
- <version >3.0.3 -SNAPSHOT</version >
7
+ <version >3.2.0 -SNAPSHOT</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >wavefront-spring-boot-bom</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.wavefront</groupId >
6
6
<artifactId >wavefront-spring-boot-bom</artifactId >
7
- <version >3.0.3 -SNAPSHOT</version >
7
+ <version >3.2.0 -SNAPSHOT</version >
8
8
<relativePath >../wavefront-spring-boot-bom</relativePath >
9
9
</parent >
10
10
<artifactId >wavefront-spring-boot-parent</artifactId >
19
19
20
20
<properties >
21
21
<java .version>17</java .version>
22
- <spring-boot .version>3.0.6 </spring-boot .version>
22
+ <spring-boot .version>3.2.0 </spring-boot .version>
23
23
</properties >
24
24
25
25
<dependencyManagement >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.wavefront</groupId >
6
6
<artifactId >wavefront-spring-boot-parent</artifactId >
7
- <version >3.0.3 -SNAPSHOT</version >
7
+ <version >3.2.0 -SNAPSHOT</version >
8
8
<relativePath >../wavefront-spring-boot-parent</relativePath >
9
9
</parent >
10
10
<artifactId >wavefront-spring-boot-sample</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.wavefront</groupId >
6
6
<artifactId >wavefront-spring-boot-parent</artifactId >
7
- <version >3.0.3 -SNAPSHOT</version >
7
+ <version >3.2.0 -SNAPSHOT</version >
8
8
<relativePath >../wavefront-spring-boot-parent</relativePath >
9
9
</parent >
10
10
<artifactId >wavefront-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.wavefront</groupId >
6
6
<artifactId >wavefront-spring-boot-parent</artifactId >
7
- <version >3.0.3 -SNAPSHOT</version >
7
+ <version >3.2.0 -SNAPSHOT</version >
8
8
<relativePath >../wavefront-spring-boot-parent</relativePath >
9
9
</parent >
10
10
<artifactId >wavefront-spring-boot</artifactId >
Original file line number Diff line number Diff line change 1
1
org.springframework.boot.env.EnvironmentPostProcessor=\
2
2
com.wavefront.spring.autoconfigure.AccountManagementEnvironmentPostProcessor
3
-
4
- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
5
- com.wavefront.spring.actuate.WavefrontEndpointAutoConfiguration
Original file line number Diff line number Diff line change
1
+ com.wavefront.spring.actuate.WavefrontEndpointAutoConfiguration
Original file line number Diff line number Diff line change 3
3
import com .wavefront .spring .actuate .WavefrontEndpointAutoConfiguration ;
4
4
import com .wavefront .spring .autoconfigure .AccountManagementIntegrationTests .TestConfiguration ;
5
5
6
- import org .junit .jupiter .api .Disabled ;
7
6
import org .junit .jupiter .api .Test ;
8
7
import org .junit .jupiter .api .extension .ExtendWith ;
9
8
19
18
*
20
19
* @author Stephane Nicoll
21
20
*/
22
- @ Disabled ("TODO" )
23
21
@ SpringBootTest (classes = TestConfiguration .class )
24
22
@ ExtendWith (OutputCaptureExtension .class )
25
23
class AccountManagementIntegrationTests {
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<statusListener class =" ch.qos.logback.core.status.NopStatusListener" />
4
4
<property name =" CONSOLE_LOG_PATTERN"
5
- value =" %d{yyyy-MM-dd HH:mm:ss.SSS} %5p --- [%15.15t] %-40.40logger{1.} : %m%n" />
5
+ value =" %d{yyyy-MM-dd HH:mm:ss.SSS} %5p --- [%15.15t] %-40.40logger : %m%n" />
6
6
<appender name =" CONSOLE" class =" ch.qos.logback.core.ConsoleAppender" >
7
7
<encoder >
8
8
<pattern >${CONSOLE_LOG_PATTERN}</pattern >
You can’t perform that action at this time.
0 commit comments