This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/al-cheb/configure-pagefile-action-1.5
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
discard 7d595df99 Bump al-cheb/configure-pagefile-action from 1.4 to 1.5
add 0b8dc2dfe [incubator-kie-issues#2149] Examples using persistence
failing in native mode (#2274)
add c185f57fc [kogito-apps#2279] Handle detected static code scan problems
(#2280)
add 30d29e928 [incubator-kie-issues#2171] Ensure jobs added or updated are
added to the jobsScheduled map (#2281)
add 39778d957 Fix for failing async node pointing to wrong nodeinstance id
(#2283)
add 215f9a682 [Incubator kie issues#2177] Update existing job instances
instead of inserting/replacing in data index (#2282)
add 045ac7315 Bump al-cheb/configure-pagefile-action from 1.4 to 1.5
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 (7d595df99)
\
N -- N -- N
refs/heads/dependabot/github_actions/al-cheb/configure-pagefile-action-1.5
(045ac7315)
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:
.../kie/kogito/app/audit/api/DataAuditQuery.java | 8 +-
.../springboot/GraphQLAuditDataRouteMapping.java | 2 +-
.../kie/kogito/index/service/IndexingService.java | 2 +-
.../META-INF/native-image/resource-config.json | 7 +
.../META-INF/native-image/reflect-config.json | 6 +
.../index/storage/DataIndexStorageService.java | 3 +-
.../kogito/index/storage/JobInstanceStorage.java | 13 +-
.../META-INF/native-image/reflect-config.json | 146 ++++++++
.../storage/ModelDataIndexStorageService.java | 4 +-
.../index/storage/ModelJobInstanceStorage.java} | 43 ++-
.../jpa/storage/JPADataIndexStorageService.java | 4 +-
.../kogito/index/jpa/storage/JobEntityStorage.java | 47 ++-
.../META-INF/native-image/reflect-config.json | 408 +++++++++++++++++++++
.../META-INF/native-image/reflect-config.json | 38 ++
.../kogito/app/jobs/impl/VertxJobScheduler.java | 25 +-
.../ErrorHandlingJobTimeoutInterceptor.java | 3 +-
.../META-INF/native-image/reflect-config.json | 38 ++
.../jobs/jpa/quarkus/QuarkusJPAJobStoreTest.java | 13 +-
.../META-INF/native-image/reflect-config.json | 20 +
.../trusty/service/common/TrustyServiceImpl.java | 9 +-
20 files changed, 775 insertions(+), 64 deletions(-)
create mode 100644
data-index/data-index-graphql/src/main/resources/META-INF/native-image/resource-config.json
create mode 100644
data-index/data-index-quarkus/kogito-addons-quarkus-data-index/kogito-addons-quarkus-data-index-common/runtime/src/main/resources/META-INF/native-image/reflect-config.json
copy
explainability/explainability-api/src/main/java/org/kie/kogito/explainability/api/HasNameValue.java
=>
data-index/data-index-storage/data-index-storage-api/src/main/java/org/kie/kogito/index/storage/JobInstanceStorage.java
(79%)
create mode 100644
data-index/data-index-storage/data-index-storage-api/src/main/resources/META-INF/native-image/reflect-config.json
copy
data-index/{data-index-common/src/main/java/org/kie/kogito/index/event/KogitoJobCloudEvent.java
=>
data-index-storage/data-index-storage-common/src/main/java/org/kie/kogito/index/storage/ModelJobInstanceStorage.java}
(52%)
create mode 100644
data-index/data-index-storage/data-index-storage-jpa-common/src/main/resources/META-INF/native-image/reflect-config.json
create mode 100644
jobs-service/jobs-service-internal-api/src/main/resources/META-INF/native-image/reflect-config.json
create mode 100644
jobs/jobs-common-embedded/src/main/resources/META-INF/native-image/reflect-config.json
create mode 100644
persistence-commons/persistence-commons-api/src/main/resources/META-INF/native-image/reflect-config.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]