Commit Graph

  • cb9d937666 Remove duplicated finder exception for cloudsigma gurkerl83 2020-10-26 15:34:29 +01:00
  • 0dc92e5103 Reorder dependencies for core module gurkerl83 2020-10-26 14:58:39 +01:00
  • d0c4a5825e Remove javax libraries gurkerl83 2020-10-26 14:42:10 +01:00
  • 47f51347a2 Remove Guice multibindings gurkerl83 2020-10-26 14:28:56 +01:00
  • 40d2b1227f Initial cleanup of maven set up in the parents' module gurkerl83 2020-10-26 14:20:51 +01:00
  • 647af7e365 Simplify S3 code that uses java-xml-builder (#93) Jean-Noël Rouvignac 2021-01-21 13:54:44 +01:00
  • 17fd80cd5a JCLOUDS-1557 - Azure local server support davidsloan 2020-12-08 02:14:03 +00:00
  • fd7fe5c01c Sync OSGi handling with Apache JClouds Project gurkerl83 2020-12-06 14:51:14 +01:00
  • 3a7e41f4e2 JCLOUDS-1559: add Charset to Json.fromJson InputStream methods roded 2020-12-04 21:56:24 +02:00
  • 94f09325ba Remove scope declaration from deps management gurkerl83 2020-10-26 01:33:49 +01:00
  • 7b5c2ae529 Lowering the GSON version gurkerl83 2020-10-26 01:22:49 +01:00
  • 9215bfcb70 In the final state of this feature, a rebase on Master was executed. In resolving a merge problem with the Maven project file "JClouds Project," an important instruction got overwritten, to generate test jars for each module. This modification re-adds this ability for all modules. Counter versa, defining this build step repeatedly, e.g., in the api/oauth module, is no longer required. Also, correct a typo, add groupId. gurkerl83 2020-10-24 17:48:40 +02:00
  • 083bd50122 In the final state of this feature a rebase on Master was executed. In resolving a merge problem with the Maven project file "JClouds Project", an important change already introduced in Master was overlooked. The library Guice was already updated to the latest version 4.2.3 in Master, and the original version number 3.0 was accidentally added to the Maven project file. This modification removes the version number 3.0 from the configuration. gurkerl83 2020-10-24 14:32:04 +02:00
  • 6a99821136 Re-Enable the build for all modules. Increase version of bnd plugin to the latest. gurkerl83 2020-10-17 16:04:22 +02:00
  • 32f6c4d50f Remove the OSGi configuration from each module. The approach of defining OSGi configuration through common properties and serving them to the bundle plugin gets no longer used; instead, OSGi configuration gets defined in each module's dedicated bnd file. gurkerl83 2020-10-17 16:01:26 +02:00
  • 7a9cd345a6 Onboard bnd-configuration files, one per module gurkerl83 2020-10-17 15:44:37 +02:00
  • 8ac994c2b5 Integrate GSON library in Clouds Core Bundle Final gurkerl83 2020-07-02 10:54:28 +02:00
  • d82868cc47 Replace embedded and repackaged GSON library gurkerl83 2020-06-25 15:27:15 +02:00
  • 1cd28c93c4 Remove unintended executable permissions Andrew Gaul 2020-10-09 23:33:41 +09:00
  • 31a3e5b5df JCLOUDS-1498: Upgrade to Guice 4.2.3 Andrew Gaul 2020-09-26 10:34:31 +09:00
  • 619466c66f JCLOUDS-1552: Do not attempt to parse empty payload (#82) 2.2.x Tamas Cservenak 2020-09-21 15:46:25 +02:00
  • d65047c87b JCLOUDS-1552: Do not attempt to parse empty payload (#82) Tamas Cservenak 2020-09-21 15:46:25 +02:00
  • 3ea2cce5f2 Optimize MultiBlobInputStream.read() Andrew Gaul 2020-07-25 16:39:04 +09:00
  • 9c21bf2cc2 JCLOUDS-1367: Do not open open InputStream in copyBlob Andrew Gaul 2020-07-25 16:34:46 +09:00
  • 8de7b696e1 Store transient Blob data with ByteArrayPayload Andrew Gaul 2020-07-12 04:53:37 +09:00
  • 9e4c7a16da JCLOUDS-1542 follow-up: check whether isAccessible() is already set (#79) Jean-Noël Rouvignac 2020-07-05 23:33:07 +02:00
  • 238c975078 JCLOUDS-1542 Java 11 warns of illegal reflective access (#76) Jean-Noël Rouvignac 2020-06-26 19:55:32 +02:00
  • 3e25b835c6 JCLOUDS-1333: Fix Guava 21 issues Andrew Gaul 2020-06-25 19:26:46 +09:00
  • 8762fbaf8e JCLOUDS-1473 add INTELLIGENT_TIERING enum Sam Ottenhoff 2020-06-24 11:29:15 -04:00
  • 49a54ea9ca Disable doclint during Jenkins build Andrew Gaul 2020-06-25 08:37:25 +09:00
  • 62767a1461 JCLOUDS-1333: JCLOUDS-1334: JCLOUDS-1470: Require Java 8 and Guava 22 Andrew Gaul 2020-06-14 11:40:04 +09:00
  • 20b1394f36 JCLOUDS-1491 Jclouds uses a deprecated version of Guava to support Azure storage Jean-Noël Rouvignac 2020-06-02 15:29:02 +02:00
  • 6e6f8ebf77 JCLOUDS-912: JCLOUDS-1547: GCS InputStream single-part upload Andrew Gaul 2020-05-23 13:25:24 +09:00
  • 08a16c95fb JCLOUDS-1546: Support GCS Archive storage class Andrew Gaul 2020-05-04 20:25:53 +09:00
  • 590c8d5d07 Apache jclouds 2.2.1-rc1 release rel/jclouds-2.2.1-rc1 rel/jclouds-2.2.1 Andrew Gaul 2020-05-02 11:46:43 +09:00
  • d220b245d7 JCLOUDS-1543: remove unused imports from FetchBlobMetadataTest.java (#70) roded 2020-04-22 10:49:53 +03:00
  • 286fe5cba0 Fix toolchain setup on jenkins (#68) Fritz Elfert 2020-04-22 09:56:36 +02:00
  • 76f9a53247 JCLOUDS-1543: remove unused imports from FetchBlobMetadataTest.java (#70) roded 2020-04-22 10:49:53 +03:00
  • 5ac92111c4 JCLOUDS-1543: change FetchBlobMetadata to retain original blob order Roded Bahat 2020-04-14 20:17:33 +03:00
  • a04484122a JCLOUDS-1543: change FetchBlobMetadata to retain original blob order Roded Bahat 2020-04-14 20:17:33 +03:00
  • 89e1713c7c Enable docs in travis build (#69) Fritz Elfert 2020-04-17 08:26:50 +02:00
  • 876269427b Fix javadoc generation on JDK >= 8 (#67) Fritz Elfert 2020-04-16 13:23:31 +02:00
  • 413ee30720 Fix javadoc generation on JDK >= 8 (#67) Fritz Elfert 2020-04-16 13:23:31 +02:00
  • e66bffa521 Hash the content for fs MPU ETag if no xattr. Timur Alperovich 2020-03-04 12:14:21 -08:00
  • 8d0e9dc962 Hash the content for fs MPU ETag if no xattr. Timur Alperovich 2020-03-04 12:14:21 -08:00
  • f876800370 JCLOUDS-1541: Add Middle East (Bahrain) region to the AWS EC2 and S3 providers list ikky888 2020-04-04 09:48:01 +08:00
  • 69ca45720d JCLOUDS-1541: Add Middle East (Bahrain) region to the AWS EC2 and S3 providers list ikky888 2020-04-04 09:48:01 +08:00
  • 94f02856b7 Fix BlobMetadata null size when using ApacheHCHttp module Xavier BOURGOUIN 2020-01-16 15:51:58 +01:00
  • d6702e5ee0 Fix BlobMetadata null size when using ApacheHCHttp module Xavier BOURGOUIN 2020-01-16 15:51:58 +01:00
  • eeb5d73a29 JCLOUDS-1540 - Update Snakeyaml Colm O hEigeartaigh 2020-03-03 08:02:04 +00:00
  • 99ef891e76 JCLOUDS-1540 - Update Snakeyaml Colm O hEigeartaigh 2020-03-03 08:02:04 +00:00
  • 7b5db15778 JCLOUDS-1533 - Fix upload with SAS token when blob name contains slash (#61) majaseremet 2020-02-17 15:28:34 +01:00
  • ca5190636a JCLOUDS-1533 - Fix upload with SAS token when blob name contains slash (#61) majaseremet 2020-02-17 15:28:34 +01:00
  • 8949bc10d3 JCLOUDS-1538: fix typo in rfc1123SimpleDateFormat (#60) Ian Springer 2020-01-24 09:34:50 -05:00
  • 3db2939885 JCLOUDS-1538: fix typo in rfc1123SimpleDateFormat (#60) Ian Springer 2020-01-24 09:34:50 -05:00
  • b96158e6ed JCLOUDS-1532 - Update SSHJ + JSCH (#57) Colm O hEigeartaigh 2019-12-03 16:17:06 +00:00
  • f8a7f7741b JCLOUDS-1529: Do not export org.jclouds.json.gson.internal (#56) Markus Alexander Kuppe 2019-11-28 01:34:16 -08:00
  • 11d05ac9bf JCLOUDS-1529: Do not export org.jclouds.json.gson.internal (#56) Markus Alexander Kuppe 2019-11-28 01:34:16 -08:00
  • 3a338da682 JCLOUDS-1528 - Use TLS instead of SSL in SSLContext.getInstance (#55) Colm O hEigeartaigh 2019-11-25 13:54:48 +00:00
  • 18da28af9f Downgrade BouncyCastle to 1.60, which works with Oracle JDK 1.7 (#54) Colm O hEigeartaigh 2019-11-18 13:54:30 +00:00
  • 30830bfa4e JCLOUDS-1526 - Update BouncyCastle dependency (#53) Colm O hEigeartaigh 2019-11-15 15:03:40 +00:00
  • 5f08ee2f1a JCLOUDS-1525 - Update xmlbuilder dependency (#52) Colm O hEigeartaigh 2019-11-15 15:03:28 +00:00
  • f34cdb98d5 Fix TOCTOU issue when getting blob during removal Andrew Gaul 2019-11-09 11:25:24 +09:00
  • febc9b73df Fix TOCTOU issue when getting blob during removal Andrew Gaul 2019-11-09 11:25:24 +09:00
  • 05573fa108 Fix TOCTOU issue when getting blob during removal 2.1.x Andrew Gaul 2019-11-09 11:25:24 +09:00
  • b6534eddde Fix infinite socket timeout when using ApacheHCHttpCommandExecutorServiceModule (#51) Xavier BOURGOUIN 2019-10-23 11:44:58 +02:00
  • 316b74db94 Fix infinite socket timeout when using ApacheHCHttpCommandExecutorServiceModule (#51) Xavier BOURGOUIN 2019-10-23 11:44:58 +02:00
  • 71c7f528b4 Upgrade to 2.2.1-SNAPSHOT Ignasi Barrera 2019-10-21 10:41:48 +02:00
  • f5b29c7028 Next development version 2.3.0-SNAPSHOT Ignasi Barrera 2019-10-13 10:54:33 +02:00
  • 7221844fac Apache jclouds 2.2.0-rc1 release Ignasi Barrera 2019-10-13 10:51:16 +02:00
  • 6d389b0d86 JCLOUDS-1520: change UntrustedSSLContextSupplier to return the same SSLContext (#49) roded 2019-10-16 10:48:47 +03:00
  • 0f93525814 Add TravisCI file for pull requests (#50) Ignasi Barrera 2019-10-14 10:25:06 +02:00
  • ec0ef7c9ff Next development version 2.1.4-SNAPSHOT Ignasi Barrera 2019-10-13 17:13:46 +02:00
  • 82b3a053e0 Apache jclouds 2.1.3-rc1 release rel/jclouds-2.1.3-rc1 rel/jclouds-2.1.3 Ignasi Barrera 2019-10-13 17:10:14 +02:00
  • 644fb4a511 Next development version 2.3.0-SNAPSHOT Ignasi Barrera 2019-10-13 11:00:35 +02:00
  • 0aef8ca79f Apache jclouds 2.2.0-rc1 release Ignasi Barrera 2019-10-13 11:00:06 +02:00
  • fb8db4937f Apache jclouds 2.2.0-rc1 release rel/jclouds-2.2.0-rc1 rel/jclouds-2.2.0 Ignasi Barrera 2019-10-13 10:51:16 +02:00
  • a2cbdd3385 Etag is not supported in OSX Ignasi Barrera 2019-10-13 10:32:30 +02:00
  • 6303d96308 Fix null content-length header on HEAD requests Xavier BOURGOUIN 2019-10-10 17:40:29 +02:00
  • c445547ea8 Fix null content-length header on HEAD requests Xavier BOURGOUIN 2019-10-10 17:40:29 +02:00
  • 92ab5a1d1a JCLOUDS-1428 - Support for SAS token based Authentication for Azure Blob Storage - removed sp and se tokens from the check d065488 2019-03-19 12:26:41 +01:00
  • 6ef0937c67 Update README copyright dates Andrew Phillips 2019-09-01 13:39:34 -04:00
  • 8cac891d01 Add OS disk type in template options (#46) Simone Locci 2019-09-18 16:34:34 +02:00
  • fa1962b223 Add OS disk type in template options (#46) Simone Locci 2019-09-18 16:34:34 +02:00
  • 789ac7cec9 Add azure disk sku (#45) Simone Locci 2019-09-17 17:48:32 +02:00
  • 6a076fe0c8 Add azure disk sku (#45) Simone Locci 2019-09-17 17:48:32 +02:00
  • ee880e9f42 JCLOUDS-1512 - Use SecureRandom in Sha512Crypt Colm O hEigeartaigh 2019-08-22 10:12:40 +01:00
  • 7b1efdc307 JCLOUDS-1512 - Use SecureRandom in Sha512Crypt Colm O hEigeartaigh 2019-08-22 10:12:40 +01:00
  • 14ba1abcfb Use Guava charset enum Ignasi Barrera 2019-08-19 17:06:44 +02:00
  • d4b9f03059 JCLOUDS-1510: ParseSax use charset constant for all String creations Roded Bahat 2019-08-12 18:46:56 +03:00
  • dfeafcc6fb JCLOUDS-1510: ParseSax use charset constant for all String creations Roded Bahat 2019-08-12 18:46:56 +03:00
  • bd59263d47 Add tag support to azure disks Simone Locci 2019-08-06 17:34:19 +02:00
  • fcf72e5ea5 Add tag support to azure disks Simone Locci 2019-08-06 17:34:19 +02:00
  • 130c0df5ce Use Guava Charsets with 2.1.x which supports JDK 6 Andrew Gaul 2019-08-08 11:59:22 -07:00
  • 95c4443022 JCLOUDS-1509: read AWS response data with the UTF-8 charset explicitly Roded Bahat 2019-08-08 15:32:25 +03:00
  • a248697c06 JCLOUDS-1509: read AWS response data with the UTF-8 charset explicitly Roded Bahat 2019-08-08 15:32:25 +03:00
  • 51da020d2e JCLOUDS-1500: Update gson to 2.8.5 (#29) Olaf Flebbe 2019-07-03 09:11:26 +02:00
  • 5fd4d7a1eb Add new Azure Dubai region (#40) Sergi Castro 2019-07-01 23:16:12 +02:00
  • fe8d96af14 Add new Azure Dubai region (#40) Sergi Castro 2019-07-01 23:16:12 +02:00
  • 753bd8d781 Add OSGi exports to jclouds-gson (#38) Ignasi Barrera 2019-06-21 10:38:36 +02:00