[GitHub] [jclouds-site] gaul merged pull request #23: Use $(CURDIR) instead of ${PWD}

2022-12-26 Thread GitBox
gaul merged PR #23: URL: https://github.com/apache/jclouds-site/pull/23 -- 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 #161: JCLOUDS-1371: JCLOUDS-1488: optimize fs prefix

2022-12-25 Thread GitBox
gaul commented on PR #161: URL: https://github.com/apache/jclouds/pull/161#issuecomment-1364938437 @timuralp maybe interesting to you -- 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

[GitHub] [jclouds] gaul opened a new pull request, #161: JCLOUDS-1371: JCLOUDS-1488: optimize fs prefix

2022-12-25 Thread GitBox
gaul opened a new pull request, #161: URL: https://github.com/apache/jclouds/pull/161 This reduces the number of stat calls required when prefix is deep in the filesystem hierarchy. Further optimizations to delimiter are possible. References gaul/s3proxy#473. -- This is an automated

[GitHub] [jclouds-site] gaul commented on pull request #22: Update some links to https

2022-12-24 Thread GitBox
gaul commented on PR #22: URL: https://github.com/apache/jclouds-site/pull/22#issuecomment-1364626225 #23 addresses the above. Fedora needs to use https://github.com/gaul/jclouds-site/pull/new/podman to publish the site. -- This is an automated message from the Apache Git Service. To

[GitHub] [jclouds-site] gaul opened a new pull request, #23: Use $(CURDIR) instead of ${PWD}

2022-12-24 Thread GitBox
gaul opened a new pull request, #23: URL: https://github.com/apache/jclouds-site/pull/23 The latter may may not be set. -- 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-site] gaul commented on pull request #22: Update some links to https

2022-12-22 Thread GitBox
gaul commented on PR #22: URL: https://github.com/apache/jclouds-site/pull/22#issuecomment-1363465811 One hint is that my image has unexpected files instead of the exposed volume: ``` /: /:/jclouds-site /.dockerenv /jclouds-site ``` -- This is an automated message

[GitHub] [jclouds-site] gaul commented on pull request #22: Update some links to https

2022-12-22 Thread GitBox
gaul commented on PR #22: URL: https://github.com/apache/jclouds-site/pull/22#issuecomment-1363446284 @nacx I cannot deploy the site (actually never have been able), perhaps due to running Fedora with its podman container setup. I fixed a few things in the deploy scripts but could you try

[GitHub] [jclouds-site] gaul commented on pull request #22: Update some links to https

2022-12-22 Thread GitBox
gaul commented on PR #22: URL: https://github.com/apache/jclouds-site/pull/22#issuecomment-1363443028 Thank you for your contribution @raboof! -- 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-site] gaul merged pull request #22: Update some links to https

2022-12-22 Thread GitBox
gaul merged PR #22: URL: https://github.com/apache/jclouds-site/pull/22 -- 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-site] raboof commented on pull request #22: Update some links to https

2022-12-22 Thread GitBox
raboof commented on PR #22: URL: https://github.com/apache/jclouds-site/pull/22#issuecomment-1362543184 > did you test these URLs in any way? I tested a bunch of them by (manually) following the updated link and making sure it loaded - indeed that's not foolproof, as I clearly missed

[GitHub] [jclouds-site] gaul commented on a diff in pull request #22: Update some links to https

2022-12-21 Thread GitBox
gaul commented on code in PR #22: URL: https://github.com/apache/jclouds-site/pull/22#discussion_r1055004089 ## README.md: ## @@ -1,6 +1,6 @@ # Apache jclouds -This repository supports the GitHub Pages site for jclouds. See and read more at

[GitHub] [jclouds] gaul merged pull request #160: Upgrade to Guice 5.1.0

2022-12-16 Thread GitBox
gaul merged PR #160: URL: https://github.com/apache/jclouds/pull/160 -- 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, #160: Upgrade to Guice 5.1.0

2022-12-16 Thread GitBox
gaul opened a new pull request, #160: URL: https://github.com/apache/jclouds/pull/160 Release notes: https://github.com/google/guice/wiki/Guice510 -- 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

[GitHub] [jclouds] gaul merged pull request #159: Bump snakeyaml from 1.31 to 1.32 in /apis/byon

