This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch sync-20250907 in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
commit 02e46c20565f31b774bcc6fa7899d50594230d2c Merge: 42cc09d7f 21761368d Author: Jan Šťastný <[email protected]> AuthorDate: Mon Aug 4 14:35:39 2025 +0200 [UPSTREAM SYNC] Sunday Aug 03, 2025 (#22) .../pom.xml | 4 +- .../index/addon/api/KogitoAddonRuntimeClient.java | 0 .../index/addon/event/DataIndexEventPublisher.java | 0 .../src/main/resources/META-INF/beans.xml | 0 data-index/{ => data-index-graphql-addons}/pom.xml | 44 +++-- .../graphql/GraphQLAddonSchemaManagerImpl.java | 17 +- .../src/main/resources/META-INF/beans.xml | 19 ++ .../graphql/AbstractGraphQLSchemaManager.java | 14 +- .../index/graphql/GraphQLInstrumentation.java | 6 +- .../resources/{ => graphql}/basic.schema.graphqls | 0 .../resources/{ => graphql}/count.schema.graphqls | 0 .../resources/{ => graphql}/json.schema.graphqls | 0 .../data-index-graphql-quarkus/pom.xml | 10 ++ .../kie/kogito/index/graphql/GraphQLProducer.java | 0 .../runtime/pom.xml | 2 +- ...tractKogitoAddonsQuarkusDataIndexProcessor.java | 2 +- .../runtime/pom.xml | 4 + .../service/graphql/GraphQLSchemaManagerImpl.java | 21 ++- .../pom.xml | 6 +- .../addon/DataIndexAddonBeansProducer.java | 0 .../data-index-graphql-addons-springboot/pom.xml | 67 +++++++ .../addon/env/DataIndexURLConfiguration.java | 71 ++++++++ .../addon/graphiql/GraphiQlConfiguration.java | 49 ++++++ .../addon/graphql/DataIndexGraphqlProducer.java | 66 +++++++ .../main/resources/data-index/graphiql/index.html | 110 ++++++++++++ ...exJPAStorageSpringBootSharedConfiguration.java} | 28 +-- ...cation.properties => data-index-jpa.properties} | 0 .../pom.xml | 4 +- .../pom.xml | 2 - .../integration-tests-process/pom.xml | 195 +++++++++++++++++++++ .../kie/kogito/KogitoSpringBootApplication.java} | 25 +-- .../main/resources/META-INF/processSVG/hello.svg | 71 ++++++++ .../src/main/resources/application.properties | 11 +- .../src/main/resources/hello.bpmn | 47 +++++ .../addon/it/JPASpringBootAddonDataIndexTest.java | 107 +++++++++++ .../pom.xml | 46 +++++ .../pom.xml | 38 ++++ .../kogito-addons-springboot-data-index/pom.xml | 38 ++++ data-index/data-index-springboot/pom.xml | 4 +- data-index/pom.xml | 3 +- .../embedded/stream/EventPublisherJobStreams.java | 2 +- kogito-apps-bom/pom.xml | 44 ++++- 42 files changed, 1083 insertions(+), 94 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
