Closed
Description
Pushkar Prakash opened SPR-16465 and commented
bcd44f3
As mentioned in the above commit, the following works
<beans profile="p1,!p2">
But, this does not work
<beans profile="!p1,!p2">
Even this does not work.
<beans profile="[{!p1},{!p2}]">
Affects: 3.2.18, 4.3.14, 5.0 GA
Reference URL: bcd44f3
Issue Links:
- Support AND operator in @Profile annotation [SPR-12458] #17063 Support AND operator in
@Profile
annotation - Support not (!) operator for profile selection [SPR-8728] #13370 Support not (!) operator for profile selection