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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749338#comment-17749338
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #214:
URL: https://github.com/apache/qpid-broker-j/pull/214

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module bdbstore




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #214: QPID-8653: [Broker-J] Code cleanup: bdbstore - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #214:
URL: https://github.com/apache/qpid-broker-j/pull/214

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module bdbstore


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749337#comment-17749337
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #213:
URL: https://github.com/apache/qpid-broker-j/pull/213

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/access-control




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #213: QPID-8653: [Broker-J] Code cleanup: access-control - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #213:
URL: https://github.com/apache/qpid-broker-j/pull/213

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/access-control


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749335#comment-17749335
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #212:
URL: https://github.com/apache/qpid-broker-j/pull/212

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/amqp-0-10-protocol




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #212: QPID-8653: [Broker-J] Code cleanup: amqp-0-10-protocol - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #212:
URL: https://github.com/apache/qpid-broker-j/pull/212

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/amqp-0-10-protocol


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749334#comment-17749334
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #211:
URL: https://github.com/apache/qpid-broker-j/pull/211

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/amqp-0-8-protocol




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #211: QPID-8653: [Broker-J] Code cleanup: amqp-0-8-protocol - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #211:
URL: https://github.com/apache/qpid-broker-j/pull/211

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/amqp-0-8-protocol


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749333#comment-17749333
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #210:
URL: https://github.com/apache/qpid-broker-j/pull/210

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/amqp-1-0-protocol




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #210: QPID-8653: [Broker-J] Code cleanup: amqp-1-0-protocol - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #210:
URL: https://github.com/apache/qpid-broker-j/pull/210

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/amqp-1-0-protocol


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749332#comment-17749332
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #209:
URL: https://github.com/apache/qpid-broker-j/pull/209

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/management-amqp




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #209: QPID-8653: [Broker-J] Code cleanup: management-amqp - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #209:
URL: https://github.com/apache/qpid-broker-j/pull/209

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/management-amqp


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749330#comment-17749330
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #208:
URL: https://github.com/apache/qpid-broker-j/pull/208

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in modules broker-plugins/derby-linkstore, 
broker-plugins/amqp-1-0-jdbc-linkstore and broker-plugins/amqp-1-0-bdb-linkstore




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #208: QPID-8653: [Broker-J] Code cleanup: bdb-linkstore / jdbc-linkstore / derby-linkstore - collection type arguments, collection factory

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #208:
URL: https://github.com/apache/qpid-broker-j/pull/208

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in modules broker-plugins/derby-linkstore, 
broker-plugins/amqp-1-0-jdbc-linkstore and broker-plugins/amqp-1-0-bdb-linkstore


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749329#comment-17749329
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #207:
URL: https://github.com/apache/qpid-broker-j/pull/207

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/logging-logback




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #207: QPID-8653: [Broker-J] Code cleanup: logging-logback - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #207:
URL: https://github.com/apache/qpid-broker-j/pull/207

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-plugins/logging-logback


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749311#comment-17749311
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #206:
URL: https://github.com/apache/qpid-broker-j/pull/206

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in modules broker-codegen and qpid-broker




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #206: QPID-8653: [Broker-J] Code cleanup: broker-codegen - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #206:
URL: https://github.com/apache/qpid-broker-j/pull/206

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in modules broker-codegen and qpid-broker


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749305#comment-17749305
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #205:
URL: https://github.com/apache/qpid-broker-j/pull/205

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-core




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #205: QPID-8653: [Broker-J] Code cleanup: broker-core - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #205:
URL: https://github.com/apache/qpid-broker-j/pull/205

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module broker-core


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #1638: Bump browserslist from 4.20.0 to 4.21.9 in /console/react

2023-07-31 Thread via GitHub


dependabot[bot] closed pull request #1638: Bump browserslist from 4.20.0 to 
4.21.9 in /console/react
URL: https://github.com/apache/qpid-dispatch/pull/1638


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #1638: Bump browserslist from 4.20.0 to 4.21.9 in /console/react

