This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from 29d29c9887 AXIS2-6101 Implement getResponseContentEncoding() in H2
transports
new 905b30e4fd AXIS2-5788 Add non-touching overload of
getServiceGroupContext
new e4923cde53 AXIS2-5788 Unit tests for getServiceGroupContext touch
semantics
new c6058355a0 AXIS2-5862 Guard Phase.flowComplete against stale
currentPhaseIndex
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/axis2/context/ConfigurationContext.java | 49 +++--
.../kernel/src/org/apache/axis2/engine/Phase.java | 11 ++
...ConfigurationContextServiceGroupLookupTest.java | 162 +++++++++++++++++
.../apache/axis2/engine/PhaseFlowCompleteTest.java | 199 +++++++++++++++++++++
4 files changed, 410 insertions(+), 11 deletions(-)
create mode 100644
modules/kernel/test/org/apache/axis2/context/ConfigurationContextServiceGroupLookupTest.java
create mode 100644
modules/kernel/test/org/apache/axis2/engine/PhaseFlowCompleteTest.java