Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Steinar Bang
> Jean-Baptiste Onofré :

> Please vote to approve this release:

> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)

Once I remembered to add the staging maven repository, my karaf 4.3.2
applications loaded as normal and seems to be running normally.

Also ssh in works, once I've uncommented the user and group in
users.properties and shell history works, and pasting into the shell
works (all of which are important for my debian packaged karaf).

So from me, it is:

+1 (non-binding)



Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Steinar Bang
> Steinar Bang :

> Come to think of it: I've been through this before: I need to add a
> maven repo

Yeah!  That worked a lot better:

 karaf@root()> config:edit org.ops4j.pax.url.mvn
 karaf@root()> config:property-append org.ops4j.pax.url.mvn.repositories ", 
https://repository.apache.org/content/repositories/orgapachekaraf-1157/;
 karaf@root()> config:update
 karaf@root()> feature:install frontend-karaf-demo
 karaf@root()>



Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Steinar Bang
Come to think of it: I've been through this before: I need to add a
maven repo



Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Robert Varga
On 02/09/2021 19:00, Jean-Baptiste Onofre wrote:
> Karaf 4.3.3 already ships Jetty 9.4.43:
> 
> https://github.com/apache/karaf/blob/karaf-4.3.3/assemblies/features/standard/src/main/feature/feature.xml#L902
> 
> And Pax Web does as well (I did the release specifically).

