Details
Description
In order to extend Embedder and Configuration classes and avoid race-condition in OSGi when using the set methods I want improve the way elements are configured and initialised:
- Raising the attributes' visibility from private to protected.
- Using lazy-initialisation of attributes.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | Grow visibility of Configuration and Embedder attributes | Make Configuration and Embedder attributes easier to extend |
| Fix Version/s | 4.0 [ 18486 ] |
| Description | In order to extend Embedder and Configuration classes and avoid race-condition in OSGi when using the set methods I want to change attributes from private to protected. |
In order to extend Embedder and Configuration classes and avoid race-condition in OSGi when using the set methods I want improve the way elements are configured and initialised:
- Raising the attributes' visibility from private to protected. - Using lazy-initialisation of attributes. |
| Summary | Make Configuration and Embedder attributes easier to extend | Improve extensibility of Configuration and Embedder elements |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Pulled commits from https://github.com/cvgaviao/jbehave-core/compare/jbehave:jbehave-4.x...Improve_configuration