[jira] [Commented] (PROTON-2734) [protonj2] Update project test dependencies to latest

2023-05-11 Thread ASF subversion and git services (Jira)


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

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

Commit 09b4d6c695fd68914e8e9114ca6d9389f490f34d in qpid-protonj2's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git;h=09b4d6c6 ]

PROTON-2734 Update jacoco plugin to0.8.10


> [protonj2] Update project test dependencies to latest
> -
>
> Key: PROTON-2734
> URL: https://issues.apache.org/jira/browse/PROTON-2734
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: protonj2
>Affects Versions: protonj2-1.0.0-M15
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Minor
> Fix For: protonj2-1.0.0-M16
>
>
> Update the project test dependencies to the latest vsions



--
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-2735) [protonj2] Update Netty to latest release

2023-05-11 Thread ASF subversion and git services (Jira)


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

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

Commit af629f410da750f74fd5e4c8025568c63f07d03f in qpid-protonj2's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git;h=af629f41 ]

PROTON-2735 Update netty tcnative to 2.0.61.Final


> [protonj2] Update Netty to latest release
> -
>
> Key: PROTON-2735
> URL: https://issues.apache.org/jira/browse/PROTON-2735
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: protonj2
>Affects Versions: protonj2-1.0.0-M15
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Minor
> Fix For: protonj2-1.0.0-M16
>
>
> Update the Netty dependencies to the latest versions



--
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-2735) [protonj2] Update Netty to latest release

2023-05-11 Thread Timothy A. Bish (Jira)
Timothy A. Bish created PROTON-2735:
---

 Summary: [protonj2] Update Netty to latest release
 Key: PROTON-2735
 URL: https://issues.apache.org/jira/browse/PROTON-2735
 Project: Qpid Proton
  Issue Type: Improvement
  Components: protonj2
Affects Versions: protonj2-1.0.0-M15
Reporter: Timothy A. Bish
Assignee: Timothy A. Bish
 Fix For: protonj2-1.0.0-M16


Update the Netty dependencies to the latest versions



--
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-2734) [protonj2] Update project test dependencies to latest

2023-05-11 Thread Timothy A. Bish (Jira)
Timothy A. Bish created PROTON-2734:
---

 Summary: [protonj2] Update project test dependencies to latest
 Key: PROTON-2734
 URL: https://issues.apache.org/jira/browse/PROTON-2734
 Project: Qpid Proton
  Issue Type: Improvement
  Components: protonj2
Affects Versions: protonj2-1.0.0-M15
Reporter: Timothy A. Bish
Assignee: Timothy A. Bish
 Fix For: protonj2-1.0.0-M16


Update the project test dependencies to the latest vsions



--
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-8624) [Broker-J] Unable to auto generate self signed certificate on Java17

2023-05-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on QPID-8624:
--

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

   This PR addresses 
[QPID-8624](https://issues.apache.org/jira/browse/QPID-8624), adding 
possibility to generate self-signed certificates on Java 17




> [Broker-J] Unable to auto generate self signed certificate  on Java17
> -
>
> Key: QPID-8624
> URL: https://issues.apache.org/jira/browse/QPID-8624
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-9.0.0
>Reporter: Daniil Kirilyuk
>Priority: Major
> Fix For: qpid-java-broker-9.0.1
>
>
> When trying to autogenerate a keystore with self signed certificate on java 
> 17 environment following error is thrown: 
> {code:java}
> org.apache.qpid.server.configuration.IllegalConfigurationException: Unable to 
> construct keystore 
> at 
> org.apache.qpid.server.security.AutoGeneratedSelfSignedKeyStoreImpl.generatePrivateKeyAndCertificate(AutoGeneratedSelfSignedKeyStoreImpl.java:296)
>  
> at 
> org.apache.qpid.server.security.AutoGeneratedSelfSignedKeyStoreImpl.postResolve(AutoGeneratedSelfSignedKeyStoreImpl.java:169)
>  
> Caused by: java.lang.IllegalAccessException: class 
> org.apache.qpid.server.transport.network.security.ssl.SSLUtil cannot access 
> class sun.security.tools.keytool.CertAndKeyGen (in module java.base) because 
> module java.base does not export sun.security.tools.keytool to unnamed module 
> @6b37576e at 
> java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Unknown 
> Source) at java.base/java.lang.reflect.AccessibleObject.checkAccess(Unknown 
> Source){code}
>  



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

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



[GitHub] [qpid-broker-j] dakirily opened a new pull request, #181: QPID-8624: [Broker-J] Unable to auto generate self signed certificate on Java17

2023-05-11 Thread via GitHub


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

   This PR addresses 
[QPID-8624](https://issues.apache.org/jira/browse/QPID-8624), adding 
possibility to generate self-signed certificates on Java 17


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

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

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


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



[jira] [Updated] (PROTON-2733) setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated

2023-05-11 Thread Jira


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

Jiri Daněk updated PROTON-2733:
---
Description: 
{noformat}
[ 74%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/log.c.o
/home/travis/.local/lib/python3.10/site-packages/setuptools/__init__.py:84: 
_DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!


Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.


!!
  dist.fetch_build_eggs(dist.setup_requires)
{noformat}

https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/601953932#L831

{noformat}
/home/travis/.local/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66:
 SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!


Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer, pypa/build or
other standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.


!!
  self.initialize_options()
{noformat}

https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/601954582#L1141

  was:
{noformat}
[ 74%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/log.c.o
/home/travis/.local/lib/python3.10/site-packages/setuptools/__init__.py:84: 
_DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!


Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.


!!
  dist.fetch_build_eggs(dist.setup_requires)
{noformat}

https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/601953932#L831


> setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and 
> fetch_build_eggs are deprecated
> -
>
> Key: PROTON-2733
> URL: https://issues.apache.org/jira/browse/PROTON-2733
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: proton-c-0.39.0
>Reporter: Jiri Daněk
>Priority: Minor
>
> {noformat}
> [ 74%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/log.c.o
> /home/travis/.local/lib/python3.10/site-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
> 
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
> 
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> {noformat}
> https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/601953932#L831
> {noformat}
> /home/travis/.local/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66:
>  SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
> 
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer, pypa/build or
> other standards-based tools.
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
> 
> 
> !!
>   self.initialize_options()
> {noformat}
> https://app.travis-ci.com/github/jiridanek/skupper-router/jobs/601954582#L1141



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