pivotal-cf / java-cfenv

Apache License 2.0
95 stars 59 forks source link

Fix #231: remove url encoding for DB2 #234

Closed anthonydahanne closed 10 months ago

anthonydahanne commented 11 months ago
anthonydahanne commented 11 months ago

You can try out a java-cfenv jar built from this branch; downloading it from:

https://anthonydahanne.github.io/java-cfenv/java-cfenv-all-3.1.2-SNAPSHOT.jar

You can also point your Java Buildpack to use it like I did here: https://github.com/anthonydahanne/java-buildpack/blob/java-cfenv-snapshot/config/java_cf_env.yml#L21. In that case, you'd use this java-cfenv with a command like:

cf push my-app -b https://github.com/anthonydahanne/java-buildpack.git\#java-cfenv-snapshot