This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
from d0fd7ba2 Merge pull request #334 from
apache/dependabot/github_actions/github/codeql-action-3.28.16
add 44a808fb Shared primitive variable "clientValidation" in one thread
may not yield the value of the most recent write from another thread
[org.apache.commons.validator.Field] At Field.java:[line 758]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE
add 456e8b0e Shared primitive variable "fieldOrder" in one thread may not
yield the value of the most recent write from another thread
[org.apache.commons.validator.Field] At Field.java:[line 785]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE
add aa450946 Shared primitive variable "page" in one thread may not yield
the value of the most recent write from another thread
[org.apache.commons.validator.Field] At Field.java:[line 818]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE
add c41fd2da Shared primitive variable "merged" in one thread may not
yield the value of the most recent write from another thread
[org.apache.commons.validator.FormSet] At FormSet.java:[line 302]
AT_STALE_THREAD_WRITE_OF_PRIMITIVE
add 59505628 Bump org.apache.commons:commons-parent from 81 to 83
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
src/changes/changes.xml | 6 +++++-
src/conf/checkstyle/checkstyle.xml | 2 +-
src/conf/spotbugs-exclude-filter.xml | 12 ++++++++++++
src/main/java/org/apache/commons/validator/Field.java | 6 +++---
src/main/java/org/apache/commons/validator/FormSet.java | 2 +-
6 files changed, 23 insertions(+), 7 deletions(-)