Re: [VOTE] Release Apache Aries Remote Service Admin 1.15.0

2020-10-13 Thread Carlos Sierra Andrés

Hey folks,

I am seeing some errors in the tests:

Caused by: shaded.org.apache.maven.wagon.TransferFailedException: Failed 
to transfer file: 
http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-extender-service/4.13.0/pax-exam-extender-service-4.13.0.jar. 
Return code is: 501 , ReasonPhrase:HTTPS Required.


not sure if this is caused by my environment...

Carlos.

El 13/10/20 a las 13:54, dav...@apache.org escribió:

+1

David

On Tue, 13 Oct 2020 at 12:42, Christian Schneider 
wrote:


This release of Aries RSA contains bug fixes and small improvements. It
also requires Java 8 now.

I've staged the release at

https://repository.apache.org/content/repositories/orgapachearies-1185/

For a list of issues resolved see:

https://issues.apache.org/jira/projects/ARIES/versions/12345526


Release Notes - Aries - Version rsa-1.15.0

** Bug
 * [ARIES-1751] - Typo in namespace url in
OSGI-INF/metatype/zookeeper.xml
 * [ARIES-1940] - Failure during service export is not properly handled
by RemoteServiceAdminCore
 * [ARIES-1941] - Thread unsafe iteration of thread-safe MultiMap by
TopologyManagerImport
 * [ARIES-1944] - Make sure closed import registrations are cleaned up

** Improvement
 * [ARIES-1780] - Switch Zookeeper Discovery to DS
 * [ARIES-1936] - Switch zookeeper starter to DS and mockito
 * [ARIES-1937] - Require Java 8
 * [ARIES-1942] - Use annotation based bundle config

** Test
 * [ARIES-1836] - Test failure in TestFastbinRoundTrip: SocketException:
Invalid argument

Please review and vote

Here is my
+1

--
--
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com



Re: [VOTE] Release Apache Aries Remote Service Admin 1.15.0

2020-10-13 Thread Dominik Przybysz
Hi,
tests fail on java 8:

[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   TestRSAListener.testListener » IO Error resolving artifact
org.ops4j.pax.exam:...
[ERROR]   TestDiscoveryExport.testDiscoveryExport » IO Error resolving
artifact org.ops4...
[ERROR]   TestDiscoveryImport.testDiscoveryImport » IO Error resolving
artifact org.ops4...
[ERROR]
JUnit4Provider.invoke:159->executeTestSet:238->executeWithRerun:273->execute:365
» Runtime
[ERROR]
JUnit4Provider.invoke:159->executeTestSet:238->executeWithRerun:273->execute:365
» Runtime
[ERROR]
JUnit4Provider.invoke:159->executeTestSet:238->executeWithRerun:273->execute:365
» Runtime
[ERROR]
JUnit4Provider.invoke:159->executeTestSet:238->executeWithRerun:273->execute:365
» Runtime
[INFO]
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0
[INFO]
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Aries Remote Service Admin Main  SUCCESS [
 1.451 s]
[INFO] Aries Remote Service Admin Parent .. SUCCESS [
 0.757 s]
[INFO] Aries Remote Service Admin SPI . SUCCESS [
 4.447 s]
[INFO] Aries Remote Service Admin Core  SUCCESS [
 2.113 s]
[INFO] Aries Remote Service Admin Event Publisher . SUCCESS [
 1.156 s]
[INFO] Aries Remote Service Admin Topology Manager  SUCCESS [
 1.602 s]
[INFO] Aries Remote Service Admin provider TCP  SUCCESS [
 2.253 s]
[INFO] Aries Remote Service Admin provider FastBin  SUCCESS [
 8.611 s]
[INFO] Aries Remote Service Admin Provider  SUCCESS [
 0.042 s]
[INFO] Aries Remote Service Admin Discovery Local . SUCCESS [
 1.865 s]
[INFO] Aries Remote Service Admin Discovery Zookeeper . SUCCESS [
 2.813 s]
[INFO] Aries Remote Service Admin Discovery ... SUCCESS [
 0.032 s]
[INFO] Aries Remote Service Admin Discovery Config  SUCCESS [
 2.474 s]
[INFO] Aries Remote Service Admin Discovery Gogo Commands . SUCCESS [
 0.312 s]
[INFO] Aries Remote Service Admin Examples  SUCCESS [
 0.041 s]
[INFO] org.apache.aries.rsa.examples.echotcp .. SUCCESS [
 0.039 s]
[INFO] org.apache.aries.rsa.examples.echotcp.api .. SUCCESS [
 0.285 s]
[INFO] org.apache.aries.rsa.examples.echotcp.service .. SUCCESS [
 0.329 s]
[INFO] org.apache.aries.rsa.examples.echotcp.consumer . SUCCESS [
 0.308 s]
[INFO] org.apache.aries.rsa.examples.echofastbin .. SUCCESS [
 0.098 s]
[INFO] org.apache.aries.rsa.examples.echofastbin.fbapi  SUCCESS [
 0.258 s]
[INFO] org.apache.aries.rsa.examples.echofastbin.fbservice  SUCCESS [
 0.316 s]
[INFO] org.apache.aries.rsa.examples.echofastbin.fbconsumer SUCCESS [
 0.293 s]
[INFO] Aries Remote Service Admin Repository .. SUCCESS [
 0.248 s]
[INFO] Aries Remote Service Admin Features  SUCCESS [
 0.354 s]
[INFO] Aries Remote Service Admin itests .. SUCCESS [
 0.026 s]
[INFO] Aries Remote Service Admin itests felix  FAILURE [
10.518 s]
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 43.330 s
[INFO] Finished at: 2020-10-13T14:06:44+02:00
[INFO] Final Memory: 61M/807M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test)
on project org.apache.aries.rsa.itests.felix: There are test failures.
[ERROR]
[ERROR] Please refer to
/tmp/1185/mytempdirectory/1185-unzips/org.apache.aries.rsa.main-1.15.0/itests/felix/target/surefire-reports
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :org.apache.aries.rsa.itests.felix


