Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Jean-Baptiste Onofre
Hi,

It seems to work for me (about the commands history).

Do you see the commands in shell:history ?

Regards
JB

> Le 10 mai 2021 à 18:14, Steinar Bang  a écrit :
> 
>> Jean-Baptiste Onofre :
> 
>> Can you describe your test case ?
> 
> 1. Download the tar.gz of the binary build
> 2. Unpack into /tmp/apache-karaf-4.3.2/
> 3. Do "cd /tmp/apache-karaf-4.3.2/"
> 4. Start karaf with "bin/karaf debug"
> 5. From the karaf console add my own maven repo:
> config:edit org.ops4j.pax.url.mvn
> config:property-append org.ops4j.pax.url.mvn.repositories ", 
> https://maven.bang.priv.no/repository/@id=ukelonn@snapshots";
> config:property-set org.ops4j.pax.url.mvn.globalUpdatePolicy always
> config:update
> 6. Also from the karaf console, add the 4.3.2 staging maven repo (so
>that karaf can provison stuff using maven):
> config:edit org.ops4j.pax.url.mvn
> config:property-append org.ops4j.pax.url.mvn.repositories ", 
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/@id=karaf@staging";
> config:update
> 7. Load myapps
> feature:repo-add mvn:no.priv.bang.myapps/myapps/LATEST/xml/features
> feature:install myapps
> 8. Note: at this point command history work: I can do ctrl-p and see
>the previous commands
> 9. Stop karaf, edit jdbc urls and credentials in some of the
>org.ops4j.datasource-*.cfg files
> 10. Start karaf again and do "Ctrl-p" (because the arrow keys on my
>laptop don't work so well) and there is no command history
> 
> So the failure start at point 10, ie. from the console after stopping
> and starting karaf.
> 
> And this is something I do a lot with tarball karaf releases, and I've
> never seen the command history go away before.
> 
> Note: if you would like the applications to actually run, you would need
> a PostgreSQL server running on the same host as karaf is running, with
> blank databases
> - authservice
> - ukelonn
> - handlereg
> - sonar-collector
> - oldalbum
> all owned by PosgreSQL user "karaf" with password "karaf" (or stop and
> edit the org.ops4j.datasource-*.cfg files to change databases names,
> location or credentiials, like in 9. above)
> 
> (but I don't think working apps is necessary for testing the command
> history issue)
> 



Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Grzegorz Grzybek
+1

regards
Grzegorz Grzybek

pon., 10 maj 2021 o 18:14 Steinar Bang  napisał(a):

> > Jean-Baptiste Onofre :
>
> > Can you describe your test case ?
>
>  1. Download the tar.gz of the binary build
>  2. Unpack into /tmp/apache-karaf-4.3.2/
>  3. Do "cd /tmp/apache-karaf-4.3.2/"
>  4. Start karaf with "bin/karaf debug"
>  5. From the karaf console add my own maven repo:
>  config:edit org.ops4j.pax.url.mvn
>  config:property-append org.ops4j.pax.url.mvn.repositories ",
> https://maven.bang.priv.no/repository/@id=ukelonn@snapshots";
>  config:property-set org.ops4j.pax.url.mvn.globalUpdatePolicy always
>  config:update
>  6. Also from the karaf console, add the 4.3.2 staging maven repo (so
> that karaf can provison stuff using maven):
>  config:edit org.ops4j.pax.url.mvn
>  config:property-append org.ops4j.pax.url.mvn.repositories ",
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/@id=karaf@staging
> "
>  config:update
>  7. Load myapps
>  feature:repo-add mvn:no.priv.bang.myapps/myapps/LATEST/xml/features
>  feature:install myapps
>  8. Note: at this point command history work: I can do ctrl-p and see
> the previous commands
>  9. Stop karaf, edit jdbc urls and credentials in some of the
> org.ops4j.datasource-*.cfg files
> 10. Start karaf again and do "Ctrl-p" (because the arrow keys on my
> laptop don't work so well) and there is no command history
>
> So the failure start at point 10, ie. from the console after stopping
> and starting karaf.
>
> And this is something I do a lot with tarball karaf releases, and I've
> never seen the command history go away before.
>
> Note: if you would like the applications to actually run, you would need
> a PostgreSQL server running on the same host as karaf is running, with
> blank databases
>  - authservice
>  - ukelonn
>  - handlereg
>  - sonar-collector
>  - oldalbum
> all owned by PosgreSQL user "karaf" with password "karaf" (or stop and
> edit the org.ops4j.datasource-*.cfg files to change databases names,
> location or credentiials, like in 9. above)
>
> (but I don't think working apps is necessary for testing the command
> history issue)
>
>


Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Steinar Bang
> Jean-Baptiste Onofre :

> Can you describe your test case ?

 1. Download the tar.gz of the binary build
 2. Unpack into /tmp/apache-karaf-4.3.2/
 3. Do "cd /tmp/apache-karaf-4.3.2/"
 4. Start karaf with "bin/karaf debug"
 5. From the karaf console add my own maven repo:
 config:edit org.ops4j.pax.url.mvn
 config:property-append org.ops4j.pax.url.mvn.repositories ", 
https://maven.bang.priv.no/repository/@id=ukelonn@snapshots";
 config:property-set org.ops4j.pax.url.mvn.globalUpdatePolicy always
 config:update
 6. Also from the karaf console, add the 4.3.2 staging maven repo (so
that karaf can provison stuff using maven):
 config:edit org.ops4j.pax.url.mvn
 config:property-append org.ops4j.pax.url.mvn.repositories ", 
https://repository.apache.org/content/repositories/orgapachekaraf-1156/@id=karaf@staging";
 config:update
 7. Load myapps
 feature:repo-add mvn:no.priv.bang.myapps/myapps/LATEST/xml/features
 feature:install myapps
 8. Note: at this point command history work: I can do ctrl-p and see
the previous commands
 9. Stop karaf, edit jdbc urls and credentials in some of the
org.ops4j.datasource-*.cfg files
10. Start karaf again and do "Ctrl-p" (because the arrow keys on my
laptop don't work so well) and there is no command history

So the failure start at point 10, ie. from the console after stopping
and starting karaf.

And this is something I do a lot with tarball karaf releases, and I've
never seen the command history go away before.

Note: if you would like the applications to actually run, you would need
a PostgreSQL server running on the same host as karaf is running, with
blank databases
 - authservice
 - ukelonn
 - handlereg
 - sonar-collector
 - oldalbum
all owned by PosgreSQL user "karaf" with password "karaf" (or stop and
edit the org.ops4j.datasource-*.cfg files to change databases names,
location or credentiials, like in 9. above)

(but I don't think working apps is necessary for testing the command
history issue)



Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Freeman Fang
+1(binding)

Thanks!
Freeman

On Sun, May 9, 2021 at 1:18 AM Jean-Baptiste Onofre  wrote:

> Hi everyone,
>
> I submit Apache Karaf runtime 4.3.2 to your vote.
>
> This release includes bunch of dependency upgrades, fixes, and
> improvements, especially:
>
> - upgrade to xbean 4.19 fixing JDK9 style war file
> - improvements on scheduler to support array configuration
> - fix on the JSON configuration to support array
> - improvement on JSON configuration to support R7 factory style
> - fix on the default pax-logging layout pattern
> - fix on the JMX RMI to use the configured host
> - fix race condition on SSHd startup
> - improvement on ShellTable
> - bunch of dependency updates for fixes and CVE
> - and much more !
>
> *NOTE: for security reason, the default karaf user is commented in
> etc/users.properties file. Please uncomment and change password if you want
> to use it (for remote access like ssh, jmx, …).*
>
> Please take a look on Release Notes for details !
>
> Release Notes:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12349968
> <
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12349968
> >
>
> Staging Maven Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/ <
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/>
>
> Staging Dist Repository:
> https://dist.apache.org/repos/dist/dev/karaf/4.3.2/ <
> https://dist.apache.org/repos/dist/dev/karaf/4.3.2/>
>
> Git tag:
> karaf-4.3.2
>
> 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


Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Serge Huber
+1 (non-binding)

cheers,
  Serge...

On Mon, May 10, 2021 at 3:13 PM Roedl Lukas  wrote:

> +1 (non-binding)
>
> regards,
> Lukas
>
> -Ursprüngliche Nachricht-
> Von: Jean-Baptiste Onofre 
> Gesendet: Sonntag, 9. Mai 2021 07:19
> An: dev@karaf.apache.org
> Betreff: [VOTE] Apache Karaf runtime 4.3.2 release
>
> Hi everyone,
>
> I submit Apache Karaf runtime 4.3.2 to your vote.
>
> This release includes bunch of dependency upgrades, fixes, and
> improvements, especially:
>
> - upgrade to xbean 4.19 fixing JDK9 style war file
> - improvements on scheduler to support array configuration
> - fix on the JSON configuration to support array
> - improvement on JSON configuration to support R7 factory style
> - fix on the default pax-logging layout pattern
> - fix on the JMX RMI to use the configured host
> - fix race condition on SSHd startup
> - improvement on ShellTable
> - bunch of dependency updates for fixes and CVE
> - and much more !
>
> *NOTE: for security reason, the default karaf user is commented in
> etc/users.properties file. Please uncomment and change password if you want
> to use it (for remote access like ssh, jmx, …).*
>
> Please take a look on Release Notes for details !
>
> Release Notes:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12349968
> <
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12349968
> >
>
> Staging Maven Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/ <
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/>
>
> Staging Dist Repository:
> https://dist.apache.org/repos/dist/dev/karaf/4.3.2/ <
> https://dist.apache.org/repos/dist/dev/karaf/4.3.2/>
>
> Git tag:
> karaf-4.3.2
>
> 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
>


AW: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Roedl Lukas
+1 (non-binding)

regards,
Lukas

-Ursprüngliche Nachricht-
Von: Jean-Baptiste Onofre  
Gesendet: Sonntag, 9. Mai 2021 07:19
An: dev@karaf.apache.org
Betreff: [VOTE] Apache Karaf runtime 4.3.2 release

Hi everyone,

I submit Apache Karaf runtime 4.3.2 to your vote.

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

- upgrade to xbean 4.19 fixing JDK9 style war file
- improvements on scheduler to support array configuration
- fix on the JSON configuration to support array
- improvement on JSON configuration to support R7 factory style
- fix on the default pax-logging layout pattern
- fix on the JMX RMI to use the configured host
- fix race condition on SSHd startup
- improvement on ShellTable
- bunch of dependency updates for fixes and CVE
- and much more !

*NOTE: for security reason, the default karaf user is commented in 
etc/users.properties file. Please uncomment and change password if you want to 
use it (for remote access like ssh, jmx, …).*

Please take a look on Release Notes for details !

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


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


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


Git tag:
karaf-4.3.2

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


Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread Oliver Lietz
On Sunday, 9 May 2021 07:18:44 CEST Jean-Baptiste Onofre wrote:
> Hi everyone,
> 
> I submit Apache Karaf runtime 4.3.2 to your vote.
> 
> This release includes bunch of dependency upgrades, fixes, and improvements,
> especially:
> 
> - upgrade to xbean 4.19 fixing JDK9 style war file
> - improvements on scheduler to support array configuration
> - fix on the JSON configuration to support array
> - improvement on JSON configuration to support R7 factory style
> - fix on the default pax-logging layout pattern
> - fix on the JMX RMI to use the configured host
> - fix race condition on SSHd startup
> - improvement on ShellTable
> - bunch of dependency updates for fixes and CVE
> - and much more !
> 
> *NOTE: for security reason, the default karaf user is commented in
> etc/users.properties file. Please uncomment and change password if you want
> to use it (for remote access like ssh, jmx, …).*
> 
> Please take a look on Release Notes for details !
> 
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&ve
> rsion=12349968
>  version=12349968>
> 
> Staging Maven Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/
> 
> 
> Staging Dist Repository:
> https://dist.apache.org/repos/dist/dev/karaf/4.3.2/
> 
> 
> Git tag:
> karaf-4.3.2
> 
> 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.

+1

O.






Re: [VOTE] Apache Karaf runtime 4.3.2 release

2021-05-10 Thread fpapon
+1 (binding)

regards,

François
fpa...@apache.org

Le 09/05/2021 à 07:18, Jean-Baptiste Onofre a écrit :
> Hi everyone,
>
> I submit Apache Karaf runtime 4.3.2 to your vote.
>
> This release includes bunch of dependency upgrades, fixes, and improvements, 
> especially:
>
> - upgrade to xbean 4.19 fixing JDK9 style war file
> - improvements on scheduler to support array configuration
> - fix on the JSON configuration to support array
> - improvement on JSON configuration to support R7 factory style
> - fix on the default pax-logging layout pattern
> - fix on the JMX RMI to use the configured host
> - fix race condition on SSHd startup
> - improvement on ShellTable
> - bunch of dependency updates for fixes and CVE
> - and much more !
>
> *NOTE: for security reason, the default karaf user is commented in 
> etc/users.properties file. Please uncomment and change password if you want 
> to use it (for remote access like ssh, jmx, …).*
>
> Please take a look on Release Notes for details !
>
> Release Notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12349968
>  
> 
>
> Staging Maven Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1156/ 
> 
>
> Staging Dist Repository:
> https://dist.apache.org/repos/dist/dev/karaf/4.3.2/ 
> 
>
> Git tag:
> karaf-4.3.2
>
> 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