Commit 80187c2
Remove cloud-specific classes in favor of jcloudstorage library
This is a clean break migration from embedded cloud provider classes
to the new standalone jcloudstorage library.
Changes:
- Removed org.flossware.jclassloader.cloud package and all cloud provider classes
(S3ClassSource, AzureBlobClassSource, GcsClassSource, GoogleDriveClassSource,
DropboxClassSource, OneDriveClassSource)
- Removed cloud SDK dependencies from pom.xml (AWS S3, Azure Blob, GCS, etc.)
- Removed JClassLoader.Builder methods: addS3Source(), addAzureBlobSource(),
addGcsSource(), addGoogleDriveSource(), addDropboxSource(), addOneDriveSource()
- Removed CloudStorageExamples.java (users should refer to jcloudstorage README)
- Removed all cloud-specific test files
Users should migrate to:
- jcloudstorage library (org.flossware:jcloudstorage:1.0)
- CloudStorageClassSource adapter
- JClassLoader.Builder.addCloudStorage(CloudStorageClient)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 9751482 commit 80187c2
17 files changed
Lines changed: 0 additions & 2086 deletions
File tree
- src
- main/java/org/flossware/jclassloader
- cloud
- example
- test/java/org/flossware/jclassloader/cloud
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 93 | | |
148 | 94 | | |
149 | 95 | | |
| |||
Lines changed: 0 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | 473 | | |
498 | 474 | | |
499 | 475 | | |
| |||
Lines changed: 0 additions & 138 deletions
This file was deleted.
Lines changed: 0 additions & 103 deletions
This file was deleted.
0 commit comments