mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
https://issues.apache.org/jira/browse/AMQ-5744 - fix up test refs to old spring jasypt
This commit is contained in:
parent
c129051175
commit
81b8403f33
@ -30,7 +30,7 @@
|
|||||||
<property name="password" value="activemq"/>
|
<property name="password" value="activemq"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer">
|
||||||
<constructor-arg ref="configurationEncryptor" />
|
<constructor-arg ref="configurationEncryptor" />
|
||||||
<property name="location" value="classpath:credentials.properties"/>
|
<property name="location" value="classpath:credentials.properties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
@ -25,12 +25,12 @@
|
|||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
|
||||||
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
|
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
|
||||||
|
|
||||||
<bean id="configurationEncryptor" class="org.jasypt.encryption.pbe.StandardPBEStringEncryptor">
|
<bean id="configurationEncryptor" class="org.jasypt.encryption.pbe.StandardPBEStringEncryptor">
|
||||||
<property name="algorithm" value="PBEWithMD5AndDES"/>
|
<property name="algorithm" value="PBEWithMD5AndDES"/>
|
||||||
<property name="password" value="activemq"/>
|
<property name="password" value="activemq"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer">
|
||||||
<constructor-arg ref="configurationEncryptor" />
|
<constructor-arg ref="configurationEncryptor" />
|
||||||
<property name="location" value="classpath:credentials.properties"/>
|
<property name="location" value="classpath:credentials.properties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<property name="password" value="activemq"/>
|
<property name="password" value="activemq"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="propertyConfigurer" class="org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer">
|
<bean id="propertyConfigurer" class="org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer">
|
||||||
<constructor-arg ref="configurationEncryptor" />
|
<constructor-arg ref="configurationEncryptor" />
|
||||||
<property name="location" value="classpath:credentials.properties"/>
|
<property name="location" value="classpath:credentials.properties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user