OSDN Git Service

dictzip-java/dictzip-java.git
2 years agoRelease v0.12.2 v0.12.2
Hiroshi Miura [Tue, 1 Mar 2022 14:29:11 +0000 (23:29 +0900)]
Release v0.12.2

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #53 from dictzip/topic/miurahr/fix-mark-reset-position
Hiroshi Miura [Tue, 1 Mar 2022 14:21:44 +0000 (23:21 +0900)]
Merge pull request #53 from dictzip/topic/miurahr/fix-mark-reset-position

Fix doubled position when used readFully method

2 years agoFix doubled position when used readFully method
Hiroshi Miura [Tue, 1 Mar 2022 14:17:56 +0000 (23:17 +0900)]
Fix doubled position when used readFully method

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #52 from dictzip/dependabot/github_actions/actions/setup-java-3
Hiroshi Miura [Mon, 28 Feb 2022 23:40:37 +0000 (08:40 +0900)]
Merge pull request #52 from dictzip/dependabot/github_actions/actions/setup-java-3

Bump actions/setup-java from 2.5.0 to 3

2 years agoBump actions/setup-java from 2.5.0 to 3
dependabot[bot] [Mon, 28 Feb 2022 22:16:07 +0000 (22:16 +0000)]
Bump actions/setup-java from 2.5.0 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoRelease v0.12.1 v0.12.1
Hiroshi Miura [Mon, 28 Feb 2022 10:26:44 +0000 (19:26 +0900)]
Release v0.12.1

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #51 from dictzip/topic/miurahr/rais/test-last-bytes
Hiroshi Miura [Mon, 28 Feb 2022 10:23:21 +0000 (19:23 +0900)]
Merge pull request #51 from dictzip/topic/miurahr/rais/test-last-bytes

Fix RandomAccessInputStream position when read() for last bytes

2 years agotest: RandomAccessInputStream fix position when read() return -1 EOF
Hiroshi Miura [Mon, 28 Feb 2022 01:41:53 +0000 (10:41 +0900)]
test: RandomAccessInputStream fix position when read() return -1 EOF

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agotest: RandomAccessInputStream read() for last bytes
Hiroshi Miura [Mon, 28 Feb 2022 00:25:52 +0000 (09:25 +0900)]
test: RandomAccessInputStream read() for last bytes

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.12.0 v0.12.0
Hiroshi Miura [Sun, 27 Feb 2022 08:43:23 +0000 (17:43 +0900)]
Release v0.12.0

RandomAccessInputStream now buffering input data

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #48 from dictzip/topic/miurahr/random-read-optimization
Hiroshi Miura [Sun, 27 Feb 2022 08:40:16 +0000 (17:40 +0900)]
Merge pull request #48 from dictzip/topic/miurahr/random-read-optimization

RandomAccessInputStream: support buffering

2 years agoMerge pull request #47 from dictzip/topic/miurahr/actions/checkstyle-annotation
Hiroshi Miura [Sat, 26 Feb 2022 15:36:31 +0000 (00:36 +0900)]
Merge pull request #47 from dictzip/topic/miurahr/actions/checkstyle-annotation

Actions: add checkstyle annotation on PR diff

2 years agoRAIS: support buffering
Hiroshi Miura [Sat, 26 Feb 2022 14:47:04 +0000 (23:47 +0900)]
RAIS: support buffering

- new method int read(long pos)
- Buffering input for performance.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoActions: add checkstyle annotation on PR diff
Hiroshi Miura [Sat, 5 Feb 2022 02:40:13 +0000 (11:40 +0900)]
Actions: add checkstyle annotation on PR diff

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.11.2 v0.11.2
Hiroshi Miura [Fri, 4 Feb 2022 15:40:07 +0000 (00:40 +0900)]
Release v0.11.2

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #46 from dictzip/topic/miurahr/nio-aware-methods
Hiroshi Miura [Fri, 4 Feb 2022 15:20:02 +0000 (00:20 +0900)]
Merge pull request #46 from dictzip/topic/miurahr/nio-aware-methods

Introduce nio aware methods

