glenpowell / certificate-transparency

Automatically exported from code.google.com/p/certificate-transparency
0 stars 0 forks source link

Upgrade Guava dependency to be able to deploy in JEE7 environment #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Use the CT java API and try to deploy your application in a JEE7 container 
such as WildFly 8 or Glassfish 4.

What is the expected output? What do you see instead?

There is a thread in Guava Google code explaining everything. Guava v16 
seemingly fixes the issue.
https://code.google.com/p/guava-libraries/issues/detail?id=1433

CT bundles Guava v14 which is too old.

What version of the product are you using? On what operating system?

Latest git clone as of Feb 23 2014.

Please provide any additional information below.

Original issue reported on code.google.com by Tomasshr...@gmail.com on 23 Feb 2014 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by er...@google.com on 24 Feb 2014 at 10:06

GoogleCodeExporter commented 9 years ago
Out for review in https://codereview.appspot.com/67930045/.

Original comment by er...@google.com on 24 Feb 2014 at 10:20

GoogleCodeExporter commented 9 years ago
Pushed as 
https://code.google.com/p/certificate-transparency/source/detail?r=a9a639872a530
a03a726062f6a0e3c74904fa35c

Original comment by er...@google.com on 24 Feb 2014 at 11:17

GoogleCodeExporter commented 9 years ago
Thanks for the quick action. I have verified that I can deploy on WildFly 8 
using the Guava 16.0.1 library.

Original comment by Tomasshr...@gmail.com on 24 Feb 2014 at 7:49