Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.1
-
None
Description
Add a built in ClassDeactivator that maybe reads from apache-deltaspike.properties
Today I was reimplementing DS for the data module. One of the things I noticed was that there's no built in support for deactivation (via plain configuration). If look at https://deltaspike.apache.org/documentation/spi.html#ClassDeactivator it seems like one of the key features missing is to add a property, e.g.
deactivate.fqcn=true
Which would deactivate that class. Seems like a cool native deactivator that we could bundle in by default, but still activate via config.