2023-07-31 Thread via GitHub


dependabot[bot] commented on PR #1638:
URL: https://github.com/apache/qpid-dispatch/pull/1638#issuecomment-1658886640

   Superseded by #1646.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request, #1646: Bump browserslist from 4.20.0 to 4.21.10 in /console/react

2023-07-31 Thread via GitHub


dependabot[bot] opened a new pull request, #1646:
URL: https://github.com/apache/qpid-dispatch/pull/1646

   Bumps [browserslist](https://github.com/browserslist/browserslist) from 
4.20.0 to 4.21.10.
   
   Changelog
   Sourced from https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md";>browserslist's
 changelog.
   
   4.21.10
   
   Updated Firefox ESR.
   
   4.21.9
   
   Fixed Opera Mobile edge cases (by Steve Repsher).
   
   4.21.8
   
   Fixed supports query and mobileToDesktop (by 
Steve Repsher).
   
   4.21.7
   
   Fixed last queries for Android (by Steve Repsher).
   
   4.21.6
   
   Fixed time queries with mobileToDesktop (by Steve 
Repsher).
   Fixed docs (by Tatsunori Uchino, Will Stone, and Dominik 
Pschenitschni).
   
   4.21.5
   
   Fixed running Browserslist in browser environment.
   
   4.21.4
   
   Updated Firefox ESR.
   
   4.21.3
   
   Improved unknown region and unknown feature error (by Alexander 
Chabin).
   
   4.21.2
   
   Updated Firefox ESR.
   
   4.21.1
   
   Fixed parsing days in since query.
   
   4.21
   
   IE 11 was added to dead and removed from 
defaults (by Albert Portnoy).
   Added browserslist.parse() to get config AST for 
analysis.
   Moved --update-db script to 
update-browserslist-db tool.
   Fixed Unicode BOM support in package.json.
   
   4.20.4
   
   Fixed Opera in mobileToDesktop (by Pig Fang).
   
   4.20.3
   
   Added Baidu to dead browsers (by Igor 
Lukanin).
   
   4.20.2
   
   Fixed package.funding URL format.
   
   4.20.1
   
   Fixed package.funding.
   Fixed docs (by Michael Lohmann).
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/browserslist/browserslist/commit/a1861c1e4536d43a05b213296c4139ec6b773702";>a1861c1
 Release 4.21.10 version
   https://github.com/browserslist/browserslist/commit/c3823b118b37cacd9dac40129ce38b2db7377b4f";>c3823b1
 Run tests in parallel
   https://github.com/browserslist/browserslist/commit/8d3caf010069f90e4d155ed4b4d404c34e074b55";>8d3caf0
 Update dependencies
   https://github.com/browserslist/browserslist/commit/48257493c31c9464b7ae7da31dc6bc2bd6b559ca";>4825749
 Update Firefox ESR versions
   https://github.com/browserslist/browserslist/commit/2d4a2b4bcf05d313d8420ea5e02ce559ef7f3bbf";>2d4a2b4
 Bump word-wrap from 1.2.3 to 1.2.4 (https://redirect.github.com/browserslist/browserslist/issues/780";>#780)
   https://github.com/browserslist/browserslist/commit/28a05c9e833951aa958a34beff5a107861353c72";>28a05c9
 Release 4.21.9 version
   https://github.com/browserslist/browserslist/commit/00c3de851df286bb63bb89bec853de224564e55a";>00c3de8
 Update dependencies
   https://github.com/browserslist/browserslist/commit/9f595d681febd85c9fd7d34ac9415d6d2d35506c";>9f595d6
 Fix invalid results for Opera Mobile (https://redirect.github.com/browserslist/browserslist/issues/768";>#768)
   https://github.com/browserslist/browserslist/commit/d05ffab7925f003ba658d992f83db387f781df86";>d05ffab
 Release 4.21.8 version
   https://github.com/browserslist/browserslist/commit/510ff6bec0ad910a9082e379a219b672ff8f82f3";>510ff6b
 Update dependencies
   Additional commits viewable in https://github.com/browserslist/browserslist/compare/4.20.0...4.21.10";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=browserslist&package-manager=npm_and_yarn&previous-version=4.20.0&new-version=4.21.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the 

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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749301#comment-17749301
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #204:
URL: https://github.com/apache/qpid-broker-j/pull/204

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in modules broker-plugins/prometheus-exporter, broker-plugins/query-engine and 
broker-plugins/websocket




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #204: QPID-8653: [Broker-J] Code cleanup: prometheus / query-engine / websocket - collection type arguments, collection factory methods, la

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #204:
URL: https://github.com/apache/qpid-broker-j/pull/204

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in modules broker-plugins/prometheus-exporter, broker-plugins/query-engine and 
broker-plugins/websocket


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-2358) Compilation failure using Proton 0.38.0

2023-07-31 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-2358:

Description: 
 

{{{noformat}}}

/builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c: In function 
'qd_message_receive':
/builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c:1494:48: error: 
'PN_WEAKREF' undeclared (first use in this function)
 1494 |         pn_record_def(record, PN_DELIVERY_CTX, PN_WEAKREF);
      |                                                ^~

 

{{{noformat}}}

  was:
 

/builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c: In function 
'qd_message_receive': 
/builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c:1494:48: error: 
'PN_WEAKREF' undeclared (first use in this function) 1494 | 
pn_record_def(record, PN_DELIVERY_CTX, PN_WEAKREF); | ^~


> Compilation failure using Proton 0.38.0
> ---
>
> Key: DISPATCH-2358
> URL: https://issues.apache.org/jira/browse/DISPATCH-2358
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 1.19.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
>  
> {{{noformat}}}
> /builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c: In function 
> 'qd_message_receive':
> /builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c:1494:48: error: 
> 'PN_WEAKREF' undeclared (first use in this function)
>  1494 |         pn_record_def(record, PN_DELIVERY_CTX, PN_WEAKREF);
>       |                                                ^~
>  
> {{{noformat}}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (DISPATCH-2358) Compilation failure using Proton 0.38.0

2023-07-31 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-2358:
---

 Summary: Compilation failure using Proton 0.38.0
 Key: DISPATCH-2358
 URL: https://issues.apache.org/jira/browse/DISPATCH-2358
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Container
Affects Versions: 1.19.0
Reporter: Ganesh Murthy
Assignee: Ganesh Murthy


 

/builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c: In function 
'qd_message_receive': 
/builddir/build/BUILD/qpid-dispatch-1.19.0/src/message.c:1494:48: error: 
'PN_WEAKREF' undeclared (first use in this function) 1494 | 
pn_record_def(record, PN_DELIVERY_CTX, PN_WEAKREF); | ^~



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2023-07-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749187#comment-17749187
 ] 

ASF GitHub Bot commented on QPID-8653:
--

dakirily opened a new pull request, #203:
URL: https://github.com/apache/qpid-broker-j/pull/203

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module qpid-perftests




> [Broker-J] Code cleanup: collection type arguments, collection factory 
> methods, lambdas
> ---
>
> Key: QPID-8653
> URL: https://issues.apache.org/jira/browse/QPID-8653
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Minor
> Fix For: qpid-java-broker-9.0.1
>
>
> Following issues are covered with this JIRA:
> 1. Explicit collection type arguments can be replaced with diamond notation 
> to shorten the code and to make it more readable.
> 2. Empty collection methods should be refactored using java 11 factory 
> methods where appropriate.
> 3. Anonymous types should be replaced with lambdas or method references where 
> appropriate. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #203: QPID-8653: [Broker-J] Code cleanup: qpid-perftests - collection type arguments, collection factory methods, lambdas

2023-07-31 Thread via GitHub


dakirily opened a new pull request, #203:
URL: https://github.com/apache/qpid-broker-j/pull/203

   This PR addresses JIRA 
[QPID-8653](https://issues.apache.org/jira/browse/QPID-8653), refactoring code 
in module qpid-perftests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org