This is an automated email from the ASF dual-hosted git repository.
Lukas-Finster pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
from 0f6b6b2b46 Harden the Jupiter test bridge and catch two classes of
silent test-infra failures (#1571)
new 6e6ef3a034 Fixed: Added guard against npe in OpenApiUtil
new aeef97110f Implemented: Custom errorCodes independent from http status
codes in rest-api component (OFBIZ-12580)
The 2 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:
framework/rest-api/servicedef/services.xml | 7 ++++
.../org/apache/ofbiz/ws/rs/response/Error.java | 47 +++++++++++++++++-----
.../rs/spi/impl/GenericServiceExceptionMapper.java | 8 ++--
.../org/apache/ofbiz/ws/rs/util/OpenApiUtil.java | 4 ++
.../org/apache/ofbiz/ws/rs/util/RestApiUtil.java | 45 ++++++++++++++++++++-
.../apache/ofbiz/ws/rs/test/RestServicesTests.java | 11 +++++
.../apache/ofbiz/ws/rs/test/RestTestServices.java} | 22 ++++++----
.../apache/ofbiz/ws/rs/util/RestApiUtilTest.java | 4 +-
.../org/apache/ofbiz/service/ModelService.java | 1 +
.../apache/ofbiz/service/ModelServiceReader.java | 1 +
10 files changed, 125 insertions(+), 25 deletions(-)
copy
framework/{widget/src/main/java/org/apache/ofbiz/widget/model/ModelAction.java
=> rest-api/src/test/java/org/apache/ofbiz/ws/rs/test/RestTestServices.java}
(63%)