-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
Doing a model comparison of current master against EAP 7.0.0 I came across this:
====== Resource root address: ["subsystem" => "jdr"] - Current version: 1.2.0; legacy version: 1.2.0 ======= ====== Resource root address: ["subsystem" => "jgroups"] - Current version: 4.0.0; legacy version: 4.0.0 ======= --- Problems for relative address to root ["channel" => "*","fork" => "*","protocol" => "*"]: Missing parameters for operation 'add' in current: []; missing in legacy [add-index] --- Problems for relative address to root ["channel" => "ee","fork" => "*","protocol" => "*"]: Missing parameters for operation 'add' in current: []; missing in legacy [add-index] --- Problems for relative address to root ["channel" => "ee","protocol" => "UDP"]: Missing attributes in current: []; missing in legacy [bundler_class] --- Problems for relative address to root ["stack" => "*","protocol" => "*"]:
The missing add-index was due to the non-auto-generated add handler operation definition not including that. bundler_class appears to be a runtime attribute.
- is duplicated by
-
WFLY-6828 WFLY-6782 introduced an API change with no corresponding version bump
- Closed