-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF03, 5.6-RC1, 5.6
-
Component/s: None
-
Upgrade notes:
When adding transactional feature to a test, core feature should load the pooled repository configuration instead of the default one. Also, granularity should be set to method according to transaction injection model.
Another problem, is about the core session injection. In Junit4, the test life-cycle is based on the method invocation. Guice injector should be configured before the test creation. This is not the case when using the before methods in runner features. We should provide a new API in runner features for being just handled before the test setup and after.
- is required by
-
NXP-7227 In JUnit4 tests when using CoreFeature - Granularity=METHOD is not working as expected
- Resolved
-
NXP-8836 Fix life cycle state recorded in the audit trail
- Resolved
-
NXP-10943 Ensure WebEngineFeature, WebDriverFeature and RuntimeFeature use FeaturesRunner#getConfig(Class<T> type) instead of FeaturesRunner#getScanner()
- Open
-
NXP-9856 don't synchronize on repositories when allocating connections
- Resolved
-
NXP-17539 Make CoreFeature always include TransactionalFeature
- Resolved