Delete unused test configuration files
These files were used by the legacy ConfigFileApplicationListener tests and are no longer needed
This commit is contained in:
parent
8d6b442dc4
commit
7a0e5a032d
|
@ -1,11 +0,0 @@
|
||||||
spring.profiles.active: A,B
|
|
||||||
---
|
|
||||||
spring.profiles: A
|
|
||||||
version: A
|
|
||||||
---
|
|
||||||
spring.profiles: B
|
|
||||||
version: B
|
|
||||||
---
|
|
||||||
spring.profiles: C
|
|
||||||
version: C
|
|
||||||
---
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
---
|
|
||||||
spring.profiles: A
|
|
||||||
version: A
|
|
||||||
---
|
|
||||||
spring.profiles: B
|
|
||||||
version: B
|
|
||||||
---
|
|
||||||
spring.profiles: C
|
|
||||||
version: C
|
|
||||||
---
|
|
|
@ -1,11 +0,0 @@
|
||||||
spring.profiles.active: B
|
|
||||||
---
|
|
||||||
spring.profiles: A
|
|
||||||
version: A
|
|
||||||
---
|
|
||||||
spring.profiles: B
|
|
||||||
version: B
|
|
||||||
---
|
|
||||||
spring.profiles: C
|
|
||||||
version: C
|
|
||||||
---
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
spring.profiles: activeprofilewithdifferentsubdoc2
|
|
||||||
foobar: baz
|
|
||||||
---
|
|
|
@ -1,2 +0,0 @@
|
||||||
spring.profiles: activeprofilewithsubdoc
|
|
||||||
foobar: baz
|
|
|
@ -1,2 +0,0 @@
|
||||||
spring.profiles.include=yetmorespecific
|
|
||||||
spring.profiles.active=missing
|
|
|
@ -1 +0,0 @@
|
||||||
spring.profiles.active=other
|
|
|
@ -1 +0,0 @@
|
||||||
spring.profiles.include=morespecific
|
|
|
@ -1 +0,0 @@
|
||||||
spring.profiles.include=loop
|
|
|
@ -1 +0,0 @@
|
||||||
spring.profiles.include=loop
|
|
|
@ -1,6 +0,0 @@
|
||||||
spring.profiles.active: test, another-test
|
|
||||||
message: default
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: test,another-test
|
|
||||||
message: multiprofile
|
|
|
@ -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
|
|
|
@ -1,3 +0,0 @@
|
||||||
spring:
|
|
||||||
profiles:
|
|
||||||
include: a
|
|
|
@ -1,2 +0,0 @@
|
||||||
version: NOT A
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
spring:
|
|
||||||
profiles:
|
|
||||||
active:
|
|
||||||
- B
|
|
||||||
---
|
|
||||||
|
|
||||||
spring.profiles: "!A"
|
|
||||||
|
|
||||||
version: NOT A
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
spring.profiles: "!A"
|
|
||||||
|
|
||||||
version: NOT A
|
|
|
@ -1 +0,0 @@
|
||||||
my.property=fromspecificpropertiesfile
|
|
|
@ -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
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
my:
|
|
||||||
property: fromyamlfile
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: dev & other
|
|
||||||
my:
|
|
||||||
property: devandother
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: (dev | other) & another
|
|
||||||
my:
|
|
||||||
property: devorotherandanother
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
my:
|
|
||||||
property: fromyamlfile
|
|
||||||
other: notempty
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: thedefault
|
|
||||||
my:
|
|
||||||
property: fromdefaultprofile
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: other
|
|
||||||
my:
|
|
||||||
property: fromotherprofile
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
my:
|
|
||||||
property: fromyamlfile
|
|
||||||
other: notempty
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles:
|
|
||||||
my:
|
|
||||||
property: fromemptyprofile
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: other
|
|
||||||
my:
|
|
||||||
property: fromotherprofile
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles:
|
|
||||||
active: dev
|
|
||||||
my:
|
|
||||||
property: fromyamlfile
|
|
||||||
---
|
|
||||||
spring:
|
|
||||||
profiles: dev
|
|
||||||
my:
|
|
||||||
property: fromdevprofile
|
|
Loading…
Reference in New Issue