-
We have a maven_install rule with 3.5k artifacts in it (this was autogenerated based on effective poms from a multimodule project - I'm in parallel working to understand how to reduce this list). When…
-
/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home/bin/java -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true…
-
The whole story about spring-boot application properties is its flexibility. See here:
http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html
Now, when I add…
-
like:
jasypt:
encryptor:
password: 123
proxy-property-sources: true
algorithm: PBEWITHHMACSHA512ANDAES_256
saltGeneratorClassName: org.jasypt.salt.RandomSaltGenerator
ivGe…
-
Request: Maven flag - Do not change the value special flag for maven plug-in build
The Maven plug-in is good. Thank you for that. I have a request. An additional flag would be great. As of now the …
-
As the title
Spring Boot 2.2.2
Execute instruction:
```shell
mvn jasypt:encrypt -Djasypt.encryptor.password="encryptor" -Djasypt.plugin.path="file:/src/main/resources/application.yaml"
`…
-
@ramkumarar @jnulwliang @sathish593
@nav16011991
I see in your post https://github.com/ulisesbocchio/jasypt-spring-boot/issues/112
above issue was resloved, can u please help how did u do that I f…
-
**Describe the bug**
A clear and concise description of what the bug is.
**My Rundeck detail**
* Rundeck version: 3.
* install type: wget https://dl.bintray.com/rundeck/rundeck-deb/rundeck_3.2…
-
Jasypt is not decrypting the password correctly so the entire application is crashing
@dibenlloch give me a bit of time to solve this please before review
-
Hey, I have a project on spring 5.1.2.RELEASE, I did the same configuration as mentioned in WEBMVC3 but it isn't working. To double check I ran WEBMVC3 with zipkin server and it was working fine.