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

Commits on Mar 14, 2022

  1. Upgraded_version_to_7.67.0.Final

    Jenkins CI committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    776b891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e2e6f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    f91c6ac View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. [JBPM-10042] Kie server webc controller is missing cdi-api dependency

    Signed-off-by: Karel Suta <ksuta@redhat.com>
    sutaakar authored and MarianMacik committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    1380e2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e2c6f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    9b0cbae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    35539e8 View commit details
    Browse the repository at this point in the history
  2. [RHPAM-4028] Add countProcessInstances query

    Signed-off-by: ruromero <rromerom@redhat.com>
    ruromero authored and elguardian committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    aaf0aa0 View commit details
    Browse the repository at this point in the history
  3. [RHPAM-4028] Add CountDefinition to JaxbMarshaller

    Signed-off-by: ruromero <rromerom@redhat.com>
    ruromero authored and elguardian committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c51bb76 View commit details
    Browse the repository at this point in the history
  4. [RHPAM-4028] Add CountDefinition to JaxbMarshaller

    Signed-off-by: ruromero <rromerom@redhat.com>
    ruromero authored and elguardian committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dbbbae5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. [JBPM-10046] Missing PreUndeployOperations.doNothing call for develop…

    …ment mode and no dispose flag
    elguardian committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d566b3e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    9fad615 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. [JBPM-10038] - Flaky test fix for org.kie.server.services.taskassigni…

    …ng.planning.TaskAssigningPlanningKieServerExtensionTest#initRuntimeClientWithKeyStore (kiegroup#2763)
    afalhambra committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d2c333a View commit details
    Browse the repository at this point in the history
  2. [JBPM-10050] - Failed test when running with JDK 8 - FileRepositoryTe…

    …st#testWatchServiceOnLatelyCreatedConfigFile (kiegroup#2756) (kiegroup#2762)
    afalhambra committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    35ae1a3 View commit details
    Browse the repository at this point in the history
  3. [JBPM-10054] - Flaky test fix - org.kie.server.integrationtests.jbpm.…

    …cases.CaseRuntimeDataServiceIntegrationTest#testFindCaseTasksAssignedAsBusinessAdminByPassAuth (kiegroup#2766)
    afalhambra committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f7dfb10 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. [7.67.x] [BXMSPROD-1673] jakarta.el:jakarta.el-api excluded from org.…

    …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>
    rgdoliveira and Ginxo committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    13d35d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. [JBPM-10057] - Flaky test fix - org.kie.server.router.repository.File…

    …RepositoryTest#testWatchServiceOnLatelyCreatedConfigFile (kiegroup#2770)
    afalhambra committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c6832cb View commit details
    Browse the repository at this point in the history
  2. [7.67.x][RHPAM-4263] WebSockets for Kie server controller broken for …

    …JWS 5.6.1 (kiegroup#2773)
    
    - Backport of DROOLS-6898
    tkobayas committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4f57c8f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    f0f920f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. upgraded to 7.67.2-SNAPSHOT

    mbiarnes committed May 31, 2022
    Configuration menu
    Copy the full SHA
    bfa45a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. [7.67.x-blue] BAPL-2292 Remove OptaPlanner from KIE Execution Server,…

    … Prometheus, etc. (kiegroup#2786)
    
    * Remove Task Assigning
    
    * Finish Task Assigning
    
    * Remove OptaPlanner
    
    * Cleanup
    
    * Revapi
    
    * Add JAXB API dependency
    yurloc committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d162de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ace2f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    e5bdcb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb5792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b74741b View commit details
    Browse the repository at this point in the history
  4. JBPM-10058 Task form with LocalDateTime datatype displays time format…

    … even when the option is unflagged (kiegroup#2768)
    bxf12315 authored and nmirasch committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5a7d208 View commit details
    Browse the repository at this point in the history
  5. JBPM-10077 Field with LocalDateTime is forcing to enter value even th…

    …ough its not marked mandatory (kiegroup#2780)
    bxf12315 authored and nmirasch committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    78f5e78 View commit details
    Browse the repository at this point in the history
  6. JBPM-10079 ClassCastException when submitting a form in kie-server co…

    …ntaining date process variable (kiegroup#2781)
    bxf12315 authored and nmirasch committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    95a51ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffd7e6f View commit details
    Browse the repository at this point in the history
  8. JBPM-10022 Forms are rendered without Accordion elements when startin…

    …g a process from Business Central (kiegroup#2809)
    bxf12315 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ad3e824 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    7a6bd4f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. [DROOLS-6914] remove possibility of using serialized packages as kie … (

    kiegroup#2776) (kiegroup#2816) (kiegroup#2817)
    
    * [DROOLS-6914] remove possibility of using serialized packages as kie resources
    
    * remove use of serialized packages in kie-spring tests
    
    * readd accidentally removed deleteOnExit
    
    (cherry picked from commit f31d900)
    (cherry picked from commit c53adac)
    mariofusco committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    42fd26f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. [JBPM-10045] Incorrect response for REST service when "org.kie.server…

    … bypass.auth.user" used with Spring Boot Runtime
    elguardian committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    749f42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3731bb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fae7db View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. [JBPM-10089] - Fix some issues when using plain Spring framework to r…

    …esolve the Transaction Manager
    afalhambra authored and elguardian committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b1ce4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcd60f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. RHPAM-4455 ssl.insecure to maven-invoker-plugin invoker.properties (k…

    …iegroup#2835) (kiegroup#2837)
    
    * [RHPAM-4455] ssl.insecure to maven-invoker-plugin invoker.properties
    
    * invoker.properties for kie-integration-test-coverage/kie-maven-plugin-default-execmodel-tests
    Ginxo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    039f692 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [JBPM-10063] - UserGroupCallback impl is not getting injected into ki…

    …e-server when using SpringBoot - cases only
    afalhambra authored and elguardian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0f2447e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fc276 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. [7.67.x-blue][JBPM-10109] Add support for container alias in user tas…

    …k claim operation (kiegroup#2818) (kiegroup#2839)
    
    * JBPM-10109: Add support for container alias in user task claim operation
    
    * JBPM-10109: Allow usage of container alias in bulk claim operation
    martinweiler committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    04311b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. skipped parallel checkouts for build chain (kiegroup#2843)

    (cherry picked from commit 2158355)
    mbiarnes committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    491e0cb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. [7.67.x-blue][JBPM-10110] - Need to exclude some bypass integration i…

    …ntegration test for specific servers (kiegroup#2831)
    
    * [JBPM-10110] - Need to exclude some bypass integration integration test for specific servers
    
    * [JBPM-10110] - Excluding some tests where the timer listeners are not triggered for Tomcat
    afalhambra committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3240bbe View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. [7.67.x-blue][RHPAM-3893] Return empty collection of processDefinitio…

    …ns (kiegroup#2847)
    
    * [RHPAM-3893] Return empty collection of processDefinitions when DeploymentNotFoundException
    
    Signed-off-by: ruromero <rromerom@redhat.com>
    
    * Removed unused mocks and updated IAE message
    
    Signed-off-by: ruromero <rromerom@redhat.com>
    
    Signed-off-by: ruromero <rromerom@redhat.com>
    ruromero committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6201ff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. [RHPAM-4389] Add client certificate regardless of the hostname (kiegr…

    …oup#2849)
    
    Signed-off-by: ruromero <rromerom@redhat.com>
    
    Signed-off-by: ruromero <rromerom@redhat.com>
    Co-authored-by: ruromero <rromerom@redhat.com>
    afalhambra and ruromero committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    17cca69 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    b3a8b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c30879d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f52f9f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. [RHPAM-3333] - Kie Server OpenShift startup strategy watcher is close…

    …d and DC is not updated (kiegroup#2855) (kiegroup#2857)
    
    Signed-off-by: spolti <fspolti@redhat.com>
    
    Signed-off-by: spolti <fspolti@redhat.com>
    
    Signed-off-by: spolti <fspolti@redhat.com>
    spolti committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5841711 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Fix typo in Spring boot integration test sample

    Signed-off-by: Karel Suta <ksuta@redhat.com>
    sutaakar authored and MarianMacik committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8dbc002 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    bdc03f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. [JBPM-10114] ISPN000474 error thrown with java.lang.ClassNotFoundExce…

    …ption when container is created (kiegroup#2845) (kiegroup#2875)
    
    Co-authored-by: Enrique González Martínez <egonzale@redhat.com>
    afalhambra and elguardian committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    487764d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. [7.67.x-blue][RHPAM-4519] - Set KubernetesClientException in Kie Serv…

    …er's OpenShift Startup Strategy to warning] (kiegroup#2873)
    
    - this message does not need to be a warning, in fact it could be
      ignored, but, it is better to keep it ias debug in case it became
      needed to debug any issue that could appear.
    
    Signed-off-by: spolti <filippespolti@gmail.com>
    
    Signed-off-by: spolti <filippespolti@gmail.com>
    spolti committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    925669f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    a48e148 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. [JBPM-10118] Test Wrap into CDATA to avoid escape chars in SOAP heade…

    …rs (kiegroup#2858) (kiegroup#2877)
    
    [JBPM-10125] Test for write raw to avoid escape chars in SOAP headers (kiegroup#2867)
    gmunozfe committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    183d7a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    e8b4f26 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a9e483a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. [bot][blue]: Bump log4j-api from 2.17.1 to 2.19.0 (kiegroup#2891)

    Bumps log4j-api from 2.17.1 to 2.19.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    656b543 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    c5794ce View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. [JBPM-9450] Jbpm7 spring boot business application: No active transac…

    …tion after arjuna transaction timeout (kiegroup#2880) (kiegroup#2918)
    
    Co-authored-by: Enrique González Martínez <egonzale@redhat.com>
    fjtirado and elguardian committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    de89e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. [DROOLS-7284] Bump apache-karaf from 4.3.6 to 4.3.8 in /kie-osgi/kie-… (

    kiegroup#2922) (kiegroup#2924)
    
    * [DROOLS-7284] Bump apache-karaf from 4.3.6 to 4.3.8 in /kie-osgi/kie-karaf-itests
    
    * - Update cxf version
    - Update pax-url-wrap version
    
    Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
    github-actions[bot] and tkobayas committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    57ce318 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. [JBPM-10159] Escaping variable name in path (kiegroup#2926) (kiegroup…

    …#2931)
    
    * [JBPM-10159] Escaping variable name in path
    
    * [JBPM-10159] Fixing integration tests
    
    Co-authored-by: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com>
    github-actions[bot] and fjtirado committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    262a09c View commit details
    Browse the repository at this point in the history
  2. [JBPM-10156] Test failures after changing log with persist (CK) (kieg…

    …roup#2925) (kiegroup#2928)
    
    Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
    github-actions[bot] and gmunozfe committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    561051a View commit details
    Browse the repository at this point in the history
  3. JBPM-10152: Corrected the debug log statement (kiegroup#2921) (kiegro…

    …up#2929)
    
    Co-authored-by: Sudhish Nair <38028716+sudhishmk@users.noreply.github.com>
    Co-authored-by: Sudhish Nair <sudnair@sudnair.pnq.csb>
    3 people committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    28c88ed View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    06ba2c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. [DROOLS-7071] Fix kie-karaf-itests failures because of poi version (k…

    …iegroup#2801) (kiegroup#2938)
    
    * [DROOLS-7071] Fix kie-karaf-itests failures because of poi version
    
    * [DROOLS-7071] Fix kie-karaf-itests failures because of poi version
    - features-fuse.xml as well
    
    Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
    github-actions[bot] and tkobayas committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a3db7d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. JBPM-10162 IntermediateThrowingSignal node from subprocess and the su… (

    kiegroup#2939) (kiegroup#2943)
    
    * JBPM-10162 IntermediateThrowingSignal node from subprocess and the subprocess is not getting marked as executed
    
    * rename passed to finished
    
    Co-authored-by: Bai Xiaofeng <bxf12315@gmail.com>
    github-actions[bot] and bxf12315 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ac93150 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. [JBPM-9508] Test creation for duplicated processes with same (kiegrou…

    …p#2378) (kiegroup#2945)
    
    correlationKey
    
    Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
    github-actions[bot] and gmunozfe committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    50f2f95 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. RHPAM-4593 xalan dependency excluded from batik-anim (kiegroup#2947) (k…

    …iegroup#2948)
    
    Co-authored-by: Enrique Mingorance Cano <emingora@redhat.com>
    github-actions[bot] and Ginxo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c3eb510 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. [7.67.x] Stabilize QueryDataServiceIntegrationTest.testErrorHandlingF…

    …ailedToSignal()
    
    Signed-off-by: Karel Suta <ksuta@redhat.com>
    sutaakar authored and MarianMacik committed May 3, 2023
    Configuration menu
    Copy the full SHA
    24fd938 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. [RHPAM-4702] Added explicit xalan:serializer (kiegroup#2956) (kiegrou…

    …p#2958)
    
    Co-authored-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
    github-actions[bot] and lampajr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e696cae View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. [RHPAM-4714] wildfly-elytron as provided (kiegroup#2961) (kiegroup#2966)

    * wildfly-elytron as provided
    
    * Added wildfly-elytron-auth-server as test dependency
    
    * bundle wildfly-elytron-auth-server only for tomcat9 profile
    
    Co-authored-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
    github-actions[bot] and lampajr committed May 26, 2023
    Configuration menu
    Copy the full SHA
    549dc93 View commit details
    Browse the repository at this point in the history
  2. [RHPAM-4700] upgrade snakeyaml (kiegroup#2959) (kiegroup#2963)

    - force jackson version in kie-server war rather than wildfly
    
    Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
    github-actions[bot] and tkobayas committed May 26, 2023
    Configuration menu
    Copy the full SHA
    31b2a04 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. [JBPM-10172] Add test for PER_REQUEST strategy and timers after async (

    …kiegroup#2964) (kiegroup#2970)
    
    Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
    github-actions[bot] and gmunozfe committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    87665de View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. changed test conversion Integer value (kiegroup#2968) (kiegroup#2972)

    Co-authored-by: Marek Novotný <hotmana76@gmail.com>
    github-actions[bot] and mareknovotny committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    63ef2ab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Ensure elytron is on the classpath before using it (kiegroup#2967) (k…

    …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>
    github-actions[bot] and lampajr committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8923163 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    dd04f17 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Bump h2 from 2.1.210 to 2.2.220 in /kie-server-parent/kie-server-tests (

    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>
    github-actions[bot] and dependabot[bot] committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6f167f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. [JBPM-10185] Test for handling sla timer for processes (kiegroup#2984) (

    kiegroup#2985)
    
    Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
    github-actions[bot] and gmunozfe committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5516c76 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Bump h2 from 1.4.197 to 2.2.220 (kiegroup#2983) (kiegroup#2987)

    * 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>
    3 people committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    43fbf2d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. [RHPAM-4709] - KIE Server configMap points to SSL routes when SSL is …

    …disabled (kiegroup#2989) (kiegroup#2990)
    
    Signed-off-by: Your Name <fspolti@redhat.com>
    Co-authored-by: Filippe Spolti <fspolti@redhat.com>
    github-actions[bot] and spolti committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    50de865 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    1f6dd96 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Bump org.apache.santuario:xmlsec in /kie-osgi/kie-karaf-features (ki…

    …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>
    github-actions[bot] and tkobayas committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c8e7933 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. [RHDM-2006] Please backport issue DROOLS-7014 to Red Hat Decision Man…

    …ager libraries (kiegroup#3001) (kiegroup#3002)
    
    - Added test case for kie-karaf-itests
    tkobayas committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7361a70 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. [DROOLS-7598] Upgrade tomcat version (kiegroup#3007) (kiegroup#3008)

    * [DROOLS-7598] Upgrade tomcat version
    
    * excluded servlet-api to avoid BanDuplicateClasses
    
    Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
    github-actions[bot] and tkobayas committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    7328405 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. [JBPM-10214] Fix regression for immutable KIE container with auto scan (

    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>
    4 people committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e72794b View commit details
    Browse the repository at this point in the history
  2. [7.67.x-blue] [RHPAM-4876] exclusion on kie server affect custom endp…

    …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>
    github-actions[bot] and tkobayas committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    98cad78 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. [JBPM-10221] Fix assembly for webc after RHPAM-4876 (kiegroup#3018) (k…

    …iegroup#3019)
    
    Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
    github-actions[bot] and gmunozfe committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e49a1dd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. JBPM-10199: Mark Async nodes as finished at the SVG when process inst…

    …ance is aborted (kiegroup#3005) (kiegroup#3023)
    
    Co-authored-by: nmirasch <neus.miras@gmail.com>
    github-actions[bot] and nmirasch committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    47e846d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. [DROOLS-7605] WebSphere kie-server-tests fails (kiegroup#3021) (kiegr…

    …oup#3024)
    
    Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
    github-actions[bot] and tkobayas committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a4dc8a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. [DROOLS-7604] kie-karaf-itests fail with "Unable to resolve org.mvel2…

    …/2.5.1.Final" (kiegroup#3026) (kiegroup#3027)
    
    Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
    github-actions[bot] and tkobayas committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7a52687 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. [JBPM-10222] Fix WebService integration tests by adding jaxb.index (k…

    …iegroup#3029) (kiegroup#3031)
    
    Co-authored-by: Gonzalo Muñoz <gmunozfe@redhat.com>
    github-actions[bot] and gmunozfe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4da135d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. [7.67.x-blue] Fix maven plugin tests (kiegroup#3038)

    * Remove invoker.properties, so it tests don't run builds twice.
    
    * Restore debug output as it is needed by a test.
    baldimir committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    14cc31c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    ff778bc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. [7.67.x-blue][RHPAM-4898] Fix concurrency issue in KafkaServerRegistr…

    …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>
    martinweiler and elguardian committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0a3e08a View commit details
    Browse the repository at this point in the history
  2. [incubator-kie-issues-994] kafka auth feature with message header rec…

    …ords (kiegroup#3037) (kiegroup#3043)
    
    * integration java-jwt for kafka and inmemory thing
    
    * add security and integration check with RSA
    
    * keystore helpers
    elguardian committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    893da23 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    11f3b99 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. [7.67.x-blue] RHPAM-3709: upgrade maven dependencies to address CVE-2…

    …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>
    3 people committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f89371b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. [7.67.x-blue] RHPAM-4779: SLA due date value in ProcessInstanceLog ta…

    …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>
    akumar074 and nmirasch committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    19615c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. [incubator-kie-issues-1105] Polymorphic json typing causes long delay…

    …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>
    akumar074 and elguardian committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    dc422db View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. [7.67.x-blue] Updating mysql connector gav

    Signed-off-by: Jason Porter <lightguard.jp@gmail.com>
    LightGuard committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e0487c1 View commit details
    Browse the repository at this point in the history