Commit 4cbcabf
Initial release: JClassLoader - Universal Java ClassLoader with 40+ protocols
Features:
- 40+ transport protocols supported
- 37 implementation classes
- 26 passing unit tests
- Comprehensive documentation (4 guides)
Protocol Coverage:
- File Systems: Local, HTTP/HTTPS, FTP/FTPS, SFTP, WebDAV, HDFS
- Cloud Storage: AWS S3, Azure Blob, GCS, MinIO, Backblaze B2, CloudFlare R2
- Cloud Files: Google Drive, Dropbox, OneDrive
- Repositories: Maven Central, Nexus, Artifactory, JFrog
- VCS: Git (GitHub, GitLab, Bitbucket)
- Messaging: Kafka, RabbitMQ, Redis
- Containers: Kubernetes ConfigMaps, Docker Registry
- P2P: IPFS
- Database: JDBC (any database)
- Custom: REST APIs, custom protocol handlers
Authentication:
- HTTP Basic, Bearer Token, SSH Keys
- AWS IAM, Azure Keys, Google Service Accounts
- OAuth 2.0 (Drive, OneDrive, Dropbox)
- Kafka SASL, Redis, Kerberos
Performance:
- Multi-layer caching (file-system + memory)
- Configurable source priority
- Connection pooling
CI/CD:
- GitHub Actions workflow
- Automatic version bumping
- Deploy to packagecloud.io
- Git tagging
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4180aea commit 4cbcabf
47 files changed
Lines changed: 6647 additions & 0 deletions
File tree
- .github/workflows
- src
- main/java/org/flossware/jclassloader
- cache
- cloud
- container
- example
- filesystem
- messaging
- objectstore
- p2p
- protocol
- vcs
- test/java/org/flossware/jclassloader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
0 commit comments