[qpid-broker-j] branch main updated: QPID-8612: [Broker-J] Changed default Garbage Collector from CMS to G1 (#162)
This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git The following commit(s) were added to refs/heads/main by this push: new 651f77e67d QPID-8612: [Broker-J] Changed default Garbage Collector from CMS to G1 (#162) 651f77e67d is described below commit 651f77e67d9bd0928482a20dc924e9af07b8e474 Author: vavrtom AuthorDate: Fri Nov 11 12:54:32 2022 +0100 QPID-8612: [Broker-J] Changed default Garbage Collector from CMS to G1 (#162) --- broker/bin/qpid-server | 2 +- broker/bin/qpid-server.bat | 2 +- .../src/docbkx/Java-Broker-Appendix-Environment-Variables.xml | 2 +- .../main/java/org/apache/qpid/tools/MemoryConsumptionTestClient.java| 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/broker/bin/qpid-server b/broker/bin/qpid-server index 0176424041..6b518d9e03 100755 --- a/broker/bin/qpid-server +++ b/broker/bin/qpid-server @@ -40,7 +40,7 @@ QPID_LIBS="${QPID_HOME}/lib/*:${QPID_HOME}/lib/plugins/*:${QPID_HOME}/lib/opt/*" export JAVA=java \ JAVA_VM=-server \ JAVA_MEM="-Xmx512m -XX:MaxDirectMemorySize=1536m" \ - JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError" \ + JAVA_GC="-XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError" \ QPID_CLASSPATH="${QPID_LIBS}" \ QPID_RUN_LOG=2 diff --git a/broker/bin/qpid-server.bat b/broker/bin/qpid-server.bat index 1350d68ef1..8d0305f0b1 100755 --- a/broker/bin/qpid-server.bat +++ b/broker/bin/qpid-server.bat @@ -165,7 +165,7 @@ REM end parsing -run arguments set JAVA_VM=-server set JAVA_MEM=-Xmx512m -XX:MaxDirectMemorySize=1536m -set JAVA_GC=-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError +set JAVA_GC=-XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError REM Use QPID_JAVA_GC if set if "%QPID_JAVA_GC%" == "" goto noQpidJavaGC diff --git a/doc/java-broker/src/docbkx/Java-Broker-Appendix-Environment-Variables.xml b/doc/java-broker/src/docbkx/Java-Broker-Appendix-Environment-Variables.xml index dbfe56793c..3351a72fba 100644 --- a/doc/java-broker/src/docbkx/Java-Broker-Appendix-Environment-Variables.xml +++ b/doc/java-broker/src/docbkx/Java-Broker-Appendix-Environment-Variables.xml @@ -85,7 +85,7 @@ QPID_JAVA_GC --XX:+HeapDumpOnOutOfMemoryError -XX:+UseConcMarkSweepGC +-XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC This is the preferred mechanism for customising garbage collection behaviour. The diff --git a/tools/src/main/java/org/apache/qpid/tools/MemoryConsumptionTestClient.java b/tools/src/main/java/org/apache/qpid/tools/MemoryConsumptionTestClient.java index be431f0ee0..569c9f0ac6 100644 --- a/tools/src/main/java/org/apache/qpid/tools/MemoryConsumptionTestClient.java +++ b/tools/src/main/java/org/apache/qpid/tools/MemoryConsumptionTestClient.java @@ -122,7 +122,7 @@ public class MemoryConsumptionTestClient options.put(JMX_PORT_ARG, JMX_PORT_DEFAULT); options.put(JMX_USER_ARG, ""); options.put(JMX_USER_PASSWORD_ARG, ""); -options.put(JMX_GARBAGE_COLLECTOR_MBEAN, "java.lang:type=GarbageCollector,name=ConcurrentMarkSweep"); +options.put(JMX_GARBAGE_COLLECTOR_MBEAN, "java.lang:type=GarbageCollector,name=G1 Old Generation"); if(args.length == 1 && (args[0].equals("-h") || args[0].equals("--help") || args[0].equals("help"))) - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-broker-j] branch main updated: QPID-8580: [Broker-J] Removed logback tests jar and added ASM license (#163)
This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git The following commit(s) were added to refs/heads/main by this push: new 0feef63043 QPID-8580: [Broker-J] Removed logback tests jar and added ASM license (#163) 0feef63043 is described below commit 0feef630437417a0e909f99b387ed3b93bffae75 Author: vavrtom AuthorDate: Fri Nov 11 13:54:43 2022 +0100 QPID-8580: [Broker-J] Removed logback tests jar and added ASM license (#163) --- apache-qpid-broker-j/src/main/assembly/LICENSE | 35 -- pom.xml| 12 + 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/LICENSE b/apache-qpid-broker-j/src/main/assembly/LICENSE index c2216246a2..77f9b06487 100644 --- a/apache-qpid-broker-j/src/main/assembly/LICENSE +++ b/apache-qpid-broker-j/src/main/assembly/LICENSE @@ -300,8 +300,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ### -This product bundles the logback-core and logback-classic jars which are under -the "Eclipse Public License - v 1.0": +This product bundles the logback-core, logback-core-db, logback-classic and +logback-classic-db jars which are under the "Eclipse Public License - v 1.0": Logback: the reliable, generic, fast and flexible logging framework. Copyright (C) 1999-2012, QOS.ch. All rights reserved. @@ -544,3 +544,34 @@ the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. + +### + +This product bundles the asm and asm-tree jars which are under +the "3-Clause BSD License": + +ASM: a very small and fast Java bytecode manipulation framework +Copyright (c) 2000-2011 INRIA, France Telecom +All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +THE POSSIBILITY OF SUCH DAMAGE. diff --git a/pom.xml b/pom.xml index a9664506d2..fecd47e6e9 100644 --- a/pom.xml +++ b/pom.xml @@ -549,11 +549,23 @@ ch.qos.logback.db logback-core-db ${logback-db-version} + + +ch.qos.logback +logback-core + + ch.qos.logback.db logback-classic-db ${logback-db-version} + + +ch.qos.logback +logback-core + + com.google.guava - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
svn commit: r57963 - /release/qpid/proton/0.38.0/
Author: robbie Date: Fri Nov 11 13:14:54 2022 New Revision: 57963 Log: add files for qpid-proton 0.38.0 Added: release/qpid/proton/0.38.0/ - copied from r57962, dev/qpid/proton/0.38.0-rc1/ - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-proton] annotated tag 0.38.0 created (now ca1117092)
This is an automated email from the ASF dual-hosted git repository. robbie pushed a change to annotated tag 0.38.0 in repository https://gitbox.apache.org/repos/asf/qpid-proton.git at ca1117092 (tag) tagging da60728ebc92f40f265c13b4a4f55cb63265cd26 (commit) replaces 0.37.0 by Robbie Gemmell on Fri Nov 11 13:16:40 2022 + - Log - Release 0.38.0 --- No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-broker-j] branch main updated: QPID-8580: [Broker-J] Updated dependency references
This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git The following commit(s) were added to refs/heads/main by this push: new 6085e6c663 QPID-8580: [Broker-J] Updated dependency references 6085e6c663 is described below commit 6085e6c663c4d07881aed4baa291db0f803a1303 Author: Tomas Vavricka AuthorDate: Fri Nov 11 15:34:50 2022 +0100 QPID-8580: [Broker-J] Updated dependency references --- .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE| 2 -- 1 file changed, 2 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index fe67c6f1a3..67ee41d619 100644 --- a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -75,8 +75,6 @@ From: 'QOS.ch' (http://www.qos.ch) License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.2.11 License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - - Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.2.11 -License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - Logback DBAppender Classic Module (http://logback.qos.ch/logback-classic-db) ch.qos.logback.db:logback-classic-db:jar:1.2.11.1 License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - Logback DBAppender Core Module (http://logback.qos.ch/logback-core-db) ch.qos.logback.db:logback-core-db:jar:1.2.11.1 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-protonj2] branch main updated (7f4adac5 -> 012a2db2)
This is an automated email from the ASF dual-hosted git repository. tabish pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git from 7f4adac5 [maven-release-plugin] prepare release 1.0.0-M11 new 7871811d [maven-release-plugin] prepare for next development iteration new 012a2db2 PROTON-2651 Update to netty 4.1.85.Final and update io_uring 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: apache-qpid-protonj2/pom.xml | 2 +- pom.xml| 10 +- protonj2-client-docs/pom.xml | 2 +- protonj2-client-examples/pom.xml | 2 +- protonj2-client/pom.xml| 2 +- protonj2-performance-tests/pom.xml | 2 +- protonj2-test-driver/pom.xml | 2 +- protonj2/pom.xml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-protonj2] 02/02: PROTON-2651 Update to netty 4.1.85.Final and update io_uring
This is an automated email from the ASF dual-hosted git repository. tabish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git commit 012a2db220ad29c8eaa20573c67da153bf6b369f Author: Timothy Bish AuthorDate: Fri Nov 11 10:24:36 2022 -0500 PROTON-2651 Update to netty 4.1.85.Final and update io_uring --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aaf8cd35..484f2b90 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ 0.34.0 1.7.36 2.2 -4.1.84.Final -0.0.15.Final +4.1.85.Final +0.0.16.Final 2.0.54.Final - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-protonj2] 01/02: [maven-release-plugin] prepare for next development iteration
This is an automated email from the ASF dual-hosted git repository. tabish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git commit 7871811dbe0aea1fd779ff6828652e1d77922a2f Author: Timothy Bish AuthorDate: Tue Nov 8 11:47:54 2022 -0500 [maven-release-plugin] prepare for next development iteration --- apache-qpid-protonj2/pom.xml | 2 +- pom.xml| 6 +++--- protonj2-client-docs/pom.xml | 2 +- protonj2-client-examples/pom.xml | 2 +- protonj2-client/pom.xml| 2 +- protonj2-performance-tests/pom.xml | 2 +- protonj2-test-driver/pom.xml | 2 +- protonj2/pom.xml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml index 071df92e..828f2380 100644 --- a/apache-qpid-protonj2/pom.xml +++ b/apache-qpid-protonj2/pom.xml @@ -18,7 +18,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 09a4f729..aaf8cd35 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.qpid protonj2-parent - 1.0.0-M11 + 1.0.0-M12-SNAPSHOT pom Qpid ProtonJ2 Parent @@ -65,7 +65,7 @@ -Xmx2g -enableassertions ${jacoco-config} - 2022-11-08T16:45:29Z + 2022-11-08T16:47:53Z https://qpid.apache.org/proton @@ -73,7 +73,7 @@ scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git -1.0.0-M11 +1.0.0-M10 https://issues.apache.org/jira/browse/PROTON diff --git a/protonj2-client-docs/pom.xml b/protonj2-client-docs/pom.xml index fc715991..65bf49cf 100644 --- a/protonj2-client-docs/pom.xml +++ b/protonj2-client-docs/pom.xml @@ -18,7 +18,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT 4.0.0 diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml index e356fe61..2190c81c 100644 --- a/protonj2-client-examples/pom.xml +++ b/protonj2-client-examples/pom.xml @@ -20,7 +20,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT protonj2-client-examples diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml index 173bcff9..15d82d79 100644 --- a/protonj2-client/pom.xml +++ b/protonj2-client/pom.xml @@ -22,7 +22,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT protonj2-client diff --git a/protonj2-performance-tests/pom.xml b/protonj2-performance-tests/pom.xml index 6a3873aa..9f3ab1a4 100644 --- a/protonj2-performance-tests/pom.xml +++ b/protonj2-performance-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT protonj2-performance-tests diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml index c47adbdd..7a76433b 100644 --- a/protonj2-test-driver/pom.xml +++ b/protonj2-test-driver/pom.xml @@ -20,7 +20,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT protonj2-test-driver diff --git a/protonj2/pom.xml b/protonj2/pom.xml index f69693ae..ac48e376 100644 --- a/protonj2/pom.xml +++ b/protonj2/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid protonj2-parent -1.0.0-M11 +1.0.0-M12-SNAPSHOT 4.0.0 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
[qpid-broker-j] branch main updated: QPID-8586: [Broker-J] Added nashorn dependency to qpid-perftests-systests module
This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git The following commit(s) were added to refs/heads/main by this push: new 5a3d7163fc QPID-8586: [Broker-J] Added nashorn dependency to qpid-perftests-systests module 5a3d7163fc is described below commit 5a3d7163fc60adf8dc7deafe863ad3b29b5b7ee3 Author: Tomas Vavricka AuthorDate: Fri Nov 11 16:49:26 2022 +0100 QPID-8586: [Broker-J] Added nashorn dependency to qpid-perftests-systests module --- qpid-perftests-systests/pom.xml | 13 + 1 file changed, 13 insertions(+) diff --git a/qpid-perftests-systests/pom.xml b/qpid-perftests-systests/pom.xml index cd17f42448..546da9f1df 100644 --- a/qpid-perftests-systests/pom.xml +++ b/qpid-perftests-systests/pom.xml @@ -121,5 +121,18 @@ + + nashorn + +[15,) + + + + org.openjdk.nashorn + nashorn-core + test + + + - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
svn commit: r57970 - in /release/qpid: proton-dotnet/1.0.0-M4/ proton/0.37.0/ protonj2/1.0.0-M8/ protonj2/1.0.0-M9/
Author: robbie Date: Fri Nov 11 16:19:59 2022 New Revision: 57970 Log: clean out older releases Removed: release/qpid/proton-dotnet/1.0.0-M4/ release/qpid/proton/0.37.0/ release/qpid/protonj2/1.0.0-M8/ release/qpid/protonj2/1.0.0-M9/ - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
svn commit: r57972 - /release/qpid/protonj2/1.0.0-M11/
Author: tabish Date: Fri Nov 11 19:04:28 2022 New Revision: 57972 Log: Add files for Qpid ProtonJ2 1.0.0-M11 Added: release/qpid/protonj2/1.0.0-M11/ - copied from r57971, dev/qpid/protonj2/1.0.0-M11-rc1/ - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org
svn commit: r57973 - /release/qpid/proton-dotnet/1.0.0-M6/
Author: tabish Date: Fri Nov 11 19:05:56 2022 New Revision: 57973 Log: Add files for Qpid proton-dotnet 1.0.0-M6 Added: release/qpid/proton-dotnet/1.0.0-M6/ - copied from r57972, dev/qpid/proton-dotnet/1.0.0-M6-rc1/ - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org