This is an automated email from the ASF dual-hosted git repository. mattrpav pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/activemq.git
from c2ebea7e2e Merge pull request #1464 from mattrpav/AMQ-9737 add f542568319 [AMQ-9734] Remove support for deprecated Axion JDBC Support new 45043c8c60 Merge pull request #1463 from mattrpav/AMQ-9734 The 1 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: .../store/jdbc/adapter/AxionJDBCAdapter.java | 64 ------------------- .../store/jdbc/adapter/StreamJDBCAdapter.java | 73 ---------------------- .../apache/activemq/store/jdbc/axion_jdbc_driver | 17 ----- activemq-rar/pom.xml | 24 ------- activemq-unit-tests/pom.xml | 15 ----- pom.xml | 22 ------- 6 files changed, 215 deletions(-) delete mode 100644 activemq-jdbc-store/src/main/java/org/apache/activemq/store/jdbc/adapter/AxionJDBCAdapter.java delete mode 100644 activemq-jdbc-store/src/main/java/org/apache/activemq/store/jdbc/adapter/StreamJDBCAdapter.java delete mode 100644 activemq-jdbc-store/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc/axion_jdbc_driver --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@activemq.apache.org For additional commands, e-mail: commits-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact