You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/05 08:56:01 UTC

(camel-quarkus) branch main updated: Remove Salesforce PubSubApiConsumer POJO class loading workaround

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 37d45bc03b Remove Salesforce PubSubApiConsumer POJO class loading workaround
37d45bc03b is described below

commit 37d45bc03bb6914554fbc5eb6eb9eb83c279e23b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jan 5 07:16:03 2024 +0000

    Remove Salesforce PubSubApiConsumer POJO class loading workaround
    
    Fixes #5502
---
 integration-tests/salesforce/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/integration-tests/salesforce/src/main/resources/application.properties b/integration-tests/salesforce/src/main/resources/application.properties
index 823ae001ed..f85470aa24 100644
--- a/integration-tests/salesforce/src/main/resources/application.properties
+++ b/integration-tests/salesforce/src/main/resources/application.properties
@@ -20,6 +20,3 @@
 #
 camel.component.salesforce.loginUrl = https://login.salesforce.com
 
-# TODO: Remove this. Currently required for pub/sub POJO class loading
-# https://github.com/apache/camel-quarkus/issues/5502
-quarkus.test.flat-class-path = true