wt., 13 paź 2020 o 13:54  napisał(a):

> +1
>
> David
>
> On Tue, 13 Oct 2020 at 12:42, Christian Schneider  >
> wrote:
>
> > This release of Aries RSA contains bug fixes and small improvements. It
> > also requires Java 8 now.
> >
> > I've staged the release at
> >
> > https://repository.apache.org/content/repositories/orgapachearies-1185/
> >
> > For a list of issues resolved see:
> >
> > https://issues.apache.org/jira/projects/ARIES/versions/12345526
> >
> >
> > Release Notes - Aries - Version rsa-1.15.0
> >
> > ** Bug
> > * 

Re: [VOTE] Release Apache Aries Remote Service Admin 1.15.0

2020-10-13 Thread davidb
+1

David

On Tue, 13 Oct 2020 at 12:42, Christian Schneider 
wrote:

> This release of Aries RSA contains bug fixes and small improvements. It
> also requires Java 8 now.
>
> I've staged the release at
>
> https://repository.apache.org/content/repositories/orgapachearies-1185/
>
> For a list of issues resolved see:
>
> https://issues.apache.org/jira/projects/ARIES/versions/12345526
>
>
> Release Notes - Aries - Version rsa-1.15.0
>
> ** Bug
> * [ARIES-1751] - Typo in namespace url in
> OSGI-INF/metatype/zookeeper.xml
> * [ARIES-1940] - Failure during service export is not properly handled
> by RemoteServiceAdminCore
> * [ARIES-1941] - Thread unsafe iteration of thread-safe MultiMap by
> TopologyManagerImport
> * [ARIES-1944] - Make sure closed import registrations are cleaned up
>
> ** Improvement
> * [ARIES-1780] - Switch Zookeeper Discovery to DS
> * [ARIES-1936] - Switch zookeeper starter to DS and mockito
> * [ARIES-1937] - Require Java 8
> * [ARIES-1942] - Use annotation based bundle config
>
> ** Test
> * [ARIES-1836] - Test failure in TestFastbinRoundTrip: SocketException:
> Invalid argument
>
> Please review and vote
>
> Here is my
> +1
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>


