This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 8164a630185 (chores) build: remove unused 'integration' profile new 5968ea01d47 (chores) build: remove unused 'it-tests' profile new a4bdee2e133 (chores) camel-irc: adjust settings to use libera chat when enabled The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: components/camel-irc/pom.xml | 40 ---------------------- ...stSupport.java => IrcIntegrationITSupport.java} | 4 +-- ...lRouteTest.java => IrcMultiChannelRouteIT.java} | 7 ++-- .../it/{IrcOnReplyTest.java => IrcOnReplyIT.java} | 7 ++-- .../it/{IrcPrivmsgTest.java => IrcPrivmsgIT.java} | 7 ++-- .../irc/it/{IrcRouteTest.java => IrcRouteIT.java} | 7 ++-- ...IrcsListUsersTest.java => IrcsListUsersIT.java} | 7 ++-- .../it/{IrcsRouteTest.java => IrcsRouteIT.java} | 6 +++- ...t.java => IrcsWithSslContextParamsRouteIT.java} | 2 +- .../src/test/resources/it-tests.properties | 4 +-- 10 files changed, 35 insertions(+), 56 deletions(-) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcIntegrationTestSupport.java => IrcIntegrationITSupport.java} (95%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcMultiChannelRouteTest.java => IrcMultiChannelRouteIT.java} (90%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcOnReplyTest.java => IrcOnReplyIT.java} (89%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcPrivmsgTest.java => IrcPrivmsgIT.java} (90%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcRouteTest.java => IrcRouteIT.java} (90%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcsListUsersTest.java => IrcsListUsersIT.java} (88%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcsRouteTest.java => IrcsRouteIT.java} (78%) rename components/camel-irc/src/test/java/org/apache/camel/component/irc/it/{IrcsWithSslContextParamsRouteTest.java => IrcsWithSslContextParamsRouteIT.java} (97%)