[8.33.x] Bump Quarkus version to 2.13.5.Final (#4948)

* [8.33.x] Bump Quarkus version to 2.13.5.Final

* revert antlr4

* revert jandex

* No downstream checks

* Revert "revert jandex"

This reverts commit dcd44989ac7b4328307f8cca3d687b0ae902cffb.

---------

Co-authored-by: Jenkins CI <noreply@redhat.com>
Co-authored-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
Co-authored-by: Tristan Radisson <tradisso@redhat.com>
4 files changed
tree: 0e608bcc2b0a49f894301f2ff970f47f239f2ff1
  1. .ci/
  2. .github/
  3. .openrewrite/
  4. bom/
  5. build-parent/
  6. drools-alphanetwork-compiler/
  7. drools-beliefs/
  8. drools-commands/
  9. drools-compiler/
  10. drools-core/
  11. drools-decisiontables/
  12. drools-distribution/
  13. drools-docs/
  14. drools-drl-ast/
  15. drools-drl-extensions/
  16. drools-drl-parser/
  17. drools-drl-quarkus-extension/
  18. drools-ecj/
  19. drools-engine/
  20. drools-engine-classic/
  21. drools-examples/
  22. drools-examples-api/
  23. drools-impact-analysis/
  24. drools-io/
  25. drools-kiesession/
  26. drools-legacy-test-util/
  27. drools-metric/
  28. drools-model/
  29. drools-mvel/
  30. drools-persistence/
  31. drools-retediagram/
  32. drools-ruleunits/
  33. drools-scenario-simulation/
  34. drools-serialization-protobuf/
  35. drools-templates/
  36. drools-test-coverage/
  37. drools-tms/
  38. drools-traits/
  39. drools-util/
  40. drools-verifier/
  41. drools-wiring/
  42. drools-xml-support/
  43. efesto/
  44. kie-api/
  45. kie-archetypes/
  46. kie-ci/
  47. kie-dmn/
  48. kie-drl/
  49. kie-internal/
  50. kie-maven-plugin/
  51. kie-memory-compiler/
  52. kie-pmml-trusty/
  53. kie-test-util/
  54. kie-util/
  55. script/
  56. .git-blame-ignore-revs
  57. .gitignore
  58. LICENSE-Apache-2.0.txt
  59. pom.xml
  60. README.md
README.md

An open source rule engine, DMN engine and complex event processing (CEP) engine for Java™ and the JVM Platform.

Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable evaluation of business rules and complex event processing. A rule engine is also a fundamental building block to create an expert system which, in artificial intelligence, is a computer system that emulates the decision-making ability of a human expert.

Be sure to check out the Drools' project website and documentation!

Developing Drools and jBPM

If you want to build or contribute to a kiegroup project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged, please respect those guidelines.