You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2022/01/25 09:56:40 UTC

[camel-quarkus] branch main updated (097daeb -> d378bf9)

This is an automated email from the ASF dual-hosted git repository.

zbendhiba pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 097daeb  Updated CHANGELOG.md
     add d378bf9  Bump Optaplanner to 8.16.0.Final and enable CI tests Fixes #3483

No new revisions were added by this update.

Summary of changes:
 .../component/optaplanner/deployment/OptaplannerProcessor.java   | 9 ---------
 .../component/optaplanner/it/bootstrap/DataGenerator.java        | 4 ++--
 .../camel/quarkus/component/optaplanner/it/domain/Lesson.java    | 2 +-
 .../camel/quarkus/component/optaplanner/it/domain/Room.java      | 2 +-
 .../camel/quarkus/component/optaplanner/it/domain/TimeTable.java | 2 +-
 .../camel/quarkus/component/optaplanner/it/domain/Timeslot.java  | 2 +-
 .../optaplanner/it/solver/TimeTableConstraintProvider.java       | 2 +-
 .../optaplanner/src/main/resources/application.properties        | 2 +-
 .../camel/quarkus/component/optaplanner/it/OptaplannerIT.java    | 3 ---
 .../camel/quarkus/component/optaplanner/it/OptaplannerTest.java  | 3 ---
 pom.xml                                                          | 2 +-
 11 files changed, 9 insertions(+), 24 deletions(-)