kenta-shimizu / secs4java8

This library is SEMI-SECS-communicate implementation on Java8.
Apache License 2.0
109 stars 54 forks source link

based on jdk9 Or later not based on jdk8 #2

Closed shyding closed 3 years ago

kenta-shimizu commented 3 years ago

Hi, Exclude 'module-info.java', if using jdk8, or if it interferes on compile. I will append this discription to 'module-info.java' comment. Thanks regards.

kenta-shimizu commented 3 years ago

I mistake. I use 'Collectors#toUnmodifiableList'(from 10) And use 'Collection#toArray​(IntFunction<T[]>)'(from 11) Thanks regards.

kenta-shimizu commented 3 years ago

Bug fixed.

shyding commented 3 years ago

If you're inclined to keep the file module.java After all, manually Exclude this file is always one step more, which is very inconvenient for development

kenta-shimizu commented 3 years ago

This repository is Apache License 2.0. Fork to your repository and rewrite. I hope your development environment will be comfortable.