2 years agoMerge pull request #45 from dictzip/topic/miurahr/checkstyle-test
Hiroshi Miura [Fri, 4 Feb 2022 15:19:18 +0000 (00:19 +0900)]
Merge pull request #45 from dictzip/topic/miurahr/checkstyle-test

test: adjust Checkstyle warnings

2 years agoMerge pull request #44 from dictzip/topic/iurahr/adjust-checkstyle
Hiroshi Miura [Fri, 4 Feb 2022 15:19:07 +0000 (00:19 +0900)]
Merge pull request #44 from dictzip/topic/iurahr/adjust-checkstyle

adjust Checkstyle warnings

2 years agoadjust Checkstyle warnings
Hiroshi Miura [Fri, 4 Feb 2022 15:11:14 +0000 (00:11 +0900)]
adjust Checkstyle warnings

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agotest: adjust Checkstyle warnings
Hiroshi Miura [Fri, 4 Feb 2022 14:47:34 +0000 (23:47 +0900)]
test: adjust Checkstyle warnings

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMove checkDictZipInputStream
Hiroshi Miura [Fri, 4 Feb 2022 14:44:26 +0000 (23:44 +0900)]
Move checkDictZipInputStream

Introduce DictZipFiles.checkDictZipFile and
DictZipFiles.checkDictZipInputStream
Deprecate DictZipFileUtils.check* methods.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoIntroduce NIO aware constructors
Hiroshi Miura [Fri, 4 Feb 2022 14:42:41 +0000 (23:42 +0900)]
Introduce NIO aware constructors

- DictZipFiles.newDictZipInputStream
- DictZipFiles.newDictZipOutputStream
- DictZipFiles.newRandomAccessInputStream
- DictZipFiles.newRandomAccessOutputStream

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoActions: fix release script
Hiroshi Miura [Sat, 29 Jan 2022 07:25:28 +0000 (16:25 +0900)]
Actions: fix release script

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.11.1 v0.11.1
Hiroshi Miura [Sat, 29 Jan 2022 05:23:01 +0000 (14:23 +0900)]
Release v0.11.1

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #43 from dictzip/topic/miurahr/support-mark-reset
Hiroshi Miura [Sat, 29 Jan 2022 05:16:03 +0000 (14:16 +0900)]
Merge pull request #43 from dictzip/topic/miurahr/support-mark-reset

Support mark/reset in DictZipInputStream

2 years agoSupport mark/reset for DictZipInputStream
Hiroshi Miura [Sat, 29 Jan 2022 04:38:14 +0000 (13:38 +0900)]
Support mark/reset for DictZipInputStream

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.11.0 v0.11.0
Hiroshi Miura [Sat, 29 Jan 2022 03:45:03 +0000 (12:45 +0900)]
Release v0.11.0

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate copyright year 2022
Hiroshi Miura [Sat, 29 Jan 2022 03:44:50 +0000 (12:44 +0900)]
Update copyright year 2022

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #42 from dictzip/topic/miurahr/get-pos-dictzip
Hiroshi Miura [Sat, 29 Jan 2022 03:33:59 +0000 (12:33 +0900)]
Merge pull request #42 from dictzip/topic/miurahr/get-pos-dictzip

Fix read error on some test case: unexpected end of file of ZLIB

2 years agoFix constructor of DictZipInputStream class
Hiroshi Miura [Sat, 29 Jan 2022 03:26:13 +0000 (12:26 +0900)]
Fix constructor of DictZipInputStream class

- Reset input position after reading trailer

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoSupport raw offset of DictZipInputStream
Hiroshi Miura [Tue, 25 Jan 2022 14:12:35 +0000 (23:12 +0900)]
Support raw offset of DictZipInputStream

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoSupport RandomAccess Stream position
Hiroshi Miura [Tue, 25 Jan 2022 14:12:09 +0000 (23:12 +0900)]
Support RandomAccess Stream position

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #41 from dictzip/dependabot/gradle/com.palantir.git-version-0...
Hiroshi Miura [Thu, 20 Jan 2022 04:14:02 +0000 (13:14 +0900)]
Merge pull request #41 from dictzip/dependabot/gradle/com.palantir.git-version-0.13.0

