You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/04 09:31:46 UTC

[activemq-artemis-native] branch master updated (1b94b56 -> b918387)

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

robbie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git


    from 1b94b56  NO-JIRA upgrade apache version to 23
     add 7decda0  various build fixups/improvements/alignments
     add fa2cdbd  ARTEMIS-3882 Removing Logger references and its dependencies
     add 2b89b0f  Compilation script using podman
     add 7b68475  Fixing issue with mac not support :z on podman & docker
     add b918387  Adding podman note on README

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/MavenWrapperDownloader.java           | 117 -------
 .mvn/wrapper/maven-wrapper.jar                     | Bin 50709 -> 0 bytes
 .mvn/wrapper/maven-wrapper.properties              |  20 --
 NOTICE                                             |   2 +-
 README.md                                          |  20 +-
 mvnw                                               | 305 -----------------
 mvnw.cmd                                           | 172 ----------
 pom.xml                                            | 368 +++++++++++----------
 scripts/32test.sh                                  |   2 +-
 scripts/64test.sh                                  |   5 +-
 scripts/{compile-native.sh => bash-podman.sh}      |  20 +-
 scripts/compile-using-docker.sh                    |  13 +-
 scripts/{64test.sh => compile-using-podman.sh}     |  29 +-
 src/main/assembly/source.xml                       |  18 +-
 src/main/c/CMakeLists.txt                          |   2 +-
 ...activemq_artemis_nativo_jlibaio_LibaioContext.h |   2 +-
 src/main/docker/Dockerfile-centos                  |  12 +-
 .../artemis/nativo/jlibaio/LibaioContext.java      |  17 +-
 .../artemis/nativo/jlibaio/LibaioFile.java         |   2 +-
 .../{SubmitInfo.java => LoggerCallback.java}       |  16 +-
 .../artemis/nativo/jlibaio/NativeLogger.java       |  63 ++--
 .../artemis/nativo/jlibaio/SystemCallback.java     |  50 +++
 .../artemis/nativo/jlibaio/test/LibaioTest.java    |  19 +-
 23 files changed, 410 insertions(+), 864 deletions(-)
 delete mode 100755 .mvn/wrapper/MavenWrapperDownloader.java
 delete mode 100755 .mvn/wrapper/maven-wrapper.jar
 delete mode 100755 .mvn/wrapper/maven-wrapper.properties
 delete mode 100755 mvnw
 delete mode 100755 mvnw.cmd
 copy scripts/{compile-native.sh => bash-podman.sh} (67%)
 copy scripts/{64test.sh => compile-using-podman.sh} (56%)
 copy src/main/java/org/apache/activemq/artemis/nativo/jlibaio/{SubmitInfo.java => LoggerCallback.java} (63%)
 create mode 100644 src/main/java/org/apache/activemq/artemis/nativo/jlibaio/SystemCallback.java