[
https://issues.apache.org/jira/browse/NIFI-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990912#comment-14990912
]
ASF GitHub Bot commented on NIFI-1025:
--------------------------------------
Github user trkurc commented on the pull request:
https://github.com/apache/nifi/pull/107#issuecomment-153925206
Also, as I mentioned inline in the commit, this really isn't a unit test as
much as an informational log.
```
@Test
/**
* Run this test to check what version of Joda-time is actually being
linked.
*
* @see: https://issues.apache.org/jira/browse/NIFI-1025
* @see: https://github.com/aws/aws-sdk-java/issues/444
*/
public void testJodaTime() {
System.out.println(new
DateTime().getClass().getProtectionDomain().getCodeSource());
}
```
> PutS3Object fails if running with Java 8
> ----------------------------------------
>
> Key: NIFI-1025
> URL: https://issues.apache.org/jira/browse/NIFI-1025
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Mark Payne
> Fix For: 0.4.0
>
>
> There is a known bug with the version of the AWS SDK (and associated Joda
> Time library that is being used) that prevents the PutS3Object processor from
> successfully putting data to Amazon S3 if running the newest version of Java
> (Java 1.8 update 60). There is a ticket for this in the AWS SDK:
> https://github.com/aws/aws-sdk-java/issues/444
> We need to update to a newer version of the AWS SDK in order to ensure that
> this works on Java 1.8.60
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)