An open API service providing commit metadata for open source projects.

GitHub / ashc1aw/Common4j / commits

SHA Message Author Date Stats
532c14e3 merge Merge pull request #15 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
b9eeab42 docs: bump common4j-bom version to 2.0.0 in README ryson7 <r****n@a****c> 3 months ago
898c2654 docs(retry): update dependency version to 2.0.0 in README ryson7 <r****n@a****c> 3 months ago
6514990a chore: bump package version to 2.0.0 in all documentation ryson7 <r****n@a****c> 3 months ago
c751c550 chore: bump common4j-core version to 2.0.0 in README ryson7 <r****n@a****c> 3 months ago
0723ef50 merge Merge pull request #14 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
ff90ae91 docs(web module): add javadoc comment for common4j.web module ryson7 <r****n@a****c> 3 months ago
7b86c981 refactor(web model): improve javadoc and usage docs across common models ryson7 <r****n@a****c> 3 months ago
c6d48c47 docs(retry): add javadoc comment to module-info.java ryson7 <r****n@a****c> 3 months ago
fdbc88f8 docs: improve javadocs and package docs for retry module ryson7 <r****n@a****c> 3 months ago
20104907 merge Merge pull request #13 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
ae2a94b3 docs(poi): add module-info.java javadoc comment ryson7 <r****n@a****c> 3 months ago
196d336f docs(poi word): update word doc formatting style ryson7 <r****n@a****c> 3 months ago
34c0ca11 style(poi-word): format template doc comment headings ryson7 <r****n@a****c> 3 months ago
da4fcd1a docs(FormExtractor): add missing javadoc comments ryson7 <r****n@a****c> 3 months ago
efe126fb docs(package-info): fix quick start section formatting ryson7 <r****n@a****c> 3 months ago
8db41c1c docs: update javadoc section headings to colon format ryson7 <r****n@a****c> 3 months ago
9d912a15 docs: update javadoc code block formatting ryson7 <r****n@a****c> 3 months ago
c8fb0dc1 docs: improve javadoc comments for HeaderNode and SheetDefinition ryson7 <r****n@a****c> 3 months ago
09653ef7 merge Merge pull request #12 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
b88ca6b1 docs(core): add javadoc comment for common4j core module ryson7 <r****n@a****c> 3 months ago
8fc2044a docs(validate): add javadocs and fix formatting in ValidationUtils ryson7 <r****n@a****c> 3 months ago
f6987ad9 docs: add missing javadoc return tags and validate date range ryson7 <r****n@a****c> 3 months ago
012e7104 docs: improve javadocs and formatting in StringUtils ryson7 <r****n@a****c> 3 months ago
630096a3 style(doc): improve javadoc formatting and add missing type params ryson7 <r****n@a****c> 3 months ago
96777738 docs(io): update javadoc heading tags to <b> ryson7 <r****n@a****c> 3 months ago
d4f0cd4d docs(id): add missing javadoc for getSnowflake method ryson7 <r****n@a****c> 3 months ago
eb6510ae docs: improve javadocs and usage formatting for crypto utils ryson7 <r****n@a****c> 3 months ago
ee978633 refactor(exception): improve error code enum and package docs ryson7 <r****n@a****c> 3 months ago
7d4fad9c docs(convert): improve javadoc for ConvertUtils ryson7 <r****n@a****c> 3 months ago
b27b4221 refactor(collections): polish javadocs for TreeBuilder and CollectionUtils ryson7 <r****n@a****c> 3 months ago
b9ba9797 style(codec): format hex dump section heading in HexUtils ryson7 <r****n@a****c> 3 months ago
2e41cc01 build: add project metadata to all module pom files ryson7 <r****n@a****c> 3 months ago
00199221 merge Merge pull request #11 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
8959e17a build: bump project version to 2.0.0 from 2.0-SNAPSHOT ryson7 <r****n@a****c> 3 months ago
4a53b319 merge Merge pull request #10 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
ecb5543b build: add root maven pom for Common4j project ryson7 <r****n@a****c> 3 months ago
b8b39ce0 chore: update gitignore with IDE and build output files ryson7 <r****n@a****c> 3 months ago
4e214e71 build(common4j-web): add initial maven pom file ryson7 <r****n@a****c> 3 months ago
c397d1b7 build: add module-info.java for common4j-web module ryson7 <r****n@a****c> 3 months ago
fcc1d065 feat(retry): add common4j-retry lightweight retry module ryson7 <r****n@a****c> 3 months ago
c8671bd5 docs: add initial README for common4j-poi project ryson7 <r****n@a****c> 3 months ago
cfd3bda2 build(common4j-poi): add maven build config for poi module ryson7 <r****n@a****c> 3 months ago
ccf093fe chore(poi): add module-info.java for Java modularization ryson7 <r****n@a****c> 3 months ago
7472368b merge Merge pull request #9 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
4d2912ce build: add common4j-crypto maven module ryson7 <r****n@a****c> 3 months ago
d20b7d0c docs(common4j-core): add initial README documentation ryson7 <r****n@a****c> 3 months ago
e481ab27 build: add common4j-core maven module ryson7 <r****n@a****c> 3 months ago
10b30fda test(poi-word): add complete unit tests for word document operations ryson7 <r****n@a****c> 3 months ago
c957551d test(poi): add comprehensive Excel tooling test suite ryson7 <r****n@a****c> 3 months ago
e27bb2c3 feat(poi-word): add word form extraction and template filling module ryson7 <r****n@a****c> 3 months ago
3341faef feat(common4j-poi): add full Excel read/write utility library ryson7 <r****n@a****c> 3 months ago
486fbf29 merge Merge pull request #8 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
e2e69de7 test(io): add test resource file for io module tests ryson7 <r****n@a****c> 3 months ago
32d74768 build: add common4j-bom pom for unified dependency version management ryson7 <r****n@a****c> 3 months ago
b0a04008 chore: add module-info.java for Java modular system ryson7 <r****n@a****c> 3 months ago
a0e7b306 refactor(time): update date formatters to add default value support ryson7 <r****n@a****c> 3 months ago
664d3734 test(text): add comprehensive unit tests for StringUtils ryson7 <r****n@a****c> 3 months ago
e7de1fa3 feat(text): add StringUtils utility class with string helper methods ryson7 <r****n@a****c> 3 months ago
b3da7a3b merge Merge pull request #7 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
72c08f66 docs: fix capitalization of "pursue excellence" in README ryson7 <r****n@a****c> 3 months ago
1b5fd1a1 merge Merge pull request #6 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
b31e993f docs: initialize and populate README.md with full project docs ryson7 <r****n@a****c> 3 months ago
290ea002 merge Merge pull request #5 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
c514627c test(io): add comprehensive unit tests for IoUtils ryson7 <r****n@a****c> 3 months ago
736d8c82 feat(io): add io utility toolkit with common file and resource ops ryson7 <r****n@a****c> 3 months ago
a0996045 feat(exception): add categorized error code enum and docs ryson7 <r****n@a****c> 3 months ago
bdb6e7d7 test: add comprehensive unit tests for ConvertUtils ryson7 <r****n@a****c> 3 months ago
bf5123c4 feat(convert): add string-to-type coercion utility module ryson7 <r****n@a****c> 3 months ago
7758488a merge Merge pull request #4 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
f691ed11 test(crypto): add complete unit tests for digest and aes utils ryson7 <r****n@a****c> 3 months ago
42c11d68 feat(crypto): add crypto utility module with digest and AES tools ryson7 <r****n@a****c> 3 months ago
4e6d306c test(validate): add comprehensive unit tests for ValidationUtils ryson7 <r****n@a****c> 3 months ago
ed43e550 feat(validate): add precondition validation utilities ryson7 <r****n@a****c> 3 months ago
d4c14397 test(stream): add comprehensive test suite for StreamUtils ryson7 <r****n@a****c> 3 months ago
ebf570ce feat(stream): add stream utility class with iterator/enumeration bridges and ... ryson7 <r****n@a****c> 3 months ago
2c2ca232 merge Merge pull request #3 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
7a8045c5 test(codec): add comprehensive HexUtils dump method tests ryson7 <r****n@a****c> 3 months ago
6a21d9fc feat(codec): add hex dump utility HexUtils ryson7 <r****n@a****c> 3 months ago
c6ba0792 test(text): add unit tests for MaskUtils ryson7 <r****n@a****c> 3 months ago
21b5cf13 feat(text): add string masking utility MaskUtils ryson7 <r****n@a****c> 3 months ago
4f42adc7 test(collections): add full test suite for CollectionUtils and TreeBuilder ryson7 <r****n@a****c> 3 months ago
1b49cdbc feat(collections): add collection utilities and tree builder ryson7 <r****n@a****c> 3 months ago
1a327b3e merge Merge pull request #2 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
3b7edbc8 test(web-model): add full unit tests for web model classes ryson7 <r****n@a****c> 3 months ago
01583fff feat(web model): add standard web API model classes ryson7 <r****n@a****c> 3 months ago
c2eb979f merge Merge pull request #1 from ashc1aw/dev Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago
9c270d38 test(time): add unit tests for DateRange and DateUtils ryson7 <r****n@a****c> 3 months ago
e552e584 feat(time): add full java.time utility toolkit ryson7 <r****n@a****c> 3 months ago
f5ec085e test(id): add comprehensive unit tests for id utilities ryson7 <r****n@a****c> 3 months ago
faaac31f feat(id): add snowflake and uuid id generation module ryson7 <r****n@a****c> 3 months ago
34387c98 Initial commit Ryson <r****n@a****c>
Committed by: GitHub <n****y@g****m>
3 months ago

← Back to repository