Skip to content

Commit

Permalink
Disable Spring integration tests due to lack of support for Jakarta (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
f4lco committed Sep 15, 2020
1 parent afa5332 commit 48118a8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions integrationTests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ include 'multifarm:MyWebService2'
include 'multifarm:MyWebApp'
include 'multifarm:MyWebApp2'
include 'multifarm:AllFarms'
include 'spring-boot-simple'
include 'spring-boot-farm:spring-boot-app'
include 'spring-boot-farm:spring-boot-webservice1'
include 'spring-boot-farm:spring-boot-webservice2'
include 'spring-boot-farm:jee-webservice'
include 'spring-boot-farm-secure:spring-boot-app'
include 'spring-boot-farm-secure:spring-boot-webservice'
include 'spring-boot-farm-secure:jee-webservice'
include 'springBootWebSocket'
// FIXME waits for entire Spring ecosystem to fully adopt Jakarta APIs (#164)
// include 'spring-boot-simple'
// include 'spring-boot-farm:spring-boot-app'
// include 'spring-boot-farm:spring-boot-webservice1'
// include 'spring-boot-farm:spring-boot-webservice2'
// include 'spring-boot-farm:jee-webservice'
// include 'spring-boot-farm-secure:spring-boot-app'
// include 'spring-boot-farm-secure:spring-boot-webservice'
// include 'spring-boot-farm-secure:jee-webservice'
// include 'springBootWebSocket'

0 comments on commit 48118a8

Please sign in to comment.