Yeah, sorry, it was mess on my end. That is what I get for rushing and
multitasking :(

+1 for the release, non-binding.

Thanks,
Robert



OpenPGP_signature
Description: OpenPGP digital signature


Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Steinar Bang
I have problems installing apps from features.

Platform: debian 11.0 "bullseye", amd64
  openjdk 11.0.12
  karaf 4.3.3 from 
https://dist.apache.org/repos/dist/dev/karaf/4.3.3/apache-karaf-4.3.3.tar.gz

I get the following stack trace on installing features:
 https://gist.github.com/steinarb/29e76a8c87711641449cc06741edd855

To reproduce:
 1. git clone sample project:
 git clone https://github.com/steinarb/frontend-karaf-demo.git
 2. build with "mvn clean install"
 cd ./frontend-karaf-demo/
 mvn clean install
 3. unpack karaf from tarball and run with
 cd apache-karaf-4.3.3/
 ./bin/karaf
 4. Install test app with:
 feature:repo-add 
mvn:no.priv.bang.demos/frontend-karaf-demo/LATEST/xml/features
 feature:install frontend-karaf-demo




Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Jean-Baptiste Onofre
Karaf 4.3.3 already ships Jetty 9.4.43:

https://github.com/apache/karaf/blob/karaf-4.3.3/assemblies/features/standard/src/main/feature/feature.xml#L902

And Pax Web does as well (I did the release specifically).

Regards
JB

> Le 2 sept. 2021 à 18:44, Robert Varga  a écrit :
> 
> On 02/09/2021 10:33, Jean-Baptiste Onofré wrote:
>> Hi everyone,
> 
> Hello JB, everyone,
> 
>> I submit Apache Karaf runtime 4.3.3 to your vote.
>> 
>> This release includes bunch of dependency upgrades, fixes, and
>> improvements, especially:
>> 
>> - first round of the specs features repository. This repository use will
>> spread (in Karaf and third party projects) and we will improve it, but
>> this first round introduces the skeleton we need.
>> - ssh fix new closing socket cleanly
>> - memory leak fix on the blueprint state service
>> - fix on JMX exception push back to the client
>> - bunch of dependency updates
>> - and much more !
>> 
>> Please take a look on Release Notes for details !
>> 
>> Release Notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12350142
>> 
>> 
>> Staging Maven Repository:
>> https://repository.apache.org/content/repositories/orgapachekaraf-1157/
>> 
>> Staging Dist Repository:
>> https://dist.apache.org/repos/dist/dev/karaf/4.3.3/
>> 
>> Git tag:
>> karaf-4.3.3
>> 
>> Please vote to approve this release:
>> 
>> [ ] +1 Approve the release
>> [ ] -1 Don't approve the release (please provide specific comments)
> 
> A quick ODL smoke test passed, but I really would like a release with
> https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.43.v20210629,
> which is fixing a CVE.
> 
> Regards,
> Robert



Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Matt Pavlovich
Robert-

Install the pax-web feature. It installs 9.4.43.v20210629:

75 │ Active   │  30 │ 9.4.43.v20210629   │ Jetty :: Server Core

The release notes show multiple Jetty versions, b/c jetty is releasing so fast 
there are multiple merges to upgrade jetty.

-Matt Pavlovich

> On Sep 2, 2021, at 11:44 AM, Robert Varga  wrote:
> 
> On 02/09/2021 10:33, Jean-Baptiste Onofré wrote:
>> Hi everyone,
> 
> Hello JB, everyone,
> 
>> I submit Apache Karaf runtime 4.3.3 to your vote.
>> 
>> This release includes bunch of dependency upgrades, fixes, and
>> improvements, especially:
>> 
>> - first round of the specs features repository. This repository use will
>> spread (in Karaf and third party projects) and we will improve it, but
>> this first round introduces the skeleton we need.
>> - ssh fix new closing socket cleanly
>> - memory leak fix on the blueprint state service
>> - fix on JMX exception push back to the client
>> - bunch of dependency updates
>> - and much more !
>> 
>> Please take a look on Release Notes for details !
>> 
>> Release Notes:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12350142
>> 
>> 
>> Staging Maven Repository:
>> https://repository.apache.org/content/repositories/orgapachekaraf-1157/
>> 
>> Staging Dist Repository:
>> https://dist.apache.org/repos/dist/dev/karaf/4.3.3/
>> 
>> Git tag:
>> karaf-4.3.3
>> 
>> Please vote to approve this release:
>> 
>> [ ] +1 Approve the release
>> [ ] -1 Don't approve the release (please provide specific comments)
> 
> A quick ODL smoke test passed, but I really would like a release with
> https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.43.v20210629,
> which is fixing a CVE.
> 
> Regards,
> Robert
> 



Re: [VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Robert Varga
On 02/09/2021 10:33, Jean-Baptiste Onofré wrote:
> Hi everyone,

Hello JB, everyone,

> I submit Apache Karaf runtime 4.3.3 to your vote.
> 
> This release includes bunch of dependency upgrades, fixes, and
> improvements, especially:
> 
> - first round of the specs features repository. This repository use will
> spread (in Karaf and third party projects) and we will improve it, but
> this first round introduces the skeleton we need.
> - ssh fix new closing socket cleanly
> - memory leak fix on the blueprint state service
> - fix on JMX exception push back to the client
> - bunch of dependency updates
> - and much more !
> 
> Please take a look on Release Notes for details !
> 
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12350142
> 
> 
> Staging Maven Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1157/
> 
> Staging Dist Repository:
> https://dist.apache.org/repos/dist/dev/karaf/4.3.3/
> 
> Git tag:
> karaf-4.3.3
> 
> Please vote to approve this release:
> 
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)

A quick ODL smoke test passed, but I really would like a release with
https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.43.v20210629,
which is fixing a CVE.

Regards,
Robert



OpenPGP_signature
Description: OpenPGP digital signature


[VOTE] Apache Karaf runtime 4.3.3 release

2021-09-02 Thread Jean-Baptiste Onofré

Hi everyone,

I submit Apache Karaf runtime 4.3.3 to your vote.

This release includes bunch of dependency upgrades, fixes, and 
improvements, especially:


- first round of the specs features repository. This repository use will 
spread (in Karaf and third party projects) and we will improve it, but 
this first round introduces the skeleton we need.

- ssh fix new closing socket cleanly
- memory leak fix on the blueprint state service
- fix on JMX exception push back to the client
- bunch of dependency updates
- and much more !

Please take a look on Release Notes for details !

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140=12350142

Staging Maven Repository:
https://repository.apache.org/content/repositories/orgapachekaraf-1157/

Staging Dist Repository:
https://dist.apache.org/repos/dist/dev/karaf/4.3.3/

Git tag:
karaf-4.3.3

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Don't approve the release (please provide specific comments)

This vote will be open for at least 72 hours.

Regards
JB