2022-12-14 Thread GitBox
gaul merged PR #159: URL: https://github.com/apache/jclouds/pull/159 -- 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] dependabot[bot] opened a new pull request, #159: Bump snakeyaml from 1.31 to 1.32 in /apis/byon

2022-12-14 Thread GitBox
dependabot[bot] opened a new pull request, #159: URL: https://github.com/apache/jclouds/pull/159 [![Dependabot compatibility

[GitHub] [jclouds] gaul commented on pull request #158: Add ByteSource wrapper for ByteBuffer

2022-11-26 Thread GitBox
gaul commented on PR #158: URL: https://github.com/apache/jclouds/pull/158#issuecomment-1328008707 Proposed in response to: https://stackoverflow.com/questions/74398323/how-to-upload-direct-buffer-gotten-from-jni-to-s3-directly/74580865 -- This is an automated message from the Apache Git

[GitHub] [jclouds] gaul commented on pull request #157: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2022-11-20 Thread GitBox
gaul commented on PR #157: URL: https://github.com/apache/jclouds/pull/157#issuecomment-1321121054 Thank you for your contribution @JLLeitschuh! Note that these are test-only files so you might want to tweak your scanner to be less alarming. -- This is an automated message from the

[GitHub] [jclouds] gaul merged pull request #157: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2022-11-20 Thread GitBox
gaul merged PR #157: URL: https://github.com/apache/jclouds/pull/157 -- 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] JLLeitschuh opened a new pull request, #157: [SECURITY] Fix Temporary File Information Disclosure Vulnerability

2022-11-18 Thread GitBox
JLLeitschuh opened a new pull request, #157: URL: https://github.com/apache/jclouds/pull/157 # Security Vulnerability Fix This pull request fixes a Temporary File Information Disclosure Vulnerability, which existed in this project. ## Preamble The system temporary

[GitHub] [jclouds] gaul commented on pull request #156: activate Reproducible Builds

2022-11-13 Thread GitBox
gaul commented on PR #156: URL: https://github.com/apache/jclouds/pull/156#issuecomment-1312843675 Thank you for your contribution @hboutemy! -- 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 merged pull request #156: activate Reproducible Builds

2022-11-13 Thread GitBox
gaul merged PR #156: URL: https://github.com/apache/jclouds/pull/156 -- 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] hboutemy opened a new pull request, #156: activate Reproducible Builds

2022-11-11 Thread GitBox
hboutemy opened a new pull request, #156: URL: https://github.com/apache/jclouds/pull/156 see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -- 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 pull request #155: Jclouds 1615

2022-10-14 Thread GitBox
gaul commented on PR #155: URL: https://github.com/apache/jclouds/pull/155#issuecomment-1278991363 Thank you for your contribution @ChJung1! -- 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 merged pull request #155: Jclouds 1615

2022-10-14 Thread GitBox
gaul merged PR #155: URL: https://github.com/apache/jclouds/pull/155 -- 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] ChJung1 commented on a diff in pull request #155: Jclouds 1615

2022-10-14 Thread GitBox
ChJung1 commented on code in PR #155: URL: https://github.com/apache/jclouds/pull/155#discussion_r995393128 ## providers/azureblob/src/test/java/org/jclouds/azureblob/blobstore/AzureBlobStoreTest.java: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] ChJung1 commented on a diff in pull request #155: Jclouds 1615

2022-10-14 Thread GitBox
ChJung1 commented on code in PR #155: URL: https://github.com/apache/jclouds/pull/155#discussion_r995392481 ## providers/azureblob/src/test/java/org/jclouds/azureblob/blobstore/AzureBlobStoreTest.java: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] gaul closed pull request #135: Do not use empty system properties for endpoint

2022-10-13 Thread GitBox
gaul closed pull request #135: Do not use empty system properties for endpoint URL: https://github.com/apache/jclouds/pull/135 -- 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.

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

2022-10-13 Thread GitBox
gaul commented on PR #135: URL: https://github.com/apache/jclouds/pull/135#issuecomment-1277587607 Closing since I'm not comfortable with this change. -- 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] gaul commented on pull request #130: JCLOUDS-1587 - S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-10-13 Thread GitBox
gaul commented on PR #130: URL: https://github.com/apache/jclouds/pull/130#issuecomment-1277586039 @jiffysrc can we move forward with this or should I close it? -- 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 pull request #142: Adding access key auth support for openstack V3

