java8 / Java8InAction

MIT License
3.18k stars 2.26k forks source link

Code is now broken for first edition of the book #20

Open kanozad opened 6 years ago

kanozad commented 6 years ago

I have the first edition of the book. I just cloned the repo and tried to build with jdk8 and it's broken all over the place. Could you create a tag or branch for the Java 8 version?

kanozad commented 6 years ago

I checked out the previous commit (ae8122) and it builds just fine with jdk8. If you create a tag or branch from that you should be good to go.

vsushko commented 6 years ago

git reset --hard ae8122f433f90a8bfed7244cdf6f99271f1d1125

vbhosle commented 5 years ago

switch to previous commit to get first edition code.

git reset --hard ae8122f433f90a8bfed7244cdf6f99271f1d1125