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

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


    from a4adf10  add note about removing finalize usage
     new 8e33669  Removing Logger references and its dependencies
     new 0bb8a2e  Using javac -h instead of javah
     new 291b77f  Removing finalize calls, using Java11, Using Cleaner API in 
some tests that are validating leaks

The 3 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:
 pom.xml                                            | 31 ++------------
 src/main/c/CMakeLists.txt                          |  2 +-
 .../artemis/nativo/jlibaio/LibaioContext.java      | 17 ++------
 .../artemis/nativo/jlibaio/LibaioFile.java         |  7 +--
 .../{SubmitInfo.java => LoggerCallback.java}       | 16 +++++--
 .../artemis/nativo/jlibaio/NativeLogger.java       | 36 ++++++++++++----
 .../artemis/nativo/jlibaio/SystemCallback.java     | 50 ++++++++++++++++++++++
 .../artemis/nativo/jlibaio/test/LibaioTest.java    | 19 +++++---
 8 files changed, 113 insertions(+), 65 deletions(-)
 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

Reply via email to