Problem: We rely on Commons Codec for some simple Base64 decoding/encoding, most of which is available in Java 1.6+ Solution: Set minimum version to Java 1.6 and rely on provided methods. QA Notes: Unit tests pass |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||
Problem: We rely on Commons Codec for some simple Base64 decoding/encoding, most of which is available in Java 1.6+ Solution: Set minimum version to Java 1.6 and rely on provided methods. QA Notes: Unit tests pass |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||