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

[7.67.x-blue] Updating mysql connector #3061

Closed
wants to merge 101 commits into from

Conversation

yesamer
Copy link
Member

@yesamer yesamer commented Aug 5, 2024

Thank you for submitting this pull request

JIRA: (please edit the JIRA link if it exists)

link

referenced Pull Requests: (please edit the URLs of referenced pullrequests if they exist)

  • paste the link(s) from GitHub here
  • link 2
  • link 3 etc.
How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest this

  • a full downstream build please add comment: Jenkins run fdb

  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

Jenkins CI and others added 30 commits March 14, 2022 04:13
Signed-off-by: ruromero <rromerom@redhat.com>
Signed-off-by: ruromero <rromerom@redhat.com>
Signed-off-by: ruromero <rromerom@redhat.com>
…ng.planning.TaskAssigningPlanningKieServerExtensionTest#initRuntimeClientWithKeyStore (kiegroup#2763)
…cases.CaseRuntimeDataServiceIntegrationTest#testFindCaseTasksAssignedAsBusinessAdminByPassAuth (kiegroup#2766)
…kie.server:kie-server-services-common (kiegroup#2760)

* BXMSPROD-1673 jakarta.el:jakarta.el-api excluded due to spring 5.3.18

* removing KeycloakWebSecurityConfigurerAdapter cycle dependency error

The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
|  kieServerSecurity (field private org.keycloak.adapters.KeycloakConfigResolver org.keycloak.adapters.springsecurity.config.KeycloakWebSecurityConfigurerAdapter.keycloakConfigResolver)
└──<-──┘

Co-authored-by: ginxo <emingora@redhat.com>
…RepositoryTest#testWatchServiceOnLatelyCreatedConfigFile (kiegroup#2770)
… Prometheus, etc. (kiegroup#2786)

* Remove Task Assigning

* Finish Task Assigning

* Remove OptaPlanner

* Cleanup

* Revapi

* Add JAXB API dependency
github-actions bot and others added 29 commits May 26, 2023 16:05
- force jackson version in kie-server war rather than wildfly

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
Co-authored-by: Marek Novotný <hotmana76@gmail.com>
…iegroup#2975)

* Ensure elytron is on the classpath before using it

* Safe wildfly-elytron usage on ElytronUserGroupAdapter

* Improved smoke tests covering more branches on ElytronUserGroupAdapterTest

* Fixing sonar code smells

Co-authored-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
kiegroup#2978) (kiegroup#2980)

Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.210...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump h2 from 1.4.197 to 2.2.220
- remove ;MVCC=true
- add ;MODE=LEGACY;OLD_INFORMATION_SCHEMA=TRUE

* [bump h2-200] Fix kie-spring tests

* [bump h2-200] Fix integration and springboot tests

---------

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
…disabled (kiegroup#2989) (kiegroup#2990)

Signed-off-by: Your Name <fspolti@redhat.com>
Co-authored-by: Filippe Spolti <fspolti@redhat.com>
…egroup#2998) (kiegroup#2999)

Bumps org.apache.santuario:xmlsec from 2.1.7 to 2.2.6.

    ---
    updated-dependencies:
    - dependency-name: org.apache.santuario:xmlsec
      dependency-type: direct:production
    ...

Raised by dependabot

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
* [DROOLS-7598] Upgrade tomcat version

* excluded servlet-api to avoid BanDuplicateClasses

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
kiegroup#3004) (kiegroup#3013)

* [JBPM-10214] Fix regression for immutable KIE container with auto scan

* Update kie-spring-boot/kie-spring-boot-autoconfiguration/kie-server-spring-boot-autoconfiguration/src/main/java/org/kie/server/springboot/autoconfiguration/KieServerAutoConfiguration.java



---------

Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
Co-authored-by: gmunozfe <gmunozfe@gmunozfe-thinkpadp1gen3.remote.csb>
Co-authored-by: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com>
…oints (kiegroup#3016)

* [RHPAM-4876] exclusion on kie server affect custom endpoints (kiegroup#3011)

- Add resteasy-jackson2-provider in kie-server.war

* - revert unwanted jaxb change

---------

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
…ance is aborted (kiegroup#3005) (kiegroup#3023)

Co-authored-by: nmirasch <neus.miras@gmail.com>
…oup#3024)

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
…/2.5.1.Final" (kiegroup#3026) (kiegroup#3027)

Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
* Remove invoker.properties, so it tests don't run builds twice.

* Restore debug output as it is needed by a test.
…ation (kiegroup#3042)

* [FIX_KAFKA_EXECUTOR] fix executor service

* Fix logging output for processed ConsumerRecords

* Avoid synchronization on topic maps

* Restore synchronized method signatures

---------

Co-authored-by: Enrique Gonzalez Martinez <Enrique.Gonzalez.Martinez1@ibm.com>
…ords (kiegroup#3037) (kiegroup#3043)

* integration java-jwt for kafka and inmemory thing

* add security and integration check with RSA

* keystore helpers
…021-26291 (kiegroup#3044)

* RHPAM-3709: upgrade maven dependencies to address CVE-2021-26291

* adding exclusions for jcl-over-slf4j in jbpm-spring-boot-autoconfiguration

      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>jcl-over-slf4j</artifactId>
        </exclusion>
      </exclusions>

---------

Co-authored-by: Alex Porcelli <alex@porcelli.me>
Co-authored-by: Marek Novotný <hotmana76@gmail.com>
…ble is not updated after updating process SLA (kiegroup#3050)

* RHPAM-4779: SLA due date value in ProcessInstanceLog table is not updated after updating process SLA

(cherry picked from commit b19df69)

* Removed * from imports

(cherry picked from commit 4279f84)

---------

Co-authored-by: nmirasch <neus.miras@gmail.com>
…s in first request (kiegroup#3051)

* [incubator-kie-issues-1105] Polymorphic json typing causes long delays in first request (kiegroup#3046)

(cherry picked from commit 1829d1e)

* Fixed org.reflections dependency

---------

Co-authored-by: Enrique <enrique.gonzalez.martinez1@ibm.com>
Signed-off-by: Jason Porter <lightguard.jp@gmail.com>
@yesamer yesamer closed this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.