2022-10-13 Thread GitBox
gaul commented on PR #142: URL: https://github.com/apache/jclouds/pull/142#issuecomment-1277586595 @DImuthuUpe Can we move forward with this or should I close it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [jclouds] gaul commented on a diff in pull request #155: Jclouds 1615

2022-10-13 Thread GitBox
gaul commented on code in PR #155: URL: https://github.com/apache/jclouds/pull/155#discussion_r994623846 ## providers/azureblob/src/test/java/org/jclouds/azureblob/blobstore/AzureBlobStoreTest.java: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] nacx merged pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-15 Thread GitBox
nacx merged PR #153: URL: https://github.com/apache/jclouds/pull/153 -- 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 a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-15 Thread GitBox
SATYANAN-ANAND commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r971974123 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] nacx merged pull request #154: Bump snakeyaml from 1.26 to 1.31 in /apis/byon

2022-09-15 Thread GitBox
nacx merged PR #154: URL: https://github.com/apache/jclouds/pull/154 -- 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 #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-15 Thread GitBox
nacx commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r971855268 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [jclouds] SATYANAN-ANAND commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-15 Thread GitBox
SATYANAN-ANAND commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r971808681 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] SATYANAN-ANAND commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-15 Thread GitBox
SATYANAN-ANAND commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r971808681 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] SATYANAN-ANAND commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-15 Thread GitBox
SATYANAN-ANAND commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r971808681 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] ChJung1 opened a new pull request, #155: Jclouds 1615

2022-09-15 Thread GitBox
ChJung1 opened a new pull request, #155: URL: https://github.com/apache/jclouds/pull/155 Hi @gaul, This is my first github pull request, so forgive me if i did something the wrong way. I tried to add a test, but feel that it kind of doesn't test the core of the problem. Feedback

[GitHub] [jclouds] dependabot[bot] opened a new pull request, #154: Bump snakeyaml from 1.26 to 1.31 in /apis/byon

2022-09-14 Thread GitBox
dependabot[bot] opened a new pull request, #154: URL: https://github.com/apache/jclouds/pull/154 Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.26 to 1.31. Commits

[GitHub] [jclouds] nacx commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-14 Thread GitBox
nacx commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r970558615 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [jclouds] SATYANAN-ANAND commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-13 Thread GitBox
SATYANAN-ANAND commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r969621865 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] SATYANAN-ANAND commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-09-13 Thread GitBox
SATYANAN-ANAND commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r969621865 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [jclouds] nacx commented on a diff in pull request #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-08-29 Thread GitBox
nacx commented on code in PR #153: URL: https://github.com/apache/jclouds/pull/153#discussion_r957051597 ## drivers/okhttp/src/main/java/org/jclouds/http/okhttp/DelegatingSocketFactory.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [jclouds] SATYANAN-ANAND opened a new pull request, #153: JCLOUDS-1617: Fix HTTPS support in OkHttpCommandExecutorService

2022-08-09 Thread GitBox
SATYANAN-ANAND opened a new pull request, #153: URL: https://github.com/apache/jclouds/pull/153 Added support for proxy server type = HTTPS -- 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 merged pull request #150: Deep copy Blob in LocalBlobStore.getBlob

2022-08-04 Thread GitBox
gaul merged PR #150: URL: https://github.com/apache/jclouds/pull/150 -- 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 #92: JCLOUDS-1561: add support for proxy exclusion by URI pattern

2022-08-04 Thread GitBox
gaul commented on PR #92: URL: https://github.com/apache/jclouds/pull/92#issuecomment-1205177186 Closing due to narrow use case and inactivity. Please reopen if you think there is something we can do to make jclouds more extensible without adding configuration knobs that few users will

[GitHub] [jclouds] gaul closed pull request #92: JCLOUDS-1561: add support for proxy exclusion by URI pattern

2022-08-04 Thread GitBox
gaul closed pull request #92: JCLOUDS-1561: add support for proxy exclusion by URI pattern URL: https://github.com/apache/jclouds/pull/92 -- 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 #130: JCLOUDS-1587 - S3 Blobstore: Support Bucket Configuration Options - Versioning, Lifecycle, Encryption

