Delete unused test configuration files

These files were used by the legacy ConfigFileApplicationListener tests
and are no longer needed
This commit is contained in:
Madhura Bhave 2022-05-05 11:55:44 -07:00
parent 8d6b442dc4
commit 7a0e5a032d
22 changed files with 0 additions and 211 deletions

View File

@ -1,11 +0,0 @@
spring.profiles.active: A,B
---
spring.profiles: A
version: A
---
spring.profiles: B
version: B
---
spring.profiles: C
version: C
---

View File

@ -1,11 +0,0 @@
---
---
spring.profiles: A
version: A
---
spring.profiles: B
version: B
---
spring.profiles: C
version: C
---

View File

@ -1,11 +0,0 @@
spring.profiles.active: B
---
spring.profiles: A
version: A
---
spring.profiles: B
version: B
---
spring.profiles: C
version: C
---

View File

@ -1,4 +0,0 @@
---
spring.profiles: activeprofilewithdifferentsubdoc2
foobar: baz
---

View File

@ -1,2 +0,0 @@
spring.profiles: activeprofilewithsubdoc
foobar: baz

View File

@ -1,2 +0,0 @@
spring.profiles.include=yetmorespecific
spring.profiles.active=missing

View File

@ -1 +0,0 @@
spring.profiles.active=other

View File

@ -1 +0,0 @@
spring.profiles.include=morespecific

View File

@ -1 +0,0 @@
spring.profiles.include=loop

View File

@ -1 +0,0 @@
spring.profiles.include=loop

View File

@ -1,6 +0,0 @@
spring.profiles.active: test, another-test
message: default
---
spring:
profiles: test,another-test
message: multiprofile

View File

@ -1,67 +0,0 @@
spring:
profiles:
active:
- A
- B
---
spring.profiles: A
spring:
profiles:
include:
- C
- E
version: A
---
spring.profiles: B
spring:
profiles:
include:
- D
- E
version: B
---
spring.profiles: C
version: C
---
spring.profiles: D
version: D
---
spring.profiles: E
version: E
---
spring.profiles: "!A"
not-a: true
---
spring.profiles: "!B"
not-b: true
---
spring.profiles: "!C"
not-c: true
---
spring.profiles: "!D"
not-d: true
---
spring.profiles: "!E"
not-e: true

View File

@ -1,10 +0,0 @@
spring:
profiles:
active:
- B
---
spring.profiles: "!A"
version: NOT A

View File

@ -1,4 +0,0 @@
---
spring.profiles: "!A"
version: NOT A

View File

@ -1 +0,0 @@
my.property=fromspecificpropertiesfile

View File

@ -1,20 +0,0 @@
---
my:
property: fromyamlfile
other: notempty
---
spring:
profiles: dev
my:
property: fromdevprofile
---
spring:
profiles: other
my:
property: fromotherprofile
---
spring:
profiles: "!other"
my:
property: fromnototherprofile
notother: foo

View File

@ -1,14 +0,0 @@
---
my:
property: fromyamlfile
---
spring:
profiles: dev & other
my:
property: devandother
---
spring:
profiles: (dev | other) & another
my:
property: devorotherandanother
---

View File

@ -1,14 +0,0 @@
---
my:
property: fromyamlfile
other: notempty
---
spring:
profiles: thedefault
my:
property: fromdefaultprofile
---
spring:
profiles: other
my:
property: fromotherprofile

View File

@ -1,14 +0,0 @@
---
my:
property: fromyamlfile
other: notempty
---
spring:
profiles:
my:
property: fromemptyprofile
---
spring:
profiles: other
my:
property: fromotherprofile

View File

@ -1,11 +0,0 @@
---
spring:
profiles:
active: dev
my:
property: fromyamlfile
---
spring:
profiles: dev
my:
property: fromdevprofile