-
Enhancement
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
Deprecating the ObjStoreBrowser constructors in favor of the getInstance method.
Trying to add the LRA OSBTypeHandler, I got a ClassNotFoundException at Class.forName() https://github.com/jbosstm/narayana/blob/main/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/osb/mbean/ObjStoreBrowser.java#L236
This is because io.narayana.lra.coordinator.domain.model.LongRunningAction is not in the transaction module.
This is not good because we cannot decouple the arjuna and lra modules.
- is depended on by
-
JBEAP-28933 (XP5) EAP erroneously allows the EAP operator to scale down when there are LRA transaction records
- New
-
JBEAP-28886 EAP erroneously allows the EAP operator to scale down when there are LRA transaction records
- Resolved
-
WFLY-20302 ObjectStoreBrowser doesn't allow to register external OSBTypeHandler
- Pull Request Sent
- is related to
-
JBTM-3974 Remove the deprecated ObjStoreBrowser constructor and change the modifier of the default one
- Open