Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Tokyo, Japan
Pro
- Tokyo, Japan
Pinned
70 contributions in the last year
Contribution activity
December 2019
Created a pull request in embulk/embulk that received 4 comments
Load SnakeYaml in a separate DependencyClassLoader.
moving Yaml conversion to a separate DependencyClassLoader. Related PRs: #1201 (Netty Buffer) and #1204 (Airlift Slice). Used in: org.embulk.config…
+189
−20
•
4
comments
- Check dependency vulnerability semi-automatically with org.owasp:dependency-check-gradle
- Set system config also in java.util.Properties
- Load ICU4J library in a separate DependencyClassLoader
- Load Airlift Slice library in a separate DependencyClassLoader
- Load Netty Buffer library in a separate DependencyClassLoader
- Fix refactored EmbulkDependencyClassLoaders to process JARs out of executable-JAR
- Refactor dependency class loaders to be extensible easier