[jira] [Commented] (PROTON-2760) Ruby Some unit tests fail as they use MiniTest which is no longer an alias for Minitest

2023-08-07 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751847#comment-17751847
 ] 

ASF subversion and git services commented on PROTON-2760:
-

Commit 05918a586068b05f364558dc277aaef5881a7775 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=05918a586 ]

PROTON-2760: Minitest is no longer aliased as MiniTest


> Ruby Some unit tests fail as they use MiniTest which is no longer an alias 
> for Minitest
> ---
>
> Key: PROTON-2760
> URL: https://issues.apache.org/jira/browse/PROTON-2760
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
> Environment: Fedora rawhide (39)
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> {noformat}
> 29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in  (required)>': uninitialized constant MiniTest (NameError)
> 29: 
> 29: MiniTest::Test = MiniTest::Unit::TestCase
> 29: 
> 29: Did you mean? Minitest
> {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] [Commented] (PROTON-2761) The ruby unittests give deprecation warnings

2023-08-07 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751846#comment-17751846
 ] 

ASF subversion and git services commented on PROTON-2761:
-

Commit 06c9c7001f882823f6269a33191b077f9af4145f in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=06c9c7001 ]

PROTON-2761: [Ruby] use _() to avoid deprecation warnings


> The ruby unittests give deprecation warnings 
> -
>
> Key: PROTON-2761
> URL: https://issues.apache.org/jira/browse/PROTON-2761
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Minor
>
> {noformat}
> 40: # Running:
> 40: 
> 40: The extended array type#test_0002_raises an error when the current object 
> is not a list = /opt/qpid-proton/ruby/lib/codec/data.rb:68: warning: und
> efining the allocator of T_DATA class SWIG::TYPE_p_pn_data_t
> 40: DEPRECATED: global use of must_raise from 
> /opt/qpid-proton/ruby/spec/array_spec.rb:43. Use _\{obj.method}.must_raise 
> instead. This will fail in Min
> itest 6.
> 40: 0.00 s = .
> {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] [Updated] (PROTON-2760) Ruby Some unit tests fail as they use MiniTest which is no longer an alias for Minitest

2023-08-07 Thread Andrew Stitcher (Jira)


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

Andrew Stitcher updated PROTON-2760:

