You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Biswa Ranjan Ray (Jira)" <ji...@apache.org> on 2022/08/26 04:10:00 UTC

[jira] [Updated] (JCLOUDS-1618) Jclouds 2.3.0 and above is incompatible with SpringBoot 2.7.*

     [ https://issues.apache.org/jira/browse/JCLOUDS-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Biswa Ranjan Ray updated JCLOUDS-1618:
--------------------------------------
    Description: 
Hi,

We developed a multi-cloud application using jclouds and springboot to support operations on storage services e.g s3, gcs and azure storage.

We're trying to migrate our application from springboot 2.5.* to latest (springboot 2.7.*). However we're facing issues with jclouds. Its observed that errors are thrown during the creation of BlobStoreContext. A full stacktrace is attached.

Here is a code snippet of BlobStoreContext:

public BlobStoreContext getBlobStoreContext()

{    

return ContextBuilder.newBuilder(CloudProviders.PROVIDER_AWS.toString())             .credentials(this.getAccessKeyId(), this.getSecretAccessKey())             .buildView(BlobStoreContext.class);

}

We also tried jclouds 2.4.0 & 2.5.0 but no luck. However its found jclouds 2.3.0 is compatible with springboot 2.6.10 and currently we're using the same, but our goal is to upgrade to springboot 2.7.   

Any suggestions.

  was:
Hi,

We developed a multi-cloud application using jclouds and springboot to support operations on storage services e.g s3, gcs and azure storage.

We're trying to migrate our application from springboot 2.5.* to latest (springboot 2.7.*). However we're facing issues with jclouds. Its observed that errors are thrown during the creation of BlobStoreContext. A full stacktrace is attached.

Here is a code snippet of BlobStoreContext:

public BlobStoreContext getBlobStoreContext() {
    return ContextBuilder.newBuilder(CloudProviders.PROVIDER_AWS.toString())
            .credentials(this.getAccessKeyId(), this.getSecretAccessKey())
            .buildView(BlobStoreContext.class);
}

We also tried jclouds 2.4.0 & 2.5.0 but no luck. However its found jclouds 2.3.0 is compatible with springboot 2.6.10 and currently we're using the same, but our goal is to upgrade to springboot 2.7.   

Any suggestions.


> Jclouds 2.3.0 and above is incompatible with SpringBoot 2.7.*
> -------------------------------------------------------------
>
>                 Key: JCLOUDS-1618
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1618
>             Project: jclouds
>          Issue Type: Bug
>    Affects Versions: 2.3.0, 2.4.0, 2.5.0
>            Reporter: Biswa Ranjan Ray
>            Assignee: Andrew Gaul
>            Priority: Major
>         Attachments: JClouds_Gson_Error.txt
>
>
> Hi,
> We developed a multi-cloud application using jclouds and springboot to support operations on storage services e.g s3, gcs and azure storage.
> We're trying to migrate our application from springboot 2.5.* to latest (springboot 2.7.*). However we're facing issues with jclouds. Its observed that errors are thrown during the creation of BlobStoreContext. A full stacktrace is attached.
> Here is a code snippet of BlobStoreContext:
> public BlobStoreContext getBlobStoreContext()
> {    
> return ContextBuilder.newBuilder(CloudProviders.PROVIDER_AWS.toString())             .credentials(this.getAccessKeyId(), this.getSecretAccessKey())             .buildView(BlobStoreContext.class);
> }
> We also tried jclouds 2.4.0 & 2.5.0 but no luck. However its found jclouds 2.3.0 is compatible with springboot 2.6.10 and currently we're using the same, but our goal is to upgrade to springboot 2.7.   
> Any suggestions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)