Bump com.palantir.git-version from 0.12.3 to 0.13.0

2 years agoBump com.palantir.git-version from 0.12.3 to 0.13.0
dependabot[bot] [Wed, 19 Jan 2022 22:12:28 +0000 (22:12 +0000)]
Bump com.palantir.git-version from 0.12.3 to 0.13.0

Bumps com.palantir.git-version from 0.12.3 to 0.13.0.

---
updated-dependencies:
- dependency-name: com.palantir.git-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoAdjust for checkstyle warnings
Hiroshi Miura [Tue, 18 Jan 2022 14:38:10 +0000 (23:38 +0900)]
Adjust for checkstyle warnings

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoGradle: update configuration
Hiroshi Miura [Tue, 18 Jan 2022 14:16:26 +0000 (23:16 +0900)]
Gradle: update configuration

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoREADME: bump example version@0.10.3
Hiroshi Miura [Tue, 18 Jan 2022 13:32:22 +0000 (22:32 +0900)]
README: bump example version@0.10.3

2 years agoExclude intellij output folder
Hiroshi Miura [Tue, 18 Jan 2022 13:30:07 +0000 (22:30 +0900)]
Exclude intellij output folder

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.10.3 v0.10.3
Hiroshi Miura [Tue, 18 Jan 2022 13:19:54 +0000 (22:19 +0900)]
Release v0.10.3

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoFix test case when dictzip not exist
Hiroshi Miura [Tue, 18 Jan 2022 13:18:48 +0000 (22:18 +0900)]
Fix test case when dictzip not exist

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoActions: Change release script v0.10.2
Hiroshi Miura [Tue, 18 Jan 2022 13:14:39 +0000 (22:14 +0900)]
Actions: Change release script

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.10.1 v0.10.1
Hiroshi Miura [Tue, 18 Jan 2022 13:05:14 +0000 (22:05 +0900)]
Release v0.10.1

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoActions: update release script
Hiroshi Miura [Tue, 18 Jan 2022 13:02:33 +0000 (22:02 +0900)]
Actions: update release script

- Use temurin openjdk 8
- Use actions burrunan/gralde-cache-action@v1
- Drop release to github package and azure package

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRelease v0.10.0 v0.10.0
Hiroshi Miura [Tue, 18 Jan 2022 12:51:37 +0000 (21:51 +0900)]
Release v0.10.0

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #40 from dictzip/topic/miurahr/gradle-versioning
Hiroshi Miura [Tue, 18 Jan 2022 12:41:33 +0000 (21:41 +0900)]
Merge pull request #40 from dictzip/topic/miurahr/gradle-versioning

Auto generate version file

2 years agoAuto generate version file
Hiroshi Miura [Tue, 18 Jan 2022 07:54:39 +0000 (16:54 +0900)]
Auto generate version file
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #39 from dictzip/topic/miurahr/reduce-test-code-duplication
Hiroshi Miura [Tue, 18 Jan 2022 06:41:00 +0000 (15:41 +0900)]
Merge pull request #39 from dictzip/topic/miurahr/reduce-test-code-duplication

Reorganize code structures

2 years agoReorganize code structures
Hiroshi Miura [Tue, 18 Jan 2022 06:36:01 +0000 (15:36 +0900)]
Reorganize code structures

- Add test utility project

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #38 from dictzip/topic/miurahr/fix-dictzip-outputstream
Hiroshi Miura [Tue, 18 Jan 2022 05:17:38 +0000 (14:17 +0900)]
Merge pull request #38 from dictzip/topic/miurahr/fix-dictzip-outputstream

Fix dictzip outputstream

2 years agoMerge remote-tracking branch 'origin/topic/miurahr/fix-dictzip-outputstream' into...
Hiroshi Miura [Tue, 18 Jan 2022 05:12:26 +0000 (14:12 +0900)]
Merge remote-tracking branch 'origin/topic/miurahr/fix-dictzip-outputstream' into topic/miurahr/fix-dictzip-outputstream