Description: 
{noformat}
29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in ': uninitialized constant MiniTest (NameError)
29: 
29: MiniTest::Test = MiniTest::Unit::TestCase
29: 
29: Did you mean? Minitest
{noformat}



  was:
{{29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in ': uninitialized constant MiniTest (NameError)}}
{{29: }}
{{29: MiniTest::Test = MiniTest::Unit::TestCase}}
{{29: }}
{{29: Did you mean? Minitest}}




> Ruby Some unit tests fail as they use MiniTest which is no longer an alias 
> for Minitest
> ---
>
> Key: PROTON-2760
> URL: https://issues.apache.org/jira/browse/PROTON-2760
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
> Environment: Fedora rawhide (39)
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> {noformat}
> 29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in  (required)>': uninitialized constant MiniTest (NameError)
> 29: 
> 29: MiniTest::Test = MiniTest::Unit::TestCase
> 29: 
> 29: Did you mean? Minitest
> {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] [Updated] (PROTON-2761) The ruby unittests give deprecation warnings

2023-08-07 Thread Andrew Stitcher (Jira)


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

Andrew Stitcher updated PROTON-2761:

Description: 
{noformat}
40: # Running:
40: 
40: The extended array type#test_0002_raises an error when the current object 
is not a list = /opt/qpid-proton/ruby/lib/codec/data.rb:68: warning: und
efining the allocator of T_DATA class SWIG::TYPE_p_pn_data_t
40: DEPRECATED: global use of must_raise from 
/opt/qpid-proton/ruby/spec/array_spec.rb:43. Use _\{obj.method}.must_raise 
instead. This will fail in Min
itest 6.
40: 0.00 s = .
{noformat}

  was:
40: # Running:
40: 
40: The extended array type#test_0002_raises an error when the current object 
is not a list = /opt/qpid-proton/ruby/lib/codec/data.rb:68: warning: und
efining the allocator of T_DATA class SWIG::TYPE_p_pn_data_t
40: DEPRECATED: global use of must_raise from 
/opt/qpid-proton/ruby/spec/array_spec.rb:43. Use _\{obj.method}.must_raise 
instead. This will fail in Min
itest 6.
40: 0.00 s = .


> The ruby unittests give deprecation warnings 
> -
>
> Key: PROTON-2761
> URL: https://issues.apache.org/jira/browse/PROTON-2761
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Minor
>
> {noformat}
> 40: # Running:
> 40: 
> 40: The extended array type#test_0002_raises an error when the current object 
> is not a list = /opt/qpid-proton/ruby/lib/codec/data.rb:68: warning: und
> efining the allocator of T_DATA class SWIG::TYPE_p_pn_data_t
> 40: DEPRECATED: global use of must_raise from 
> /opt/qpid-proton/ruby/spec/array_spec.rb:43. Use _\{obj.method}.must_raise 
> instead. This will fail in Min
> itest 6.
> 40: 0.00 s = .
> {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] (PROTON-2761) The ruby unittests give deprecation warnings

2023-08-07 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2761:
---

 Summary: The ruby unittests give deprecation warnings 
 Key: PROTON-2761
 URL: https://issues.apache.org/jira/browse/PROTON-2761
 Project: Qpid Proton
  Issue Type: Bug
  Components: ruby-binding
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


40: # Running:
40: 
40: The extended array type#test_0002_raises an error when the current object 
is not a list = /opt/qpid-proton/ruby/lib/codec/data.rb:68: warning: und
efining the allocator of T_DATA class SWIG::TYPE_p_pn_data_t
40: DEPRECATED: global use of must_raise from 
/opt/qpid-proton/ruby/spec/array_spec.rb:43. Use _\{obj.method}.must_raise 
instead. This will fail in Min
itest 6.
40: 0.00 s = .



--
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] [Updated] (PROTON-2760) Ruby Some unit tests fail as they use MiniTest which is no longer an alias for Minitest

2023-08-07 Thread Andrew Stitcher (Jira)


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

Andrew Stitcher updated PROTON-2760:

Summary: Ruby Some unit tests fail as they use MiniTest which is no longer 
an alias for Minitest  (was: Ruby Some unit tests fail due as they use MiniTest 
which is no longer an alias for Minitest)

> Ruby Some unit tests fail as they use MiniTest which is no longer an alias 
> for Minitest
> ---
>
> Key: PROTON-2760
> URL: https://issues.apache.org/jira/browse/PROTON-2760
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
> Environment: Fedora rawhide (39)
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> {{29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in  (required)>': uninitialized constant MiniTest (NameError)}}
> {{29: }}
> {{29: MiniTest::Test = MiniTest::Unit::TestCase}}
> {{29: }}
> {{29: Did you mean? Minitest}}



--
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] [Updated] (PROTON-2760) Ruby Some unit tests fail due as they use MiniTest which is no longer an alias for Minitest

2023-08-07 Thread Andrew Stitcher (Jira)


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

Andrew Stitcher updated PROTON-2760:

Description: 
{{29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in ': uninitialized constant MiniTest (NameError)}}
{{29: }}
{{29: MiniTest::Test = MiniTest::Unit::TestCase}}
{{29: }}
{{29: Did you mean? Minitest}}



  was:
{{29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in ': uninitialized constant MiniTest (NameError)
29: 
29: MiniTest::Test = MiniTest::Unit::TestCase
29: 
29: Did you mean? Minitest
}}


> Ruby Some unit tests fail due as they use MiniTest which is no longer an 
> alias for Minitest
> ---
>
> Key: PROTON-2760
> URL: https://issues.apache.org/jira/browse/PROTON-2760
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
> Environment: Fedora rawhide (39)
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> {{29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in  (required)>': uninitialized constant MiniTest (NameError)}}
> {{29: }}
> {{29: MiniTest::Test = MiniTest::Unit::TestCase}}
> {{29: }}
> {{29: Did you mean? Minitest}}



--
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] (PROTON-2760) Ruby Some unit tests fail due as they use MiniTest which is no longer an alias for Minitest

2023-08-07 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2760:
---

 Summary: Ruby Some unit tests fail due as they use MiniTest which 
is no longer an alias for Minitest
 Key: PROTON-2760
 URL: https://issues.apache.org/jira/browse/PROTON-2760
 Project: Qpid Proton
  Issue Type: Bug
  Components: ruby-binding
 Environment: Fedora rawhide (39)
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


{{29: /opt/qpid-proton/ruby/tests/test_tools.rb:28:in `rescue in ': uninitialized constant MiniTest (NameError)
29: 
29: MiniTest::Test = MiniTest::Unit::TestCase
29: 
29: Did you mean? Minitest
}}



--
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-8626) [Broker-J] Dependency updates

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


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

ASF GitHub Bot commented on QPID-8626:
--

vavrtom merged PR #178:
URL: https://github.com/apache/qpid-broker-j/pull/178




> [Broker-J] Dependency updates
> -
>
> Key: QPID-8626
> URL: https://issues.apache.org/jira/browse/QPID-8626
> 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
>
>
> This Jira should serve for broker-j dependency updates for release 9.0.1



--
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-8626) [Broker-J] Dependency updates

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8626:
---

Commit b26ecb5724599fa8044cc5ee239965c93e8e in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=b26ecb5724 ]

QPID-8626: [Broker-J] Dependency updates (#178)

* QPID-8626: [Broker-J] Dependency updates

* QPID-8626: [Broker-J] Dependency updates

> [Broker-J] Dependency updates
> -
>
> Key: QPID-8626
> URL: https://issues.apache.org/jira/browse/QPID-8626
> 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
>
>
> This Jira should serve for broker-j dependency updates for release 9.0.1



--
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] vavrtom merged pull request #178: QPID-8626: [Broker-J] Dependency updates

2023-08-07 Thread via GitHub


vavrtom merged PR #178:
URL: https://github.com/apache/qpid-broker-j/pull/178


-- 
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] [Resolved] (QPID-8653) [Broker-J] Code cleanup: collection type arguments, collection factory methods, lambdas

2023-08-07 Thread Tomas Vavricka (Jira)


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

Tomas Vavricka resolved QPID-8653.
--
Resolution: Implemented

> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #216:
URL: https://github.com/apache/qpid-broker-j/pull/216




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 609f1bfb86fe22594759cbde89ec7acf64791651 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=609f1bfb86 ]

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



> [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] vavrtom merged pull request #216: QPID-8653: [Broker-J] Code cleanup: management-http - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #216:
URL: https://github.com/apache/qpid-broker-j/pull/216


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 788064d4ea4ba9edecc652da6396b715909d86b2 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=788064d4ea ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #215:
URL: https://github.com/apache/qpid-broker-j/pull/215




> [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] vavrtom merged pull request #215: QPID-8653: [Broker-J] Code cleanup: msg-conv - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #215:
URL: https://github.com/apache/qpid-broker-j/pull/215


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #214:
URL: https://github.com/apache/qpid-broker-j/pull/214




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 0d386dd353cf777d12ce5e15bcf8f2c5a09cc720 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=0d386dd353 ]

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



> [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] vavrtom merged pull request #214: QPID-8653: [Broker-J] Code cleanup: bdbstore - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #214:
URL: https://github.com/apache/qpid-broker-j/pull/214


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #213:
URL: https://github.com/apache/qpid-broker-j/pull/213




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit b0c2fffb16bac947eeafea9e6b5eb17756197f2a in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=b0c2fffb16 ]

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



> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 7b0d54de487074c3db41c91cafd8dc09380152a9 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=7b0d54de48 ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #212:
URL: https://github.com/apache/qpid-broker-j/pull/212




> [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] vavrtom merged pull request #213: QPID-8653: [Broker-J] Code cleanup: access-control - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #213:
URL: https://github.com/apache/qpid-broker-j/pull/213


-- 
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-broker-j] vavrtom merged pull request #212: QPID-8653: [Broker-J] Code cleanup: amqp-0-10-protocol - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #212:
URL: https://github.com/apache/qpid-broker-j/pull/212


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 660acde6b63105cc3f7ac484b15650f1ef3e2349 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=660acde6b6 ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #211:
URL: https://github.com/apache/qpid-broker-j/pull/211




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 6f8786b03717e9904ed9f8a3888b13e4b2f29fe7 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=6f8786b037 ]

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



> [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] vavrtom merged pull request #211: QPID-8653: [Broker-J] Code cleanup: amqp-0-8-protocol - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #211:
URL: https://github.com/apache/qpid-broker-j/pull/211


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #210:
URL: https://github.com/apache/qpid-broker-j/pull/210




> [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] vavrtom merged pull request #210: QPID-8653: [Broker-J] Code cleanup: amqp-1-0-protocol - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #210:
URL: https://github.com/apache/qpid-broker-j/pull/210


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit b78e3b3bf852b3f71a6bd3cfc8f506adbf005251 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=b78e3b3bf8 ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #209:
URL: https://github.com/apache/qpid-broker-j/pull/209




> [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] vavrtom merged pull request #209: QPID-8653: [Broker-J] Code cleanup: management-amqp - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #209:
URL: https://github.com/apache/qpid-broker-j/pull/209


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit ee261d0dda5933b393aa166246b194adcdb5f9ec in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=ee261d0dda ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #208:
URL: https://github.com/apache/qpid-broker-j/pull/208




> [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] vavrtom merged pull request #208: QPID-8653: [Broker-J] Code cleanup: bdb-linkstore / jdbc-linkstore / derby-linkstore - collection type arguments, collection factory methods,

2023-08-07 Thread via GitHub


vavrtom merged PR #208:
URL: https://github.com/apache/qpid-broker-j/pull/208


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit d5f43419fe6e93ef697d417bc77949703f0b47c0 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=d5f43419fe ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #207:
URL: https://github.com/apache/qpid-broker-j/pull/207




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit bc75e3bd466890fb6d42eef94cb44a42feb59282 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=bc75e3bd46 ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #206:
URL: https://github.com/apache/qpid-broker-j/pull/206




> [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] vavrtom merged pull request #207: QPID-8653: [Broker-J] Code cleanup: logging-logback - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #207:
URL: https://github.com/apache/qpid-broker-j/pull/207


-- 
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-broker-j] vavrtom merged pull request #206: QPID-8653: [Broker-J] Code cleanup: broker-codegen - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #206:
URL: https://github.com/apache/qpid-broker-j/pull/206


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 61e99c7b746a39374158436bb38a88e8cb72c76d in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=61e99c7b74 ]

QPID-8653: [Broker-J] Code cleanup: broker-core - collection type arguments, 
collection factory methods, lambdas (#205)

* QPID-8653: [Broker-J] Code cleanup: collection type arguments, collection 
factory methods, lambdas

* Replaced singleton with Set.of() and Map.of() in 
ManagementModeStoreHandler.java

* Replaced singleton with Set.of() and Map.of() in TopicParser.java

* Replaced emptySet() by Set.of in TopicParser.java

* Replaced singleton with Set.of() and Map.of() in BrokerImpl.java

* Replaced singleton with Set.of() in Model.java

* Replaced singleton by Set.of() in SystemConfigBootstrapModel.java

* Replaced singleton by Map.of() in PrincipalDatabaseAuthenticationManager.java

* Reverted changes in Model.java

* Reverted changes in SystemConfigBootstrapModel.java

-

Co-authored-by: vavrtom 

> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #205:
URL: https://github.com/apache/qpid-broker-j/pull/205




> [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] vavrtom merged pull request #205: QPID-8653: [Broker-J] Code cleanup: broker-core - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #205:
URL: https://github.com/apache/qpid-broker-j/pull/205


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 1e6d629f6187fecf5b1154fd74f64951b5a3f361 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=1e6d629f61 ]

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



> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #203:
URL: https://github.com/apache/qpid-broker-j/pull/203




> [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] vavrtom merged pull request #204: QPID-8653: [Broker-J] Code cleanup: prometheus / query-engine / websocket - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #204:
URL: https://github.com/apache/qpid-broker-j/pull/204


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #204:
URL: https://github.com/apache/qpid-broker-j/pull/204




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 9ff28b6b104baba5e10b4cd502e580f832ae0649 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=9ff28b6b10 ]

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



> [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] vavrtom merged pull request #203: QPID-8653: [Broker-J] Code cleanup: qpid-perftests - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #203:
URL: https://github.com/apache/qpid-broker-j/pull/203


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #202:
URL: https://github.com/apache/qpid-broker-j/pull/202




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit f82a993936efc1d3039ffa4cb8277c7d22962805 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=f82a993936 ]

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



> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 330c1f37e3c2aedbd78fda5c5c3c368559a7bc9c in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=330c1f37e3 ]

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



> [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] vavrtom merged pull request #201: QPID-8653: [Broker-J] Code cleanup: systests/qpid-systests-jms-core - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #201:
URL: https://github.com/apache/qpid-broker-j/pull/201


-- 
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-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit 9fb7cae60e9648ff9cc8c50ad8194e466febf661 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=9fb7cae60e ]

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



> [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] vavrtom merged pull request #200: QPID-8653: [Broker-J] Code cleanup: systests/qpid-systests-http-management - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #200:
URL: https://github.com/apache/qpid-broker-j/pull/200


-- 
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-broker-j] vavrtom merged pull request #202: QPID-8653: [Broker-J] Code cleanup: qpid-tck / qpid-tools - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #202:
URL: https://github.com/apache/qpid-broker-j/pull/202


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #201:
URL: https://github.com/apache/qpid-broker-j/pull/201




> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #200:
URL: https://github.com/apache/qpid-broker-j/pull/200




> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #199:
URL: https://github.com/apache/qpid-broker-j/pull/199




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit fe26eee09fc106d5f5539c7bc6354b7e97adaee4 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=fe26eee09f ]

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



> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit b50372dc3a31ff23346341ad1866b5248276d8be in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=b50372dc3a ]

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



> [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] vavrtom merged pull request #199: QPID-8653: [Broker-J] Code cleanup: systests/end-to-end-convertion-tests - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #199:
URL: https://github.com/apache/qpid-broker-j/pull/199


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #197:
URL: https://github.com/apache/qpid-broker-j/pull/197




> [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



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

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


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #198:
URL: https://github.com/apache/qpid-broker-j/pull/198




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit c670625e594f6ca2c8650ec40ca6d42c8e8f53fe in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=c670625e59 ]

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



> [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] vavrtom merged pull request #198: QPID-8653: [Broker-J] Code cleanup: systests/protocol-tests-core - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #198:
URL: https://github.com/apache/qpid-broker-j/pull/198


-- 
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-broker-j] vavrtom merged pull request #197: QPID-8653: [Broker-J] Code cleanup: systests/protocol-tests-amqp-1-0 - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #197:
URL: https://github.com/apache/qpid-broker-j/pull/197


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #196:
URL: https://github.com/apache/qpid-broker-j/pull/196




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit e8f7a0b623e19dc73ec0ea99cae1606087ee09af in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=e8f7a0b623 ]

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



> [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] vavrtom merged pull request #196: QPID-8653: [Broker-J] Code cleanup: systests/protocol-tests-amqp-0-10 - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #196:
URL: https://github.com/apache/qpid-broker-j/pull/196


-- 
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-08-07 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8653:
--

vavrtom merged PR #195:
URL: https://github.com/apache/qpid-broker-j/pull/195




> [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



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

2023-08-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on QPID-8653:
---

Commit c054e94dbe070bd6afeea168ccb4eb3c0a770095 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=c054e94dbe ]

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



> [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] vavrtom merged pull request #195: QPID-8653: [Broker-J] Code cleanup: systests/protocol-tests-amqp-0-8 - collection type arguments, collection factory methods, lambdas

2023-08-07 Thread via GitHub


vavrtom merged PR #195:
URL: https://github.com/apache/qpid-broker-j/pull/195


-- 
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