cloudtrends / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
1 stars 0 forks source link

Update support for encrypted properties using Jasypt-lib for Spring 3.1 #381

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Soi-tk 0.6.1 uses jasypt-1.8 which is a dated version and doesn't support 
spring 3.1 environment property confguration.

Ref:
http://www.jasypt.org/spring31.html
http://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/

Problem has been observed (soi-tk-0.6.1 with mule 3.3.1, i.e Spring 3.1.1) 
where default property injection didn't seem to work with a declaration like:

<spring:property name="doLogToJms" value="${TP_DO_LOG_TO_JMS:true}"/>

Unclear if this is related to the jasypt-version.

Original issue reported on code.google.com by hakan.d...@gmail.com on 24 Oct 2014 at 7:54

GoogleCodeExporter commented 9 years ago
Note that there are 3.1 specific classes like:
org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigure

Original comment by hakan.d...@gmail.com on 8 Dec 2014 at 12:35