[ANNOUNCE] Apache Jackrabbit Oak 1.10.2 released

2019-03-21 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.10.2. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit

[RESULT] [VOTE] Release Apache Jackrabbit Oak 1.10.2

2019-03-21 Thread Julian Reschke
On 18.03.2019 15:08, Julian Reschke wrote: ... Hi there, the vote passes as follows: +1 Alex Deparvu +1 Davide Giannella +1 Julian Reschke +1 Manfred Baedke +1 Matt Ryan +1 Woonsan Ko Thanks for voting. I'll push the release out. Best regards, Julian

Re: how to change password for a new system user?

2019-03-21 Thread Angela Schreiber
hi system users are created without a password and the oak implementation doesn't allow them to have a password at all. see constraintviolation error codes 0032 and 0033 in http://jackrabbit.apache.org/oak/docs/security/user/default.html#validation kind regards angela

how to change password for a new system user?

2019-03-21 Thread 周旭
hello expert! i create a system user named dmadmin succefully,but i donot know how to set user password.the code like these: JackrabbitSession jackrabbitSession = (JackrabbitSession) jcrSession; UserManager userManager = jackrabbitSession.getUserManager(); User user =