2 years agoFix DictZipOutputStream
Hiroshi Miura [Tue, 18 Jan 2022 05:10:46 +0000 (14:10 +0900)]
Fix DictZipOutputStream

- Use FULL_FLUSH instead of SYNC_FLUSH
- calculate carefully about write chunk size

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate test
Hiroshi Miura [Tue, 18 Jan 2022 05:10:23 +0000 (14:10 +0900)]
Update test

- Update test case

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoFix DictZipOutputStream
Hiroshi Miura [Tue, 18 Jan 2022 04:53:20 +0000 (13:53 +0900)]
Fix DictZipOutputStream

- Use FULL_FLUSH instead of SYNC_FLUSH
- calculate carefully about write chunk size

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate test case
Hiroshi Miura [Tue, 18 Jan 2022 02:15:22 +0000 (11:15 +0900)]
Update test case

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate test case
Hiroshi Miura [Tue, 18 Jan 2022 00:35:15 +0000 (09:35 +0900)]
Update test case

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate test case
Hiroshi Miura [Tue, 18 Jan 2022 00:35:15 +0000 (09:35 +0900)]
Update test case

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoIncrease buffer size of input stream
Hiroshi Miura [Tue, 18 Jan 2022 00:09:52 +0000 (09:09 +0900)]
Increase buffer size of input stream

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agotest: update file test case
Hiroshi Miura [Mon, 17 Jan 2022 23:48:47 +0000 (08:48 +0900)]
test: update file test case

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoRefactoring FileUtils2
Hiroshi Miura [Mon, 17 Jan 2022 23:03:52 +0000 (08:03 +0900)]
Refactoring FileUtils2

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate javadoc
Hiroshi Miura [Mon, 17 Jan 2022 15:18:42 +0000 (00:18 +0900)]
Update javadoc

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoAdd notnull annotation
Hiroshi Miura [Mon, 17 Jan 2022 15:18:15 +0000 (00:18 +0900)]
Add notnull annotation

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate cli tests
Hiroshi Miura [Mon, 17 Jan 2022 15:17:44 +0000 (00:17 +0900)]
Update cli tests

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #37 from dictzip/topic/miurahr/enable-header-crc-for-write
Hiroshi Miura [Sun, 16 Jan 2022 15:01:45 +0000 (00:01 +0900)]
Merge pull request #37 from dictzip/topic/miurahr/enable-header-crc-for-write

Enable header CRC when write

2 years agoActions: don't put comment to PR
Hiroshi Miura [Sun, 16 Jan 2022 14:59:07 +0000 (23:59 +0900)]
Actions: don't put comment to PR

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoGradle: Remove incompatible config for gradle 7.3
Hiroshi Miura [Sun, 16 Jan 2022 14:15:37 +0000 (23:15 +0900)]
Gradle: Remove incompatible config for gradle 7.3

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoBump Junit5-jupter@5.8.2
Hiroshi Miura [Sun, 16 Jan 2022 14:08:54 +0000 (23:08 +0900)]
Bump Junit5-jupter@5.8.2

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge branch 'master' into topic/miurahr/enable-header-crc-for-write
Hiroshi Miura [Sun, 16 Jan 2022 14:05:50 +0000 (23:05 +0900)]
Merge branch 'master' into topic/miurahr/enable-header-crc-for-write

2 years agoActions: fix installation of dictzip command
Hiroshi Miura [Sun, 16 Jan 2022 14:05:24 +0000 (23:05 +0900)]
Actions: fix installation of dictzip command

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoEnable header CRC when write
Hiroshi Miura [Sun, 16 Jan 2022 14:02:55 +0000 (23:02 +0900)]
Enable header CRC when write

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoBump Gradle@7.3.3
Hiroshi Miura [Sun, 16 Jan 2022 10:06:40 +0000 (19:06 +0900)]
Bump Gradle@7.3.3

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate Tests
Hiroshi Miura [Sun, 16 Jan 2022 10:00:15 +0000 (19:00 +0900)]
Update Tests

