[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763265#comment-17763265 ] ASF GitHub Bot commented on PROTON-2748: astitcher commented on PR #402: URL:

[GitHub] [qpid-proton] astitcher commented on pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
astitcher commented on PR #402: URL: https://github.com/apache/qpid-proton/pull/402#issuecomment-1712229600 @cliffjansen I really like how this has turned out now. Are you finished or are there more changes due to adding new tests? -- This is an automated message from the Apache Git

[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763244#comment-17763244 ] ASF GitHub Bot commented on PROTON-2748: cliffjansen commented on code in PR #402: URL:

[GitHub] [qpid-proton] cliffjansen commented on a diff in pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320289915 ## c/src/proactor/epoll_raw_connection.c: ## @@ -318,12 +319,18 @@ static pn_event_t *pni_raw_batch_next(pn_event_batch_t *batch) { unlock(>task.mutex);

[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763242#comment-17763242 ] ASF GitHub Bot commented on PROTON-2748: cliffjansen commented on code in PR #402: URL:

[GitHub] [qpid-proton] cliffjansen commented on a diff in pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320281476 ## c/src/proactor/raw_connection.c: ## @@ -721,6 +723,14 @@ pn_event_t *pni_raw_event_next(pn_raw_connection_t *conn) { } while (true); } +pn_event_t

[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763240#comment-17763240 ] ASF GitHub Bot commented on PROTON-2748: cliffjansen commented on code in PR #402: URL:

[GitHub] [qpid-proton] cliffjansen commented on a diff in pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320280918 ## c/src/proactor/epoll_raw_connection.c: ## @@ -442,24 +458,31 @@ void pni_raw_connection_done(praw_connection_t *rc) { // The task may be in the ready state

[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763237#comment-17763237 ] ASF GitHub Bot commented on PROTON-2748: cliffjansen commented on code in PR #402: URL:

[GitHub] [qpid-proton] cliffjansen commented on a diff in pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320280088 ## c/src/proactor/epoll_raw_connection.c: ## @@ -408,32 +415,41 @@ pn_event_batch_t *pni_raw_connection_process(task_t *t, uint32_t io_events, bool }

[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763236#comment-17763236 ] ASF GitHub Bot commented on PROTON-2748: cliffjansen commented on code in PR #402: URL:

[jira] [Commented] (PROTON-2748) Raw connections do not always complete close operations

2023-09-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763239#comment-17763239 ] ASF GitHub Bot commented on PROTON-2748: cliffjansen commented on code in PR #402: URL:

[GitHub] [qpid-proton] cliffjansen commented on a diff in pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320280431 ## c/src/proactor/epoll_raw_connection.c: ## @@ -318,12 +319,18 @@ static pn_event_t *pni_raw_batch_next(pn_event_batch_t *batch) { unlock(>task.mutex);

[GitHub] [qpid-proton] cliffjansen commented on a diff in pull request #402: PROTON-2748: Raw connection async close fix and tests.

2023-09-08 Thread via GitHub
cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320279795 ## c/src/proactor/epoll_raw_connection.c: ## @@ -304,7 +305,7 @@ void pn_raw_connection_write_close(pn_raw_connection_t *rc) { pni_raw_write_close(rc); }

Re: Qpid broker Logback dependency

2023-09-08 Thread Tomas Vavricka
Hi Serhii, Apache Qpid Broker-J 9.1.0 has just been released. Using the new version should help as it contains logback 1.4.11. Regards, Tomas On 2023/09/05 10:10:23 Serhii Zhura wrote: > Hello. > > Maybe I should clarify for you where the issue is. When I'm using Logback > with version 1.4.x+

[ANNOUNCE] Apache Qpid Broker-J 9.1.0 released

2023-09-08 Thread Tomas Vavricka
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid Broker-J 9.1.0. This is the latest release of pure java implementation of messaging broker supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464,

[jira] [Closed] (QPID-8653) [Broker-J] Code cleanup: collection type arguments, collection factory methods, lambdas

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8653. > [Broker-J] Code cleanup: collection type arguments, collection factory > methods, lambdas >

[jira] [Closed] (QPID-8622) [Broker-J] Documentation about BDB licensing

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8622. > [Broker-J] Documentation about BDB licensing > > >

[jira] [Closed] (QPID-8654) [Broker-J] Delayed delivery producers data not displayed correctly in REST API

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8654. > [Broker-J] Delayed delivery producers data not displayed correctly in REST API >

[jira] [Closed] (QPID-8650) [Broker-J] JUnit 5 tests refactoring for broker-plugins/qpid-broker-plugins-amqp-msg-conv-0-8-to-0-10

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8650. > [Broker-J] JUnit 5 tests refactoring for >

[jira] [Closed] (QPID-8645) [Broker-J] JUnit 5 tests refactoring for broker-plugins/amqp-0-8-protocol

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8645. > [Broker-J] JUnit 5 tests refactoring for broker-plugins/amqp-0-8-protocol >

[jira] [Closed] (QPID-8644) [Broker-J] JUnit 5 tests refactoring for broker-plugins/access-control

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8644. > [Broker-J] JUnit 5 tests refactoring for broker-plugins/access-control >

[jira] [Closed] (QPID-8652) [Broker-J] JUnit 5 tests refactoring for broker-plugins/qpid-broker-plugins-amqp-msg-conv-0-10-to-1-0

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8652. > [Broker-J] JUnit 5 tests refactoring for >

[jira] [Closed] (QPID-8649) [Broker-J] JUnit 5 tests refactoring for amqp-1-0-bdb-store and amqp-1-0-jdbc-store

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8649. > [Broker-J] JUnit 5 tests refactoring for amqp-1-0-bdb-store and > amqp-1-0-jdbc-store >

[jira] [Closed] (QPID-8647) [Broker-J] JUnit 5 tests refactoring for broker-plugins/amqp-1-0-protocol

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8647. > [Broker-J] JUnit 5 tests refactoring for broker-plugins/amqp-1-0-protocol >

[jira] [Closed] (QPID-8651) [Broker-J] JUnit 5 tests refactoring for broker-plugins/qpid-broker-plugins-amqp-msg-conv-0-8-to-1-0

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8651. > [Broker-J] JUnit 5 tests refactoring for >

[jira] [Closed] (QPID-8640) [Broker-J] Remove producer on link destruction

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8640. > [Broker-J] Remove producer on link destruction > -- > >

[jira] [Closed] (QPID-8646) [Broker-J] JUnit 5 tests refactoring for broker-plugins/amqp-0-10-protocol

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8646. > [Broker-J] JUnit 5 tests refactoring for broker-plugins/amqp-0-10-protocol >

[jira] [Closed] (QPID-8620) [Broker-J] HTTP management plugin can reveal system data or debug information

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8620. > [Broker-J] HTTP management plugin can reveal system data or debug information >

[jira] [Closed] (QPID-8626) [Broker-J] Dependency updates

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8626. > [Broker-J] Dependency updates > - > > Key: QPID-8626 >

[jira] [Closed] (QPID-8625) [Broker-J] ACL rules require full DN when using LDAP authentication

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8625. > [Broker-J] ACL rules require full DN when using LDAP authentication >

[jira] [Closed] (QPID-8617) [Broker-J] Jetty server dependencies update

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8617. > [Broker-J] Jetty server dependencies update > --- > >

[jira] [Closed] (QPID-8616) [Broker-J] Privacy Violation: Heap Inspection in ManagedUser

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8616. > [Broker-J] Privacy Violation: Heap Inspection in ManagedUser >

[jira] [Closed] (QPID-8618) [Broker-J] ACL check on link stealing

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8618. > [Broker-J] ACL check on link stealing > - > >

[jira] [Closed] (QPID-8615) [Broker-J] JUnit 5 migration

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8615. > [Broker-J] JUnit 5 migration > > > Key: QPID-8615 >

[jira] [Closed] (QPID-8621) [Broker-J] Add operation "resetStatistics" to Producer

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8621. > [Broker-J] Add operation "resetStatistics" to Producer >

[jira] [Closed] (QPID-8614) [Broker-J] Deprecated reflection methods

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8614. > [Broker-J] Deprecated reflection methods > > >

[jira] [Closed] (QPID-8624) [Broker-J] Unable to auto generate self signed certificate on Java17

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8624. > [Broker-J] Unable to auto generate self signed certificate on Java17 >

[jira] [Closed] (QPID-8613) [Broker-J] Update slf4j / logback dependencies

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8613. > [Broker-J] Update slf4j / logback dependencies > -- > >

[jira] [Closed] (QPID-8623) [Broker-J] AESKeyFile encryption breaks SimpleLDAPAuthenticationManager user search

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka closed QPID-8623. > [Broker-J] AESKeyFile encryption breaks SimpleLDAPAuthenticationManager user > search >

[jira] [Updated] (QPID-8624) [Broker-J] Unable to auto generate self signed certificate on Java17

2023-09-08 Thread Tomas Vavricka (Jira)
[ https://issues.apache.org/jira/browse/QPID-8624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Vavricka updated QPID-8624: - Summary: [Broker-J] Unable to auto generate self signed certificate on Java17 (was: [Broker-J]