Search Results

1
vote
5answers
209 views

Injecting current git commit id into Java webapp

We have a git repository which contains source for a few related Java WARs and JARs. It would be nice if the Java code could somehow: System.err.println("I was built from git commit …
0
votes

SHA-1 Hashes Mixed with Strings

OK, now that you've clarified that these are raw bytes No, you cannot read this into Java as a string, you will need to read it as raw bytes. …