Skip to content

Commit 43a4aa0

Browse files
Remove Spring Boot alpha tag (#2115)
Remove Spring Boot alpha tag
1 parent 8872e33 commit 43a4aa0

File tree

63 files changed

+14
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+14
-10
lines changed

gradle/jacoco.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dependencies {
99
jacocoAggregation project(':temporal-remote-data-encoder')
1010
jacocoAggregation project(':temporal-sdk')
1111
jacocoAggregation project(':temporal-serviceclient')
12-
jacocoAggregation project(':temporal-spring-boot-autoconfigure-alpha')
13-
jacocoAggregation project(':temporal-spring-boot-starter-alpha')
12+
jacocoAggregation project(':temporal-spring-boot-autoconfigure')
13+
jacocoAggregation project(':temporal-spring-boot-starter')
1414
jacocoAggregation project(':temporal-test-server')
1515
jacocoAggregation project(':temporal-testing')
1616
}

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include 'temporal-testing'
66
include 'temporal-test-server'
77
include 'temporal-opentracing'
88
include 'temporal-kotlin'
9-
include 'temporal-spring-boot-autoconfigure-alpha'
10-
include 'temporal-spring-boot-starter-alpha'
9+
include 'temporal-spring-boot-autoconfigure'
10+
include 'temporal-spring-boot-starter'
1111
include 'temporal-remote-data-encoder'
1212
include 'temporal-shaded'

temporal-bom/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies {
1212
api project(':temporal-sdk')
1313
api project(':temporal-serviceclient')
1414
api project(':temporal-shaded')
15-
api project(':temporal-spring-boot-autoconfigure-alpha')
16-
api project(':temporal-spring-boot-starter-alpha')
15+
api project(':temporal-spring-boot-autoconfigure')
16+
api project(':temporal-spring-boot-starter')
1717
api project(':temporal-test-server')
1818
api project(':temporal-testing')
1919
}

temporal-spring-boot-autoconfigure-alpha/README.md renamed to temporal-spring-boot-autoconfigure/README.md

Lines changed: 6 additions & 2 deletions

0 commit comments

Comments
 (0)