You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Pete Whelpton <pe...@gmail.com> on 2019/06/14 10:10:03 UTC

NETBEANS-2400 - Advice needed

Hi all,

I would very much like to resolve NETBEANS-2400
<https://issues.apache.org/jira/browse/NETBEANS-2400>.  The long and short
of it is that the version of the Amazon AWS SDK currently in NB doesn't
support the request signing method that newer AWS regions require, so needs
to be updated.

It's frustrating, because the actual Java code changes will be pretty
straightforward.  The tricky part is that the AWS SDK has grown massively,
and is no longer just one .jar, but several, each with their own list of
dependencies.

I'm unsure how best to handle this dependency issue - its fairly complex
and I have tried to describe the problem / my questions as best I can my
latest comment on the Jira ticket.

If any of the NB veterans / gurus could take a look and provide some
insight/guidance/suggestions when they get a moment, that would be greatly
appreciated.


Many thanks,

P

Re: NETBEANS-2400 - Advice needed

Posted by Geertjan Wielenga <ge...@apache.org>.
Thanks for the great work!

Here's where you get to lead. :-) What would be your proposal, i.e., what's
the ideal path forward from your point of view? Then, let's do that. :-) Or
at least lets discuss based on your preferred approach as a starting point.

Gj

On Fri, Jun 14, 2019 at 12:10 PM Pete Whelpton <pe...@gmail.com> wrote:

> Hi all,
>
> I would very much like to resolve NETBEANS-2400
> <https://issues.apache.org/jira/browse/NETBEANS-2400>.  The long and short
> of it is that the version of the Amazon AWS SDK currently in NB doesn't
> support the request signing method that newer AWS regions require, so needs
> to be updated.
>
> It's frustrating, because the actual Java code changes will be pretty
> straightforward.  The tricky part is that the AWS SDK has grown massively,
> and is no longer just one .jar, but several, each with their own list of
> dependencies.
>
> I'm unsure how best to handle this dependency issue - its fairly complex
> and I have tried to describe the problem / my questions as best I can my
> latest comment on the Jira ticket.
>
> If any of the NB veterans / gurus could take a look and provide some
> insight/guidance/suggestions when they get a moment, that would be greatly
> appreciated.
>
>
> Many thanks,
>
> P
>