2022-08-04 Thread GitBox
gaul commented on PR #130: URL: https://github.com/apache/jclouds/pull/130#issuecomment-1205176407 @jiffysrc do we have a path forward on this PR? -- 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 #64: JCLOUDS-1520 - Reuse SSLSocketFactory in JavaUrlHttpCommandExecutorSe…

2022-08-03 Thread GitBox
gaul commented on PR #64: URL: https://github.com/apache/jclouds/pull/64#issuecomment-1204555122 Closing due to inactivity. -- 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.

[GitHub] [jclouds] gaul closed pull request #64: JCLOUDS-1520 - Reuse SSLSocketFactory in JavaUrlHttpCommandExecutorSe…

2022-08-03 Thread GitBox
gaul closed pull request #64: JCLOUDS-1520 - Reuse SSLSocketFactory in JavaUrlHttpCommandExecutorSe… URL: https://github.com/apache/jclouds/pull/64 -- 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 #152: Upgrade to jax-rs 2.1.1

2022-08-03 Thread GitBox
gaul merged PR #152: URL: https://github.com/apache/jclouds/pull/152 -- 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, #152: Upgrade to jax-rs 2.1

2022-08-03 Thread GitBox
gaul opened a new pull request, #152: URL: https://github.com/apache/jclouds/pull/152 Also address constant TODO. -- 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] gaul commented on pull request #151: JCLOUDS-1616: Proxy credentials validation is missing in OkHttpComman…

2022-08-03 Thread GitBox
gaul commented on PR #151: URL: https://github.com/apache/jclouds/pull/151#issuecomment-1203882912 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 above to go

[GitHub] [jclouds] gaul merged pull request #151: JCLOUDS-1616: Proxy credentials validation is missing in OkHttpComman…

2022-08-03 Thread GitBox
gaul merged PR #151: URL: https://github.com/apache/jclouds/pull/151 -- 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 #149: Upgrade testng to 7.5

2022-08-03 Thread GitBox
gaul merged PR #149: URL: https://github.com/apache/jclouds/pull/149 -- 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 opened a new pull request, #151: JCLOUDS-1616: Proxy credentials validation is missing in OkHttpComman…

2022-08-02 Thread GitBox
SATYANAN-ANAND opened a new pull request, #151: URL: https://github.com/apache/jclouds/pull/151 …dExecutorService API request Added support for credentials validation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [jclouds] SATYANAN-ANAND closed pull request #147: JCLOUDS-1616 : Proxy credentials validation is missing in OkHttpCommandExecutorService API request

2022-08-02 Thread GitBox
SATYANAN-ANAND closed pull request #147: JCLOUDS-1616 : Proxy credentials validation is missing in OkHttpCommandExecutorService API request URL: https://github.com/apache/jclouds/pull/147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [jclouds] SATYANAN-ANAND commented on pull request #147: JCLOUDS-1616 : Proxy credentials validation is missing in OkHttpCommandExecutorService API request

2022-08-02 Thread GitBox
SATYANAN-ANAND commented on PR #147: URL: https://github.com/apache/jclouds/pull/147#issuecomment-1202395213 Facing issue in rebase, So closing this pull request -- 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 pull request #146: Synchronize ByteSourcePayload in LocalBlobStore

2022-08-01 Thread GitBox
gaul commented on PR #146: URL: https://github.com/apache/jclouds/pull/146#issuecomment-1201139074 Superseded by #150. -- 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] gaul closed pull request #146: Synchronize ByteSourcePayload in LocalBlobStore

2022-08-01 Thread GitBox
gaul closed pull request #146: Synchronize ByteSourcePayload in LocalBlobStore URL: https://github.com/apache/jclouds/pull/146 -- 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.

[GitHub] [jclouds] gaul opened a new pull request, #150: Deep copy Blob in LocalBlobStore.getBlob

2022-08-01 Thread GitBox
gaul opened a new pull request, #150: URL: https://github.com/apache/jclouds/pull/150 `ByteSourcePayload.openStream` is not thread safe and lack of synchronization can throw `ArrayIndexOutOfBoundsException`s. Instead deep copy the underlying `Payload`. Fixes gaul/s3proxy#303. --

[GitHub] [jclouds-examples] gaul merged pull request #12: Bump commons-io from 2.4 to 2.7 in /blobstore-uploader

