ulisesbocchio / jasypt-spring-boot-samples

Sample apps using jasypt-spring-boot
132 stars 111 forks source link

Windows Path Issue with H2 Example #4

Closed melloware closed 5 years ago

melloware commented 5 years ago

Git on Windows is failing with...

Clone: Invalid path: jasypt-spring-boot-demo-db-h2/src/main/resources/testdb:testdb.mv.db

I believe it is because testdb:testdb.mv.db is not a valid windows file name?

ulisesbocchio commented 5 years ago

Interesting, did the other tests work? You can omit that module if it gives you trouble

ulisesbocchio commented 5 years ago

fixed, give it a try

melloware commented 5 years ago

Thank you. I will test it out and work on my PR today.

ulisesbocchio commented 5 years ago

thank you buddy!

ulisesbocchio commented 5 years ago

@melloware any updates?

melloware commented 5 years ago

Its all fixed and PR was submitted here: https://github.com/ulisesbocchio/jasypt-spring-boot-samples/pull/5