- Add test case to create/decompress file

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate Tests
Hiroshi Miura [Sun, 16 Jan 2022 07:43:44 +0000 (16:43 +0900)]
Update Tests

 - remove verbose output
 - use JUnit5/Jupiter's TempDir

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #25 from dictzip/topic-test-large-file
Hiroshi Miura [Sun, 16 Jan 2022 07:27:38 +0000 (16:27 +0900)]
Merge pull request #25 from dictzip/topic-test-large-file

test: add a reproduce case for issue#24

2 years agoREADME: drop bintray badge
Hiroshi Miura [Sun, 16 Jan 2022 05:18:06 +0000 (14:18 +0900)]
README: drop bintray badge

2 years agoMerge remote-tracking branch 'origin/master' into topic-test-large-file
Hiroshi Miura [Sun, 16 Jan 2022 05:09:18 +0000 (14:09 +0900)]
Merge remote-tracking branch 'origin/master' into topic-test-large-file

2 years agoActions: update action
Hiroshi Miura [Sun, 16 Jan 2022 05:06:49 +0000 (14:06 +0900)]
Actions: update action

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoActions: update action
Hiroshi Miura [Sun, 16 Jan 2022 05:05:47 +0000 (14:05 +0900)]
Actions: update action

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoUpdate large file test case
Hiroshi Miura [Sun, 16 Jan 2022 03:44:28 +0000 (12:44 +0900)]
Update large file test case

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMove to JUnit5/Jupiter
Hiroshi Miura [Sun, 16 Jan 2022 02:11:47 +0000 (11:11 +0900)]
Move to JUnit5/Jupiter

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #34 from dictzip/dependabot/gradle/org.testng-testng-7.5
Hiroshi Miura [Fri, 7 Jan 2022 10:43:26 +0000 (19:43 +0900)]
Merge pull request #34 from dictzip/dependabot/gradle/org.testng-testng-7.5

Bump testng from 7.4.0 to 7.5

2 years agoBump testng from 7.4.0 to 7.5
dependabot[bot] [Thu, 6 Jan 2022 22:11:04 +0000 (22:11 +0000)]
Bump testng from 7.4.0 to 7.5

