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 1832db268f Merge pull request #1200 from
apache/infrastructure-ruleset-bot/default-branch-protection
new 118dcca1ba AXIS2-5904 Fix policy cache race condition (millisecond
granularity)
new 18fd259c55 AXIS2-5904 Fix same race condition in
AxisMessage.isPolicyUpdated()
new a4f18f60ad AXIS2-5904 Fix version capture ordering and remove dead
Date fields
new efa70b71c2 AXIS2-5904 Add Javadoc to PolicySubject.getVersion()
The 4 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:
.../axis2/description/AxisBindingMessage.java | 68 +++++------
.../org/apache/axis2/description/AxisMessage.java | 44 ++++----
.../apache/axis2/description/PolicySubject.java | 16 +++
.../axis2/description/PolicyCacheRaceTest.java | 125 +++++++++++++++++++++
4 files changed, 194 insertions(+), 59 deletions(-)
create mode 100644
modules/kernel/test/org/apache/axis2/description/PolicyCacheRaceTest.java