[VOTE] Release Apache Aries Remote Service Admin 1.15.0

2020-10-13 Thread Christian Schneider
This release of Aries RSA contains bug fixes and small improvements. It
also requires Java 8 now.

I've staged the release at

https://repository.apache.org/content/repositories/orgapachearies-1185/

For a list of issues resolved see:

https://issues.apache.org/jira/projects/ARIES/versions/12345526


Release Notes - Aries - Version rsa-1.15.0

** Bug
* [ARIES-1751] - Typo in namespace url in
OSGI-INF/metatype/zookeeper.xml
* [ARIES-1940] - Failure during service export is not properly handled
by RemoteServiceAdminCore
* [ARIES-1941] - Thread unsafe iteration of thread-safe MultiMap by
TopologyManagerImport
* [ARIES-1944] - Make sure closed import registrations are cleaned up

** Improvement
* [ARIES-1780] - Switch Zookeeper Discovery to DS
* [ARIES-1936] - Switch zookeeper starter to DS and mockito
* [ARIES-1937] - Require Java 8
* [ARIES-1942] - Use annotation based bundle config

** Test
* [ARIES-1836] - Test failure in TestFastbinRoundTrip: SocketException:
Invalid argument

Please review and vote

Here is my
+1

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com


Re: [VOTE] Release Aries Spi-Fly version 1.3.1

2020-10-13 Thread Carlos Sierra Andrés

+1

El 12/10/20 a las 16:13, Dominik Przybysz escribió:

+1

pon., 12 paź 2020 o 15:35  napisał(a):


+1

David

On Mon, 12 Oct 2020 at 14:24, Romain Manni-Bucau 
wrote:


+1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github <
https://github.com/rmannibucau> |
LinkedIn  | Book
<


https://www.packtpub.com/application-development/java-ee-8-high-performance


Le lun. 12 oct. 2020 à 15:04, Jean-Baptiste Onofre  a
écrit :


+1 (binding)

Regards
JB


Le 12 oct. 2020 à 15:02, Raymond Auge 
.INVALID>

a écrit :

Hi,

We solved 3 issues in this release:
https://issues.apache.org/jira/projects/ARIES/versions/12348848

Staging repository:


https://repository.apache.org/content/repositories/orgapachearies-1184

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.

--
*Raymond Augé* 
(@rotty3000)
Senior Software Architect *Liferay, Inc.* 
(@Liferay)






Re: [VOTE] Release Aries Spi-Fly version 1.3.1

2020-10-13 Thread Carlos Sierra Andrés



El 12/10/20 a las 16:13, Dominik Przybysz escribió:

+1

pon., 12 paź 2020 o 15:35  napisał(a):


+1

David

On Mon, 12 Oct 2020 at 14:24, Romain Manni-Bucau 
wrote:


+1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github <
https://github.com/rmannibucau> |
LinkedIn  | Book
<


https://www.packtpub.com/application-development/java-ee-8-high-performance


Le lun. 12 oct. 2020 à 15:04, Jean-Baptiste Onofre  a
écrit :


+1 (binding)

Regards
JB


Le 12 oct. 2020 à 15:02, Raymond Auge 
.INVALID>

a écrit :

Hi,

We solved 3 issues in this release:
https://issues.apache.org/jira/projects/ARIES/versions/12348848

Staging repository:


https://repository.apache.org/content/repositories/orgapachearies-1184

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.

--
*Raymond Augé* 
(@rotty3000)
Senior Software Architect *Liferay, Inc.* 
(@Liferay)






Re: Release of Aries RSA ?

2020-10-13 Thread Carlos Sierra Andrés

+1

El 13/10/20 a las 7:49, Romain Manni-Bucau escribió:

+1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mar. 13 oct. 2020 à 03:26, Raymond Auge 
a écrit :


On Mon., Oct. 12, 2020, 5:20 p.m. Christian Schneider, <
ch...@die-schneider.net> wrote:


For the upcoming release 1.15.0 we have no remaining issues.
https://issues.apache.org/jira/projects/ARIES/versions/12345526

How about doing a release?


+1

- Ray


Does anyone want to get something in?


Christian

--
--
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com