Commit Graph

30 Commits

Author SHA1 Message Date
Andrew Gaul d733401ce7 Set version to 2.6.1-SNAPSHOT 2024-04-24 20:29:39 +09:00
Andrew Gaul 36f351cd18 Next development version 2.6.0-SNAPSHOT 2022-03-26 18:30:06 +09:00
Andrew Gaul 3bbb0b446a JCLOUDS-1590: Promote glacier to core 2021-12-18 00:11:40 +09:00
Andrew Gaul 66ef18c6ae JCLOUDS-1589: Upgrade to log4j 2.16.0
This addresses a critical CVE:

https://logging.apache.org/log4j/2.x/security.html
2021-12-17 13:33:38 +09:00
Andrew Gaul b0592c5afa Next development version 2.5.0-SNAPSHOT 2021-09-19 08:59:59 +09:00
Andrew Gaul 09dfab4277 Next development version 2.4.0-SNAPSHOT 2021-04-14 23:14:10 +09:00
gurkerl83 50462ca940 Upgrade OKHttp dependency
The JClouds project module upgrades the okhttp server library and related dependencies such as mockwebserver from 2.2.0 to 3.14.9. The vendor switched the groupId declaration from com.squareup.okhttp to com.squareup.okhttp3.

Adjust imports and api calls for newer okhttp vers
2021-02-12 18:57:56 +09:00
gurkerl83 fd7fe5c01c Sync OSGi handling with Apache JClouds Project
This project, the aws-lab version of Apache JClouds, share the exact build instructions as the primary Apache JClouds project with all its modules.
Apache JClouds is shifting its strategy in handling OSGi configuration. Instead of using the Maven Bundle Plugin, a wrapper of the BND plugin, the BND plugin gets used directly.
- Remove the OSGi configuration from each module. The configuration gets served to the BND through dedicated configuration / bnd files.
- Onboard bnd-configuration files, one per module.

Ignore bnd files in rat plugin
2020-12-07 09:30:29 +09:00
Ignasi Barrera 644fb4a511 Next development version 2.3.0-SNAPSHOT 2019-10-13 11:00:35 +02:00
Ignasi Barrera 0aef8ca79f Apache jclouds 2.2.0-rc1 release 2019-10-13 11:00:06 +02:00
andreaturli 7fa2ea613e fix typo in project.version
- from 2.2.0-SNAPSHOST to 2.2.0-SNAPSHOT
2018-02-21 16:57:09 +01:00
andreaturli 2305035e89 Next development version 2.2.0-SNAPSHOST 2018-02-16 11:29:15 +01:00
andreaturli a3799e6630 Apache jclouds 2.1.0-rc3 release 2018-02-16 11:28:53 +01:00
Ignasi Barrera f516fea2af Next development version 2.1.0-SNAPSHOT 2016-11-15 01:13:00 +01:00
Ignasi Barrera 66a82b4f60 Apache jclouds 2.0.0-rc3 release 2016-11-09 22:47:20 +01:00
Ignasi Barrera f1440e7608 Next development version 2.0.0-SNAPSHOT 2015-03-24 11:05:08 +01:00
Ignasi Barrera e7e30c4a56 Apache jclouds 1.9.0 release 2015-03-24 11:03:53 +01:00
Ignasi Barrera a5e2d4784a [maven-release-plugin] rollback the release of jclouds-labs-aws-1.9.0-rc1 2015-03-14 23:41:49 +01:00
Ignasi Barrera 8e7e1aa632 [maven-release-plugin] prepare for next development iteration 2015-03-14 23:36:56 +01:00
Ignasi Barrera 602fce423c [maven-release-plugin] prepare release jclouds-labs-aws-1.9.0-rc1 2015-03-14 23:36:56 +01:00
Jeremy Daggett d139f09ba6 Use AutoService for creation of Service Loader Metadata 2015-01-08 09:45:34 -08:00
Adrian Cole 9061a525dc Fix glacier's pom structure. 2014-10-04 16:32:19 -07:00
Andrew Phillips c8f42d6dcc Updating project and jclouds.version to 2.0.0-SNAPSHOT
Follow-up to 8fba1f2
2014-08-05 11:28:15 +02:00
Roman Coedo 1851d684b2 JCLOUDS-457: Long live tests
The long live tests have been added. These tests takes several
hours and will leave traces in your AWS account.
2014-07-24 04:55:53 -07:00
Roman Coedo 73d9fa5340 JCLOUDS-457: Test groups and improvements
Test groups have been added. Also, the live tests were
refactored to reduce the number of RPCs.
2014-07-15 03:01:42 -07:00
Roman C. Coedo 625aa6a42c Default value for aws identity/credential property
Every project was using undefined properties in their pom.xml.
A default value for test.aws.identity and test.aws.credential was
added.
2014-07-02 15:25:43 -07:00
Andrew Gaul e104ef0a4c Use assertj fluent assertions where appropriate
This commit demonstrates a few instances where assertj yields more
informative error messages than testng assertEquals and assertTrue.
Note that we could replace all testng asserts with assertj.
2014-06-30 19:07:50 -07:00
Roman C. Coedo 2efd8183ce Use Square's mockwebserver 2014-06-19 05:31:15 -07:00
Roman C. Coedo b892afc4d9 JCLOUDS-457: Added Glacier vault operations
The Glacier client can create, delete, read, and list vaults.
2014-05-22 20:36:56 -07:00
Roman C. Coedo d4af465ca8 JCLOUDS-457: Created the skeleton of the Glacier API. 2014-05-15 02:32:27 -07:00