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 Apache main branch #6

Merged
merged 29 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f1f0654
[incubator-kie-issues#83] Refactor InfixOpNode inside DMN core (#5621)
gitgabrio Dec 13, 2023
cb046fb
[DROOLS-7540] Coercion from Interger literal to BigDecimal bind varia…
tkobayas Dec 14, 2023
563de9b
Update version to 8.46.0-SNAPSHOT
Dec 14, 2023
911a200
Bump to Quarkus 3.2 LTS and Jakarta namespace (#5625)
rgdoliveira Jan 16, 2024
dfc4bfb
[kie-issues#745] Handle lists and maps in method calls and constructo…
baldimir Dec 15, 2023
76336e5
bump version to 999-SNAPSHOT (#5629)
mariofusco Dec 18, 2023
e079b89
Bump ch.qos.logback:logback-classic in /build-parent (#5612)
dependabot[bot] Dec 19, 2023
76c65a1
Bump ch.qos.logback:logback-classic (#5616)
dependabot[bot] Dec 19, 2023
c4e502e
Bump ch.qos.logback:logback-classic (#5615)
dependabot[bot] Dec 19, 2023
023d26e
Bump ch.qos.logback:logback-classic (#5614)
dependabot[bot] Dec 19, 2023
a4f3112
Bump ch.qos.logback:logback-classic (#5613)
dependabot[bot] Dec 19, 2023
93ce741
bump logback to 1.2.13 in maven archetypes (#5635)
mariofusco Dec 20, 2023
31a6c87
[KIE-781] Improve performance of InfixOpNode (#5634)
mariofusco Dec 20, 2023
26ece0f
[KIE-766] exists and not don't work correctly with multiple constrain…
tkobayas Dec 20, 2023
ce7c76f
Removing use of InternalRuleBase (#5577)
pibizza Dec 20, 2023
129e1b4
[NO ISSUE] Shade kie-dmn-xls2dmn-cli runner separately. (#5637)
baldimir Dec 20, 2023
19c2b92
Flat Lambdas and Multi Variable Indexes [apache/incubator-kie-issues#…
mdproctor Dec 20, 2023
911af6f
bump java to 17 + use new java feature in drools-base (#5638)
mariofusco Dec 20, 2023
7e58810
[incubator-kie-issues-576] add tests for data audit (#5571)
elguardian Dec 27, 2023
b8e3d2d
[KIE-790] Build error on RuleUnit multiple OOPath lines (#5640)
tkobayas Jan 8, 2024
2ee1a59
[incubator-kie-issues#758] Replace (T/t)upla with (T/t)uple (#5641)
gitgabrio Jan 9, 2024
f6d6a50
[incubator-kie-issues#506] DMN - Add support for iteration of date ra…
gitgabrio Jan 9, 2024
aa6b676
[incubator-kie-issues#804] Fix flaky test (checked with 2000000 itera…
gitgabrio Jan 9, 2024
00e99f1
[KIE-775] drools executable-model fails with a bind variable to a cal…
tkobayas Jan 9, 2024
47183d7
Remove redundant jaxb-runtime dependency (#5642)
yurloc Jan 12, 2024
2ef59d1
[incubator-kie-issues#814] Fix NPE on BaseKnowledgeBuilderResultImpl.…
gitgabrio Jan 12, 2024
19ee7f1
[KIE-820] add timestamp for reproducible builds (#5650)
mariofusco Jan 15, 2024
58cb93f
[incubator-kie-issues#507] DMN - Add a new "list replace" function (…
gitgabrio Jan 15, 2024
9028fc5
[kie-drools#5653] Remove productized profile (#5654)
rgdoliveira Jan 16, 2024
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/pr-downstream-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java-version: [11]
maven-version: ['3.8.7']
java-version: [17]
maven-version: ['3.9.3']
fail-fast: false
runs-on: ${{ matrix.os }}
name: Build Chain (${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }})
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
matrix:
job_name: [ kogito-runtimes, kogito-apps, kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples, kie-jpmml-integration ]
os: [ubuntu-latest]
java-version: [11]
maven-version: ['3.8.7']
java-version: [17]
maven-version: ['3.9.3']
include:
- job_name: kogito-runtimes
repository: kogito-runtimes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-drools-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java-version: [17]
maven-version: ['3.8.7']
maven-version: ['3.9.3']
fail-fast: false
runs-on: ${{ matrix.os }}
name: Ansible Integration / ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-drools-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java-version: [11]
maven-version: ['3.8.7']
java-version: [17]
maven-version: ['3.9.3']
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java-version: [11]
maven-version: ['3.8.7']
java-version: [17]
maven-version: ['3.9.3']
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}
Expand Down
2 changes: 1 addition & 1 deletion bom/drools-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-core-bom</artifactId>
<version>8.45.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
<relativePath>../kie-core-bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/kie-core-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>drools-parent</artifactId>
<version>8.45.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/kie-dmn-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-core-bom</artifactId>
<version>8.45.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
<relativePath>../kie-core-bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/kie-efesto-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-core-bom</artifactId>
<version>8.45.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
<relativePath>../kie-core-bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/kie-pmml-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-core-bom</artifactId>
<version>8.45.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
<relativePath>../kie-core-bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drools-parent</artifactId>
<groupId>org.kie</groupId>
<version>8.45.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading
Loading