2022-07-31 Thread GitBox
gaul merged PR #12: URL: https://github.com/apache/jclouds-examples/pull/12 -- 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 #149: Upgrade testng to 7.5.0

2022-07-31 Thread GitBox
gaul commented on PR #149: URL: https://github.com/apache/jclouds/pull/149#issuecomment-1200413320 testng 7.6.0 and newer require Java 11. -- 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 #149: Upgrade testng to 7.6.1

2022-07-31 Thread GitBox
gaul commented on PR #149: URL: https://github.com/apache/jclouds/pull/149#issuecomment-1200406950 References gaul/s3proxy#446. -- 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

[GitHub] [jclouds] gaul opened a new pull request, #149: Upgrade testng to 7.6.1

2022-07-31 Thread GitBox
gaul opened a new pull request, #149: URL: https://github.com/apache/jclouds/pull/149 Enabled by Java 8. -- 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,

[GitHub] [jclouds-examples] dependabot[bot] opened a new pull request, #12: Bump commons-io from 2.4 to 2.7 in /blobstore-uploader

2022-07-31 Thread GitBox
dependabot[bot] opened a new pull request, #12: URL: https://github.com/apache/jclouds-examples/pull/12 Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility

[GitHub] [jclouds-examples] gaul merged pull request #5: Bump logback-classic from 1.0.0 to 1.2.0 in /chef-basics

2022-07-31 Thread GitBox
gaul merged PR #5: URL: https://github.com/apache/jclouds-examples/pull/5 -- 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 #6: Bump logback-classic from 1.0.13 to 1.2.0 in /blobstore-uploader

2022-07-31 Thread GitBox
gaul merged PR #6: URL: https://github.com/apache/jclouds-examples/pull/6 -- 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 #7: Bump logback-classic from 1.0.9 to 1.2.0 in /compute-basics

2022-07-31 Thread GitBox
gaul merged PR #7: URL: https://github.com/apache/jclouds-examples/pull/7 -- 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 #8: Bump logback-classic from 1.0.9 to 1.2.0 in /google-lb

2022-07-31 Thread GitBox
gaul merged PR #8: URL: https://github.com/apache/jclouds-examples/pull/8 -- 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 #9: Bump logback-classic from 1.0.13 to 1.2.0 in /openstack

2022-07-31 Thread GitBox
gaul merged PR #9: URL: https://github.com/apache/jclouds-examples/pull/9 -- 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 #10: Bump logback-classic from 1.0.13 to 1.2.0 in /dimensiondata

2022-07-31 Thread GitBox
gaul merged PR #10: URL: https://github.com/apache/jclouds-examples/pull/10 -- 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 #11: Bump logback-classic from 1.0.13 to 1.2.0 in /rackspace

2022-07-31 Thread GitBox
gaul merged PR #11: URL: https://github.com/apache/jclouds-examples/pull/11 -- 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 #148: Upgrade to assertj 3.23.1

2022-07-31 Thread GitBox
gaul merged PR #148: URL: https://github.com/apache/jclouds/pull/148 -- 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 #148: Upgrade to assertj 3.23.1

2022-07-31 Thread GitBox
gaul commented on PR #148: URL: https://github.com/apache/jclouds/pull/148#issuecomment-1200359065 Reference gaul/s3proxy#438. -- 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

[GitHub] [jclouds] gaul opened a new pull request, #148: Upgrade to assertj 3.23.1

2022-07-31 Thread GitBox
gaul opened a new pull request, #148: URL: https://github.com/apache/jclouds/pull/148 Enabled by requiring Java 8. Also fix some minor API breakage. -- 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 commented on pull request #146: Synchronize ByteSourcePayload in LocalBlobStore

2022-07-30 Thread GitBox
gaul commented on PR #146: URL: https://github.com/apache/jclouds/pull/146#issuecomment-1200124644 Something seems strange here -- every call to `getBlob` should return a new `Payload`... -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [jclouds] gaul commented on pull request #146: Synchronize ByteSourcePayload in LocalBlobStore

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

[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] 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] 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-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-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, #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, #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, #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, #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] 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, #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] 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] 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 #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] 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 #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] 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 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

  1   2   3   4   5   6   7   8   9   10   >