Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main branch with main-apache branch #1

Merged
merged 21 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1a6adca
kie-issues#525: Fix wrong usage of useCallback to useMemo (#1878)
jomarko Sep 25, 2023
a1d866d
kie-issues#626: disable Keycloak devservice (#1895)
jstastny-cz Oct 16, 2023
e2ec2f2
kie-issues#562: replace copyrights headers/comments in kogito-apps (#…
jomarko Oct 16, 2023
a4fa319
kie-issues#527: Fix @kogito-apps/form-details: The embedded monaco-ed…
jomarko Oct 16, 2023
e88be64
Remove [email protected] (CVE-2023-26115) (#1880)
pefernan Oct 17, 2023
954417e
[kie-issues-249] Data Index Events changes for allowing historical da…
elguardian Oct 18, 2023
b2b96d3
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#1896)
baldimir Oct 25, 2023
50a6807
kie-issues#648: report cypress results in CI publishers (#1903)
jstastny-cz Oct 26, 2023
312f6ed
KOGITO-9849 DataIndex is not processing well the http cloud events (…
wmedvede Oct 30, 2023
46cef0a
KOGITO-9855: Avoid create protobuf folder with root privileges. Fix p…
nmirasch Oct 30, 2023
6e19808
KOGITO-9825:Data index flyway postgresql migration scripts doesn't al…
nmirasch Oct 30, 2023
f525535
kie-issues#639: Upgrade kie-tools to 0.32 (#1899)
pefernan Nov 3, 2023
ee6a186
[KOGITO-9842] The initial load job task from DB is not executed Job S…
tiagodolphine Nov 6, 2023
4b27792
KOGITO-9818: Job service swagger-ui is always enabled (#1890)
wmedvede Nov 14, 2023
cad5fd2
KOGITO-8841: Review data-index BFF for Management Console interaction…
nmirasch Nov 15, 2023
016f26d
[KOGITO-9909] Fix concurrency on incoming data-index events adding lo…
tiagodolphine Nov 21, 2023
71f3b54
[KOGITO-9886] fix IT for data-index and jobs-service with process-def…
tiagodolphine Nov 23, 2023
7a46885
kie-issues#677: Data Index shows error when querying for ProcessInsta…
pefernan Nov 30, 2023
8af67cf
[KOGITO-9816] Consume ProcessDefinitionDataEvent at Data Index for Pr…
tiagodolphine Dec 6, 2023
bc8016b
kie-issues#746: set timeout for testcontainers after waitingFor invoc…
jstastny-cz Dec 7, 2023
9e3a867
revert changes in .ci and .github folders from commit 7f8d673be331e0d…
rgdoliveira Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .ci/environments/quarkus-3/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ project_version=$(mvn -q -Dexpression=project.version -DforceStdout help:evaluat
new_version=$(echo ${project_version} | awk -F. -v OFS=. '{$1 += 1 ; print}')

${mvn_cmd} -fae -N -e versions:update-parent -Dfull -DparentVersion="[${new_version}]" -DallowSnapshots=true -DgenerateBackupPoms=false
${mvn_cmd} -fae -N -e versions:update-child-modules -Dfull -DallowSnapshots=true -DgenerateBackupPoms=false
${mvn_cmd} -fae -N -e versions:update-child-modules -Dfull -DallowSnapshots=true -DgenerateBackupPoms=false
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import java.net.URL;
import java.nio.charset.Charset;
import java.nio.file.Files;
Expand Down
62 changes: 31 additions & 31 deletions .ci/environments/quarkus-3/quarkus3-base-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,111 +30,111 @@ name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
recipeList:
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkus.bot
artifactId: 'build-reporter-*'
artifactId: "build-reporter-*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.vault
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.amazonservices
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.cxf
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jsch
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jberet
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.artemis
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.config
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.freemarker
artifactId: '*'
artifactId: "*"
newVersion: 1.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.githubapp
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.mybatis
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.messaginghub
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.prettytime
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.xmlsec
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jef
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.githubaction
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.hibernatesearchextras
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jackson-jq
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.jdbc
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.microprofile
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.minio
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.pact
artifactId: '*'
artifactId: "*"
newVersion: 1.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.poi
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.primefaces
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.reactivemessaging.http
artifactId: '*'
artifactId: "*"
newVersion: 2.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.renarde
artifactId: '*'
artifactId: "*"
newVersion: 3.x
- org.openrewrite.maven.UpgradeDependencyVersion:
groupId: io.quarkiverse.shardingsphere
artifactId: '*'
artifactId: "*"
newVersion: 2.x

---
Expand Down Expand Up @@ -1147,13 +1147,13 @@ name: io.quarkus.updates.core.quarkus30.RenameJavaxServiceFiles
displayName: Rename a file example
recipeList:
- org.openrewrite.RenameFile:
fileMatcher: '**/META-INF/services/javax.ws.rs.ext.Providers'
fileMatcher: "**/META-INF/services/javax.ws.rs.ext.Providers"
fileName: jakarta.ws.rs.ext.Providers
- org.openrewrite.RenameFile:
fileMatcher: '**/META-INF/services/javax.ws.rs.client.ClientBuilder'
fileMatcher: "**/META-INF/services/javax.ws.rs.client.ClientBuilder"
fileName: jakarta.ws.rs.client.ClientBuilder
- org.openrewrite.RenameFile:
fileMatcher: '**/META-INF/services/javax.ws.rs.sse.SseEventSource$Builder'
fileMatcher: "**/META-INF/services/javax.ws.rs.sse.SseEventSource$Builder"
fileName: jakarta.ws.rs.sse.SseEventSource$Builder

#####
Expand Down Expand Up @@ -1193,7 +1193,7 @@ recipeList:
- org.openrewrite.text.FindAndReplace:
find: quarkus-bootstrap-maven-plugin
replace: quarkus-extension-maven-plugin
fileMatcher: '**/pom.xml'
fileMatcher: "**/pom.xml"

#####
# Adjust properties in application.properties
Expand Down
9 changes: 9 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Apache KIE
Copyright 2023 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

The Initial Developer of some parts of the framework, which are copied from, derived from, or
inspired by KIE (Knowledge Is Everthing) group, is Red Hat, Inc (https://www.redhat.com/).
Copyright Red Hat, Inc. and/or its affiliates.. All Rights Reserved.
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/*
* Copyright 2021 Red Hat, Inc. and/or its affiliates.
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.acme.travels;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
/*
* Copyright 2021 Red Hat, Inc. and/or its affiliates.
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.acme.travels;

Expand Down
Loading
Loading