Bumps [testng](https://github.com/cbeust/testng) from 7.4.0 to 7.5.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/compare/7.4.0...7.5)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #32 from dictzip/dependabot/github_actions/actions/upload-artifact...
Hiroshi Miura [Mon, 27 Dec 2021 22:38:37 +0000 (07:38 +0900)]
Merge pull request #32 from dictzip/dependabot/github_actions/actions/upload-artifact-2.3.1

Bump actions/upload-artifact from 2.3.0 to 2.3.1

2 years agoMerge pull request #33 from dictzip/dependabot/github_actions/actions/setup-java...
Hiroshi Miura [Mon, 27 Dec 2021 22:38:07 +0000 (07:38 +0900)]
Merge pull request #33 from dictzip/dependabot/github_actions/actions/setup-java-2.5.0

Bump actions/setup-java from 2.4.0 to 2.5.0

2 years agoBump actions/setup-java from 2.4.0 to 2.5.0
dependabot[bot] [Mon, 27 Dec 2021 22:05:31 +0000 (22:05 +0000)]
Bump actions/setup-java from 2.4.0 to 2.5.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump actions/upload-artifact from 2.3.0 to 2.3.1
dependabot[bot] [Mon, 20 Dec 2021 22:06:10 +0000 (22:06 +0000)]
Bump actions/upload-artifact from 2.3.0 to 2.3.1

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31 from dictzip/dependabot/github_actions/actions/upload-artifact...
Hiroshi Miura [Mon, 13 Dec 2021 22:28:10 +0000 (07:28 +0900)]
Merge pull request #31 from dictzip/dependabot/github_actions/actions/upload-artifact-2.3.0

Bump actions/upload-artifact from 2.2.4 to 2.3.0

2 years agoBump actions/upload-artifact from 2.2.4 to 2.3.0
dependabot[bot] [Mon, 13 Dec 2021 22:05:51 +0000 (22:05 +0000)]
Bump actions/upload-artifact from 2.2.4 to 2.3.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #30 from dictzip/dependabot/github_actions/actions/setup-java...
Hiroshi Miura [Tue, 30 Nov 2021 02:29:13 +0000 (11:29 +0900)]
Merge pull request #30 from dictzip/dependabot/github_actions/actions/setup-java-2.4.0

Bump actions/setup-java from 2.3.1 to 2.4.0

2 years agoBump actions/setup-java from 2.3.1 to 2.4.0
dependabot[bot] [Mon, 29 Nov 2021 22:05:32 +0000 (22:05 +0000)]
Bump actions/setup-java from 2.3.1 to 2.4.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #22 from dictzip/dependabot/gradle/commons-io-commons-io-2.11.0
Hiroshi Miura [Tue, 5 Oct 2021 00:43:54 +0000 (17:43 -0700)]
Merge pull request #22 from dictzip/dependabot/gradle/commons-io-commons-io-2.11.0

Bump commons-io from 2.8.0 to 2.11.0

2 years agoMerge pull request #28 from dictzip/dependabot/github_actions/actions/setup-java...
Hiroshi Miura [Tue, 5 Oct 2021 00:43:27 +0000 (17:43 -0700)]
Merge pull request #28 from dictzip/dependabot/github_actions/actions/setup-java-2.3.1

Bump actions/setup-java from 2.3.0 to 2.3.1

2 years agoMerge pull request #27 from dictzip/dependabot/github_actions/eskatos/gradle-command...
Hiroshi Miura [Tue, 5 Oct 2021 00:43:18 +0000 (17:43 -0700)]
Merge pull request #27 from dictzip/dependabot/github_actions/eskatos/gradle-command-action-2

Bump eskatos/gradle-command-action from 1 to 2

2 years agoBump actions/setup-java from 2.3.0 to 2.3.1
dependabot[bot] [Mon, 4 Oct 2021 22:04:22 +0000 (22:04 +0000)]
Bump actions/setup-java from 2.3.0 to 2.3.1

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump eskatos/gradle-command-action from 1 to 2
dependabot[bot] [Mon, 4 Oct 2021 22:04:19 +0000 (22:04 +0000)]
Bump eskatos/gradle-command-action from 1 to 2

Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 2.
- [Release notes](https://github.com/eskatos/gradle-command-action/releases)
- [Commits](https://github.com/eskatos/gradle-command-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: eskatos/gradle-command-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #26 from dictzip/dependabot/github_actions/actions/setup-java...
Hiroshi Miura [Tue, 24 Aug 2021 04:55:53 +0000 (13:55 +0900)]
Merge pull request #26 from dictzip/dependabot/github_actions/actions/setup-java-2.3.0

Bump actions/setup-java from 2.2.0 to 2.3.0

2 years agoBump actions/setup-java from 2.2.0 to 2.3.0
dependabot[bot] [Mon, 23 Aug 2021 22:04:32 +0000 (22:04 +0000)]
Bump actions/setup-java from 2.2.0 to 2.3.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agotest: add a reproduce case for issue#24(wip)
Hiroshi Miura [Fri, 13 Aug 2021 12:49:44 +0000 (21:49 +0900)]
test: add a reproduce case for issue#24(wip)

- Add javadoc
- cosmetic changes

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agotest: add a reproduce case for issue#24
Hiroshi Miura [Fri, 13 Aug 2021 12:44:12 +0000 (21:44 +0900)]
test: add a reproduce case for issue#24

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2 years agoMerge pull request #23 from dictzip/dependabot/github_actions/actions/setup-java...
Hiroshi Miura [Tue, 10 Aug 2021 14:07:07 +0000 (23:07 +0900)]
Merge pull request #23 from dictzip/dependabot/github_actions/actions/setup-java-2.2.0

Bump actions/setup-java from 2.1.0 to 2.2.0

2 years agoBump actions/setup-java from 2.1.0 to 2.2.0
dependabot[bot] [Mon, 9 Aug 2021 22:05:30 +0000 (22:05 +0000)]
Bump actions/setup-java from 2.1.0 to 2.2.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>