This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/inputmask-5.0.10
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
omit 6252c0e1cb Bump inputmask in
/themes/common-theme/webapp/common-theme/js
add 6ab946dd02 Fix: Fixes broken classpath file created using gradlew
eclipse (OFBIZ-13481)
add 4d80548c18 Fixed: getDependentDropdownValues doesn't work with
services using filterByDate (OFBIZ-11724) (#1547)
add 0f6b6b2b46 Harden the Jupiter test bridge and catch two classes of
silent test-infra failures (#1571)
add 6e6ef3a034 Fixed: Added guard against npe in OpenApiUtil
add aeef97110f Implemented: Custom errorCodes independent from http status
codes in rest-api component (OFBIZ-12580)
add bbb254dd71 Skip wasted testdef discovery, honor @DisplayName in
Jupiter reports, and flag classes missing @Order (#1572)
add 55a3879895 Fixed: PDF upload accepted embedded attachments when
ZUGFeRD upload was disabled (OFBIZ-13485) (#1573)
add 192510b305 Fixed: URLConnector.openUntrustedConnection(...) public
overloads silently performed trusted SSL connections (OFBIZ-13484) (#1569)
add f36da00e22 Improved: Populate gradle-wrapper.jar in linked git
worktrees (OFBIZ-13483) (#1567)
add 1f0f91de1d Fixed: Remove HOSTCERT_MIN_CHECK from SSLUtil (OFBIZ-13482)
(#1559)
add 5d86056bb0 Fixed: Broken javamail-container sample in
ofbiz-component.xml (#1550)
add 4b6b36b87f Fixed: sendFailureNotification NPEs on default sendFrom,
masking the original SMTP error (OFBIZ-13477) (#1548)
add 460b031756 Fixed: MultiTrustManager doing flat cert-equality checks
instead of real X.509 chain validation (OFBIZ-13476) (#1545)
add 110ae1e985 Implemented: Add OAuth2/XOAUTH2 authentication for outgoing
SMTP (OFBIZ-13474)
add a932d3810e Add modern JUnit5 test reports (single-page and framed) and
fix a testdef suite-name casing mismatch (#1584)
add 4901ab0c1e Fixed: isExecutable() mime-type comparisons never matched
Tika's actual types (OFBIZ-13486)
add 28c3a4356c ECS/JSON structured logging for Apache OFBiz. (#1443)
add 8f52dec850 Migrate from JMockit to Mockito (#1598)
add 5576cc4006 Fix Docker image build: copy test-reports.gradle in the
builder stage (#1599)
add e9be91915c OFBIZ-13480 Add WorkEffort cost calculation update service
add b8c490b8d9 OFBIZ-13480 Add manufacturing lookup services for routing
management
add ae0a1df602 OFBIZ-13480 Add routing management service APIs
add 0d9f242c29 OFBIZ-13480 Add routing cost REST API contract
add 37345ed4f1 Fixed: isExecutable() missed Tika's ELF sub-types, letting
real Linux binaries through the check (OFBIZ-13486)
add 8e055e9458 Fix broken README include in unit-tests.adoc (#1602)
add 82db69805a Retiring the legacy Ant-based JUnit Integration Tests
reports (#1603)
add 9df715a663 Reskin Gradle's native unit test HTML report to match the
integration report theme (#1604)
add b4523efdac Rename report titles to JUnit (Jupiter) branding and fix
retitle idempotency (#1605)
add 7c06d638d0 Fixed: Resolve Dependabot alerts by upgrading js-yaml and
brace-expansion to the latest versions
add dbdedcc6f3 Fixed: Update OpenApiUtil to resolve compilation warnings
add 0c07edb09a Improved: Introduce a Gradle version catalog for dependency
versions (OFBIZ-13487)
add 2aa773c0ee Bump dompurify in
/themes/common-theme/webapp/common-theme/js
add 81a89e71a3 Bump inputmask in
/themes/common-theme/webapp/common-theme/js
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6252c0e1cb)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/inputmask-5.0.10
(81a89e71a3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/scorecard.yml | 2 +-
Dockerfile | 2 +-
README.md | 4 +-
.../accounting/servicedef/services_cost.xml | 7 +
.../manufacturing/api/routing-cost.rest.xml | 136 ++++
applications/manufacturing/ofbiz-component.xml | 1 +
.../manufacturing/servicedef/services_lookup.xml | 72 ++
.../manufacturing/servicedef/services_routing.xml | 122 +++
.../api/ManufacturingLookupServices.groovy | 122 +++
.../api/ManufacturingServiceUtil.groovy | 4 +
.../api/RoutingCostManagementServices.groovy | 583 ++++++++++++++
build.gradle | 267 ++++++-
dependencies.gradle | 189 +++--
framework/base/config/debug.properties | 58 +-
framework/base/config/log4j2.xml | 39 +
framework/base/config/templates/ecs-layout.json | 49 ++
.../apache/ofbiz/base/util/MultiTrustManager.java | 69 +-
.../java/org/apache/ofbiz/base/util/SSLUtil.java | 40 -
.../org/apache/ofbiz/base/util/URLConnector.java | 6 +-
.../catalina/container/CatalinaContainer.java | 3 +
.../container/CorrelationFieldProvider.java | 48 ++
.../ofbiz/catalina/container/CorrelationValve.java | 242 ++++++
.../catalina/container/CorrelationValveTests.java | 204 +++++
framework/common/config/CommonUiLabels.xml | 3 +
framework/common/entitydef/entitymodel.xml | 26 +
.../apache/ofbiz/common/email/EmailServices.java | 55 +-
.../ofbiz/common/email/MailSmtpConfigUtil.java | 141 ++++
.../common/email/SmtpOAuth2TokenProvider.java | 208 +++++
.../apache/ofbiz/entity/test/EntityTestSuite.java | 35 +
.../{MinilangTests.xml => minilangtests.xml} | 4 +-
framework/rest-api/package-lock.json | 80 +-
framework/rest-api/package.json | 4 +-
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 | 17 +-
.../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/security/SecuredUpload.java | 18 +-
framework/service/ofbiz-component.xml | 14 +-
.../org/apache/ofbiz/service/ModelService.java | 1 +
.../apache/ofbiz/service/ModelServiceReader.java | 1 +
.../testtools/src/docs/asciidoc/unit-tests.adoc | 61 +-
.../apache/ofbiz/testtools/JunitSuiteWrapper.java | 13 +-
.../ofbiz/testtools/JupiterTestExtension.java | 82 +-
.../apache/ofbiz/testtools/TestRunContainer.java | 38 +-
.../testtools/JupiterInjectionGuardsTest.java | 41 +
.../ofbiz/testtools/TestRunContainerTest.java | 67 ++
.../org/apache/ofbiz/widget/WidgetWorkerTest.java | 27 +-
.../renderer/macro/MacroFormRendererTest.java | 874 ++++++++------------
...nderableFtlFormElementsBuilderDatetimeTest.java | 203 ++---
.../RenderableFtlFormElementsBuilderTest.java | 579 ++++++--------
gradle/libs.versions.toml | 222 ++++++
setup-worktree-gradle-wrapper.sh | 69 ++
test-reports.gradle | 887 +++++++++++++++++++++
.../includes/SetDependentDropdownValuesJs.ftl | 14 +-
.../webapp/common-theme/js/package-lock.json | 8 +-
.../webapp/common-theme/js/package.json | 2 +-
60 files changed, 4811 insertions(+), 1396 deletions(-)
create mode 100644 applications/manufacturing/api/routing-cost.rest.xml
create mode 100644 applications/manufacturing/servicedef/services_lookup.xml
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/api/RoutingCostManagementServices.groovy
create mode 100644 framework/base/config/templates/ecs-layout.json
create mode 100644
framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/CorrelationFieldProvider.java
create mode 100644
framework/catalina/src/main/java/org/apache/ofbiz/catalina/container/CorrelationValve.java
create mode 100644
framework/catalina/src/test/java/org/apache/ofbiz/catalina/container/CorrelationValveTests.java
create mode 100644
framework/common/src/main/java/org/apache/ofbiz/common/email/MailSmtpConfigUtil.java
create mode 100644
framework/common/src/main/java/org/apache/ofbiz/common/email/SmtpOAuth2TokenProvider.java
rename framework/minilang/testdef/{MinilangTests.xml => minilangtests.xml}
(92%)
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%)
create mode 100644
framework/testtools/src/test/java/org/apache/ofbiz/testtools/TestRunContainerTest.java
create mode 100644 gradle/libs.versions.toml
create mode 100755 setup-worktree-gradle-wrapper.sh
create mode 100644 test-reports.gradle