[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-10 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r803698029 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertSummaryGroup.java ## @@ -0,0 +1,64 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-10 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r803695797 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Essentials.java ## @@ -0,0 +1,104 @@ +/* + * Licensed to

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-10 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r803695014 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Essentials.java ## @@ -0,0 +1,104 @@ +/* + * Licensed to

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-11 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r804764637 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertProperties.java ## @@ -0,0 +1,58 @@ +/* + *

[GitHub] [jclouds] gaul commented on a change in pull request #135: Do not use empty system properties for endpoint

2022-03-07 Thread GitBox
gaul commented on a change in pull request #135: URL: https://github.com/apache/jclouds/pull/135#discussion_r820593576 ## File path: core/src/main/java/org/jclouds/ContextBuilder.java ## @@ -370,7 +371,11 @@ private Properties currentStateToUnexpandedProperties() {

[GitHub] [jclouds] timuralp commented on a change in pull request #135: Do not use empty system properties for endpoint

2022-03-06 Thread GitBox
timuralp commented on a change in pull request #135: URL: https://github.com/apache/jclouds/pull/135#discussion_r820367119 ## File path: core/src/main/java/org/jclouds/ContextBuilder.java ## @@ -370,7 +371,11 @@ private Properties currentStateToUnexpandedProperties() {

[GitHub] [jclouds] gaul commented on a change in pull request #135: Do not use empty system properties for endpoint

2022-03-05 Thread GitBox
gaul commented on a change in pull request #135: URL: https://github.com/apache/jclouds/pull/135#discussion_r820088521 ## File path: core/src/main/java/org/jclouds/ContextBuilder.java ## @@ -370,7 +371,11 @@ private Properties currentStateToUnexpandedProperties() {

[GitHub] [jclouds] theswordsmahin opened a new pull request #136: JCLOUDS-1599 - Add support for GLACIER_IR storage class

2022-03-08 Thread GitBox
theswordsmahin opened a new pull request #136: URL: https://github.com/apache/jclouds/pull/136 Add new `GLACIER_IR `enum to ObjectMetadata https://issues.apache.org/jira/browse/JCLOUDS-1599 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [jclouds] gaul commented on pull request #136: JCLOUDS-1599 - Add support for GLACIER_IR storage class

2022-03-08 Thread GitBox
gaul commented on pull request #136: URL: https://github.com/apache/jclouds/pull/136#issuecomment-1062412430 Thank you for your contribution @theswordsmahin! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [jclouds] gaul merged pull request #136: JCLOUDS-1599 - Add support for GLACIER_IR storage class

2022-03-08 Thread GitBox
gaul merged pull request #136: URL: https://github.com/apache/jclouds/pull/136 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] timuralp commented on a change in pull request #135: Do not use empty system properties for endpoint

2022-03-06 Thread GitBox
timuralp commented on a change in pull request #135: URL: https://github.com/apache/jclouds/pull/135#discussion_r820248676 ## File path: core/src/main/java/org/jclouds/ContextBuilder.java ## @@ -370,7 +371,11 @@ private Properties currentStateToUnexpandedProperties() {

[GitHub] [jclouds] gaul commented on a change in pull request #135: Do not use empty system properties for endpoint

2022-03-06 Thread GitBox
gaul commented on a change in pull request #135: URL: https://github.com/apache/jclouds/pull/135#discussion_r820301900 ## File path: core/src/main/java/org/jclouds/ContextBuilder.java ## @@ -370,7 +371,11 @@ private Properties currentStateToUnexpandedProperties() {

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-17 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809268831 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/options/AlertRequestOptions.java ## @@ -0,0 +1,268 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-17 Thread GitBox
SATYANAN-ANAND commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1043188067 > Thanks @SATYANAN-ANAND! This is looking much better! > > > Is it possible to add any integration tests? > > As @gaul says, it is important to add the

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-17 Thread GitBox
SATYANAN-ANAND commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1043189463 > Is there any way to integration test this? Added ActivityLogAlertApiMockTest.java ActivityLogAlertApiLiveTest.java AlertApiMockTest.java

[GitHub] [jclouds] SATYANAN-ANAND opened a new pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-23 Thread GitBox
SATYANAN-ANAND opened a new pull request #134: URL: https://github.com/apache/jclouds/pull/134 Please find this PR for Metric Alert operations: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [jclouds] gaul commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-21 Thread GitBox
gaul commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1046730554 Thank you for your contribution @SATYANAN-ANAND! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [jclouds] gaul merged pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-21 Thread GitBox
gaul merged pull request #133: URL: https://github.com/apache/jclouds/pull/133 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] nacx commented on a change in pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-24 Thread GitBox
nacx commented on a change in pull request #134: URL: https://github.com/apache/jclouds/pull/134#discussion_r814082149 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/MetricAlert.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-24 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #134: URL: https://github.com/apache/jclouds/pull/134#discussion_r814497649 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/MetricAlert.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-24 Thread GitBox
SATYANAN-ANAND commented on pull request #134: URL: https://github.com/apache/jclouds/pull/134#issuecomment-1050607766 > Thanks, @SATYANAN-ANAND !! > > We need the Mock and Live tests to be implemented for the API before we can merge the PR. Could you add those? It would be great if

[GitHub] [jclouds] nacx commented on a change in pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-24 Thread GitBox
nacx commented on a change in pull request #134: URL: https://github.com/apache/jclouds/pull/134#discussion_r814502491 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/MetricAlert.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-24 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #134: URL: https://github.com/apache/jclouds/pull/134#discussion_r814531400 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/MetricAlert.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] [jclouds] gaul commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-19 Thread GitBox
gaul commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r810464608 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/ActivityLogAlertApiMockTest.java ## @@ -0,0 +1,210 @@ +/* + *

[GitHub] [jclouds] nacx merged pull request #134: JCLOUDS-1598: Support Metric Alert Operation

2022-02-25 Thread GitBox
nacx merged pull request #134: URL: https://github.com/apache/jclouds/pull/134 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul commented on pull request #130: JCLOUDS-1587 - S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-02-25 Thread GitBox
gaul commented on pull request #130: URL: https://github.com/apache/jclouds/pull/130#issuecomment-1051717290 @jiffysrc can we make progress on this PR? I would like to release jclouds 2.5.0 next month and include this functionality. -- This is an automated message from the Apache Git

[GitHub] [jclouds] SATYANAN-ANAND closed pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-17 Thread GitBox
SATYANAN-ANAND closed pull request #133: URL: https://github.com/apache/jclouds/pull/133 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-17 Thread GitBox
SATYANAN-ANAND commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1043917016 > Is it possible to add any integration tests? ApiMockTest and ApiLiveTest added -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-17 Thread GitBox
SATYANAN-ANAND commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1043916202 > Is it possible to add any integration tests? ApiMockTest and ApiLiveTest added -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [jclouds] nacx commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
nacx commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809781331 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/ActivityLogAlertApiMockTest.java ## @@ -0,0 +1,201 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809900575 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiLiveTest.java ## @@ -0,0 +1,77 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809948339 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/ActivityLogAlertApiMockTest.java ## @@ -0,0 +1,201 @@

[GitHub] [jclouds] nacx commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
nacx commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809923369 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiLiveTest.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809902015 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiMockTest.java ## @@ -0,0 +1,122 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809900575 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiLiveTest.java ## @@ -0,0 +1,77 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809947989 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiLiveTest.java ## @@ -0,0 +1,77 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809947264 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/features/AlertApi.java ## @@ -0,0 +1,85 @@ +/* + * Licensed to

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809946885 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/ActivityLogAlertApiLiveTest.java ## @@ -0,0 +1,123 @@

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809947120 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/ActivityLogAlertApiLiveTest.java ## @@ -0,0 +1,123 @@

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809905369 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiLiveTest.java ## @@ -0,0 +1,77 @@ +/* + *

[GitHub] [jclouds] nacx commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-18 Thread GitBox
nacx commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r809922709 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/AlertApiLiveTest.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to

[GitHub] [jclouds] timuralp opened a new pull request #135: Do not use empty system properties for endpoint

2022-03-03 Thread GitBox
timuralp opened a new pull request #135: URL: https://github.com/apache/jclouds/pull/135 When configuring the endpoint, jclouds should use the default endpoint value if an empty string is passed via system properties. -- This is an automated message from the Apache Git Service. To

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-20 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r810839670 ## File path: providers/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/ActivityLogAlertApiMockTest.java ## @@ -0,0 +1,210 @@

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-20 Thread GitBox
SATYANAN-ANAND commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1046553254 > This looks fine. But I believe that you need to rebase so we can merge. I have the rebased the SATYANAN-ANAND : master Branch. Please let me know your coments. --

[GitHub] [jclouds] SATYANAN-ANAND edited a comment on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-20 Thread GitBox
SATYANAN-ANAND edited a comment on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1046553254 > This looks fine. But I believe that you need to rebase so we can merge. I have the rebased the SATYANAN-ANAND : master Branch. Please let me know your

[GitHub] [jclouds-site] nacx opened a new pull request #20: Add 2.5.0 to the menu and remove jclouds-labs links

2022-03-28 Thread GitBox
nacx opened a new pull request #20: URL: https://github.com/apache/jclouds-site/pull/20 The jclouds-labs links are broken because we're no longer releasing labs artifacts. This PR removes those and adds the link to the 2.5.0 release notes to the dropdown menu in the nav bar. -- This

[GitHub] [jclouds-site] gaul merged pull request #20: Add 2.5.0 to the menu and remove jclouds-labs links

2022-03-28 Thread GitBox
gaul merged pull request #20: URL: https://github.com/apache/jclouds-site/pull/20 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #132: JCLOUDS-1596

2022-02-03 Thread GitBox
SATYANAN-ANAND commented on pull request #132: URL: https://github.com/apache/jclouds/pull/132#issuecomment-1029061263 Any feedback/corrections on this implementation. Please let me know. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [jclouds] gaul merged pull request #132: JCLOUDS-1596

2022-02-05 Thread GitBox
gaul merged pull request #132: URL: https://github.com/apache/jclouds/pull/132 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul commented on pull request #132: JCLOUDS-1596

2022-02-05 Thread GitBox
gaul commented on pull request #132: URL: https://github.com/apache/jclouds/pull/132#issuecomment-1030572860 Thank you for your contribution @SATYANAN-ANAND! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [jclouds] gaul commented on a change in pull request #132: JCLOUDS-1596

2022-02-01 Thread GitBox
gaul commented on a change in pull request #132: URL: https://github.com/apache/jclouds/pull/132#discussion_r796564888 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeApi.java ## @@ -54,244 +55,291 @@ import

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #132: JCLOUDS-1596

2022-02-01 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #132: URL: https://github.com/apache/jclouds/pull/132#discussion_r796651249 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeApi.java ## @@ -54,244 +55,291 @@ import

[GitHub] [jclouds] gaul commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-07 Thread GitBox
gaul commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r801171604 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertRuleAnyOfOrLeafCondition.java ## @@ -0,0 +1,67 @@ +/* + *

[GitHub] [jclouds] nacx commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-08 Thread GitBox
nacx commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r801695450 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/features/AlertApi.java ## @@ -0,0 +1,107 @@ +/* + * Licensed to the

[GitHub] [jclouds] gaul commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-08 Thread GitBox
gaul commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r801650689 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertProperties.java ## @@ -0,0 +1,58 @@ +/* + * Licensed to the

[GitHub] [jclouds] gaul commented on a change in pull request #130: JCLOUDS-1587 - S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-02-06 Thread GitBox
gaul commented on a change in pull request #130: URL: https://github.com/apache/jclouds/pull/130#discussion_r800174777 ## File path: blobstore/src/main/java/org/jclouds/blobstore/options/ListContainerOptions.java ## @@ -58,6 +59,12 @@ public ListContainerOptions() {

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-08 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r801868805 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertProperties.java ## @@ -0,0 +1,58 @@ +/* + *

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-08 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r801879741 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/Essentials.java ## @@ -0,0 +1,104 @@ +/* + * Licensed to

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-08 Thread GitBox
SATYANAN-ANAND commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r801868805 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertProperties.java ## @@ -0,0 +1,58 @@ +/* + *

[GitHub] [jclouds] gaul commented on a change in pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-11 Thread GitBox
gaul commented on a change in pull request #133: URL: https://github.com/apache/jclouds/pull/133#discussion_r804426723 ## File path: providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/options/AlertRequestOptions.java ## @@ -0,0 +1,268 @@ +/* + * Licensed to

[GitHub] [jclouds] nacx commented on pull request #133: JCLOUDS-1597: Support for Alerts

2022-02-11 Thread GitBox
nacx commented on pull request #133: URL: https://github.com/apache/jclouds/pull/133#issuecomment-1035972414 Thanks @SATYANAN-ANAND! This is looking much better! >Is it possible to add any integration tests? As @gaul says, it is important to add the corresponding tests to this

[GitHub] [jclouds] JimSermersheim opened a new pull request #131: JCLOUDS-1595: Add URL encoding to string vals in ListBucketOptions.

2022-01-21 Thread GitBox
JimSermersheim opened a new pull request #131: URL: https://github.com/apache/jclouds/pull/131 https://issues.apache.org/jira/browse/JCLOUDS-1595 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [jclouds] JimSermersheim commented on pull request #131: JCLOUDS-1595: Add URL encoding to string vals in ListBucketOptions.

2022-01-21 Thread GitBox
JimSermersheim commented on pull request #131: URL: https://github.com/apache/jclouds/pull/131#issuecomment-1019063815 Declined after discovering a case where values were already url encoded. The simplistic fix causes these values to be double-encoded. I'll probably submit again where the

[GitHub] [jclouds] JimSermersheim closed pull request #131: JCLOUDS-1595: Add URL encoding to string vals in ListBucketOptions.

2022-01-21 Thread GitBox
JimSermersheim closed pull request #131: URL: https://github.com/apache/jclouds/pull/131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul commented on pull request #131: JCLOUDS-1595: Add URL encoding to string vals in ListBucketOptions.

2022-01-21 Thread GitBox
gaul commented on pull request #131: URL: https://github.com/apache/jclouds/pull/131#issuecomment-1019087029 Thanks for checking the double-quoting. Note that we only merge PRs against the master branch and do not plan further 2.4.x releases. -- This is an automated message from the

[GitHub] [jclouds] radito3 closed pull request #89: JCLOUDS-1521: Remove need for content length when using multipart upload

2022-04-11 Thread GitBox
radito3 closed pull request #89: JCLOUDS-1521: Remove need for content length when using multipart upload URL: https://github.com/apache/jclouds/pull/89 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [jclouds] gaul opened a new pull request, #143: JCLOUDS-1602: Upgrade to Jetty 9.4.46

2022-06-11 Thread GitBox
gaul opened a new pull request, #143: URL: https://github.com/apache/jclouds/pull/143 Remove BaseJettyTest which BaseMockWebServerTest superseded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [jclouds] gaul merged pull request #137: Bump httpclient from 4.3.6 to 4.5.13 in /drivers/apachehc

2022-06-11 Thread GitBox
gaul merged PR #137: URL: https://github.com/apache/jclouds/pull/137 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul merged pull request #138: Bump logback-classic from 1.1.2 to 1.2.0 in /project

2022-06-11 Thread GitBox
gaul merged PR #138: URL: https://github.com/apache/jclouds/pull/138 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul merged pull request #139: Bump logback-core from 1.1.2 to 1.2.9 in /project

2022-06-11 Thread GitBox
gaul merged PR #139: URL: https://github.com/apache/jclouds/pull/139 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul merged pull request #145: JCLOUDS-1609: Upgrade to BouncyCastle 1.71

2022-06-18 Thread GitBox
gaul merged PR #145: URL: https://github.com/apache/jclouds/pull/145 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul commented on pull request #140: Bump bcprov-ext-jdk15on from 1.60 to 1.67 in /drivers/bouncycastle

2022-06-12 Thread GitBox
gaul commented on PR #140: URL: https://github.com/apache/jclouds/pull/140#issuecomment-1153114902 I have some vague recollection of Java version issues with newer versions of BouncyCastle. Maybe not an issue now that jclouds requires Java 8? -- This is an automated message from the

[GitHub] [jclouds] gaul merged pull request #144: JCLOUDS-1603: Upgrade to Guava 31.1

2022-06-12 Thread GitBox
gaul merged PR #144: URL: https://github.com/apache/jclouds/pull/144 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] gaul opened a new pull request, #145: Upgrade to BouncyCastle 1.71

2022-06-12 Thread GitBox
gaul opened a new pull request, #145: URL: https://github.com/apache/jclouds/pull/145 Release notes: https://www.bouncycastle.org/releasenotes.html#r1rv71 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [jclouds] gaul closed pull request #140: Bump bcprov-ext-jdk15on from 1.60 to 1.67 in /drivers/bouncycastle

2022-06-12 Thread GitBox
gaul closed pull request #140: Bump bcprov-ext-jdk15on from 1.60 to 1.67 in /drivers/bouncycastle URL: https://github.com/apache/jclouds/pull/140 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [jclouds] gaul commented on pull request #140: Bump bcprov-ext-jdk15on from 1.60 to 1.67 in /drivers/bouncycastle

2022-06-12 Thread GitBox
gaul commented on PR #140: URL: https://github.com/apache/jclouds/pull/140#issuecomment-1153127305 Superseded by #145. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [jclouds] dependabot[bot] commented on pull request #140: Bump bcprov-ext-jdk15on from 1.60 to 1.67 in /drivers/bouncycastle

2022-06-12 Thread GitBox
dependabot[bot] commented on PR #140: URL: https://github.com/apache/jclouds/pull/140#issuecomment-1153127310 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[GitHub] [jclouds] gaul commented on pull request #145: Upgrade to BouncyCastle 1.71

2022-06-12 Thread GitBox
gaul commented on PR #145: URL: https://github.com/apache/jclouds/pull/145#issuecomment-1153127837 @coheigea I don't use this driver so it would be nice if someone from the community could test it. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [jclouds] gaul merged pull request #143: JCLOUDS-1602: Upgrade to Jetty 9.4.46

2022-06-12 Thread GitBox
gaul merged PR #143: URL: https://github.com/apache/jclouds/pull/143 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #3: Bump mysql-connector-java from 5.1.25 to 8.0.28 in /openstack

2022-06-20 Thread GitBox
dependabot[bot] opened a new pull request, #3: URL: https://github.com/apache/jclouds-examples/pull/3 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.25 to 8.0.28. Changelog Sourced from

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #4: Bump mysql-connector-java from 5.1.25 to 8.0.28 in /rackspace

2022-06-20 Thread GitBox
dependabot[bot] opened a new pull request, #4: URL: https://github.com/apache/jclouds-examples/pull/4 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.25 to 8.0.28. Changelog Sourced from

[GitHub] [jclouds-examples] gaul merged pull request #3: Bump mysql-connector-java from 5.1.25 to 8.0.28 in /openstack

2022-06-21 Thread GitBox
gaul merged PR #3: URL: https://github.com/apache/jclouds-examples/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds-examples] gaul merged pull request #4: Bump mysql-connector-java from 5.1.25 to 8.0.28 in /rackspace

2022-06-21 Thread GitBox
gaul merged PR #4: URL: https://github.com/apache/jclouds-examples/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #7: Bump logback-classic from 1.0.9 to 1.2.0 in /compute-basics

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #7: URL: https://github.com/apache/jclouds-examples/pull/7 Bumps logback-classic from 1.0.9 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #8: Bump logback-classic from 1.0.9 to 1.2.0 in /google-lb

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #8: URL: https://github.com/apache/jclouds-examples/pull/8 Bumps logback-classic from 1.0.9 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #9: Bump logback-classic from 1.0.13 to 1.2.0 in /openstack

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #9: URL: https://github.com/apache/jclouds-examples/pull/9 Bumps logback-classic from 1.0.13 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #5: Bump logback-classic from 1.0.0 to 1.2.0 in /chef-basics

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #5: URL: https://github.com/apache/jclouds-examples/pull/5 Bumps logback-classic from 1.0.0 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #6: Bump logback-classic from 1.0.13 to 1.2.0 in /blobstore-uploader

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #6: URL: https://github.com/apache/jclouds-examples/pull/6 Bumps logback-classic from 1.0.13 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #10: Bump logback-classic from 1.0.13 to 1.2.0 in /dimensiondata

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #10: URL: https://github.com/apache/jclouds-examples/pull/10 Bumps logback-classic from 1.0.13 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #11: Bump logback-classic from 1.0.13 to 1.2.0 in /rackspace

2022-06-21 Thread GitBox
dependabot[bot] opened a new pull request, #11: URL: https://github.com/apache/jclouds-examples/pull/11 Bumps logback-classic from 1.0.13 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds] nacx commented on pull request #146: Synchronize ByteSourcePayload Closer methods

2022-07-25 Thread GitBox
nacx commented on PR #146: URL: https://github.com/apache/jclouds/pull/146#issuecomment-1193770640 If the LocalBlobStore can sync ina. narrower scope that would be much better -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [jclouds] SATYANAN-ANAND opened a new pull request, #147: Satyanan anand

2022-07-26 Thread GitBox
SATYANAN-ANAND opened a new pull request, #147: URL: https://github.com/apache/jclouds/pull/147 JCLOUDS-1616 : Proxy credentials validation is missing in OkHttpCommandExecutorService API request -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [jclouds] gaul commented on pull request #146: Synchronize ByteSourcePayload Closer methods

2022-07-24 Thread GitBox
gaul commented on PR #146: URL: https://github.com/apache/jclouds/pull/146#issuecomment-1193308375 I think there is a narrower fix where `LocalBlobStore` could synchronize its calls sites instead. @nacx what do you think? -- This is an automated message from the Apache Git Service. To

[GitHub] [jclouds] gaul opened a new pull request, #146: Synchronize ByteSourcePayload Closer methods

2022-07-24 Thread GitBox
gaul opened a new pull request, #146: URL: https://github.com/apache/jclouds/pull/146 `Closer` is not thread safe and lack of synchronization can throw `ArrayIndexOutOfBoundsException`s. Fixes gaul/s3proxy#303. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [jclouds] dependabot[bot] opened a new pull request, #138: Bump logback-classic from 1.1.2 to 1.2.0 in /project

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #138: URL: https://github.com/apache/jclouds/pull/138 Bumps logback-classic from 1.1.2 to 1.2.0. [![Dependabot compatibility

[GitHub] [jclouds] dependabot[bot] opened a new pull request, #140: Bump bcprov-ext-jdk15on from 1.60 to 1.67 in /drivers/bouncycastle

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #140: URL: https://github.com/apache/jclouds/pull/140 Bumps [bcprov-ext-jdk15on](https://github.com/bcgit/bc-java) from 1.60 to 1.67. Changelog Sourced from

[GitHub] [jclouds] dependabot[bot] opened a new pull request, #139: Bump logback-core from 1.1.2 to 1.2.9 in /project

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #139: URL: https://github.com/apache/jclouds/pull/139 Bumps logback-core from 1.1.2 to 1.2.9. [![Dependabot compatibility

[GitHub] [jclouds] dependabot[bot] opened a new pull request, #137: Bump httpclient from 4.3.6 to 4.5.13 in /drivers/apachehc

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #137: URL: https://github.com/apache/jclouds/pull/137 Bumps httpclient from 4.3.6 to 4.5.13. [![Dependabot compatibility

[GitHub] [jclouds-site] nacx merged pull request #21: Conform to the new privacy policy

2022-04-27 Thread GitBox
nacx merged PR #21: URL: https://github.com/apache/jclouds-site/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jclouds] nacx commented on a diff in pull request #142: Adding access key auth support for openstack V3

2022-05-03 Thread GitBox
nacx commented on code in PR #142: URL: https://github.com/apache/jclouds/pull/142#discussion_r864274336 ## apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v3/auth/V3AuthenticationApi.java: ## @@ -57,4 +60,10 @@ public interface V3AuthenticationApi extends

<    5   6   7   8   9   10   11   >