This is an automated email from the ASF dual-hosted git repository.
deepak pushed a change to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
from ae0c279b9 Improved: svn call on scrum plugin (OFBIZ-13276)
new 6d228007c OFBIZ-12345: Fixed repeated REST API exception issue
returning 500 error (#139)
new 40601c8bf Use ServiceNameContextHolder to set the service name in
ServiceRequestHandler
new e0bad10e0 Fixed checkstyle error
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:
...Messages.java => ServiceNameContextHolder.java} | 45 +++++++++-------------
.../apache/ofbiz/ws/rs/ServiceRequestFilter.java | 2 +-
.../apache/ofbiz/ws/rs/core/OFBizApiConfig.java | 2 +
.../ws/rs/filters/ServiceContextCleanupFilter.java | 18 +++++++++
.../ofbiz/ws/rs/process/ServiceRequestHandler.java | 3 +-
.../rs/spi/impl/GenericServiceExceptionMapper.java | 3 +-
6 files changed, 43 insertions(+), 30 deletions(-)
copy rest-api/src/main/java/org/apache/ofbiz/ws/rs/{response/Messages.java =>
ServiceNameContextHolder.java} (56%)
create mode 100644
rest-api/src/main/java/org/apache/ofbiz/ws/rs/filters/ServiceContextCleanupFilter.java