Re: MNG-5356: Make encrypt/decrypt logic pluggable

2012-10-03 Thread Kristian Rosenvold
As long as we have a real and uncontroversial 3.1 change I'm happy about investing in a new version number ;) Kristian Den 3. okt. 2012 kl. 21:58 skrev Anders Hammar : >> That will probably require to bump core version to 3.1 :-) > > Right, I'd like to get this into the planned 3.1 release. > Th

Re: MNG-5356: Make encrypt/decrypt logic pluggable

2012-10-03 Thread Anders Hammar
> That will probably require to bump core version to 3.1 :-) Right, I'd like to get this into the planned 3.1 release. Thanks for bringing this up. :-) For the ITs, I think it would be good if we bumped the version of core to 3.1-SNAPSHOT as we then can correctly specify what versions these new t

Re: MNG-5356: Make encrypt/decrypt logic pluggable

2012-10-03 Thread Olivier Lamy
2012/10/3 Anders Hammar : > When using Maven in enterprise environments I often find in annoying > that encrypting passwords is a hassle to set up. I would like to have > the possibility to simplify this by, for example, re-using some > existing solution. I've created MNG-5356 to track this. > > Lo

MNG-5356: Make encrypt/decrypt logic pluggable

2012-10-03 Thread Anders Hammar
When using Maven in enterprise environments I often find in annoying that encrypting passwords is a hassle to set up. I would like to have the possibility to simplify this by, for example, re-using some existing solution. I've created MNG-5356 to track this. Looking at the code though, the current