General discussions and chit chat about OpenSource software made by scireum - http://www.scireum.de
andyHa on 12.4.1
andyHa on master
Delays the creation of a part i… Merge pull request #179 from sc… (compare)
andyHa on InstantiationFixx
Delays the creation of a part i… (compare)
andyHa on 12.4
sabieber on KeepRunning
sabieber on master
Adds a flag which lets all dock… Merge pull request #178 from sc… (compare)
andyHa on KeepRunning
Adds a flag which lets all dock… (compare)
Tobsucht on FastBackgroundLoops
Tobsucht on master
Reduces the default wait interv… Merge pull request #177 from sc… (compare)
andyHa on FastBackgroundLoops
Reduces the default wait interv… (compare)
andyHa on rm
andyHa on 12.3
andyHa on master
Performs refactroings suggested… Simplifies array handling. Simplifies a convoluted block o… and 4 more (compare)
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.10.12</version>
</dependency>
I have tried to clone the Sirius-kernel source code and do "mvn clean install", and see unit test failure shown:
BOMReaderTest.readArray10BOM:58 expected:<5> but was:<8>
BOMReaderTest.readArray1BOM:43 expected:<72> but was:<239>
BOMReaderTest.readArray2BOM:51 expected:<72> but was:<239>
My system set up is:
mvn -version
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T12:49:05-07:00)
Maven home: C:\java\mvn\apache-maven-3.5.3
Java version: 1.8.0_151, vendor: Oracle Corporation
Java home: C:\java\jdk1.8.0_151\jre
Any idea what I am missing ?
else if (in("ListBucketResult", "Contents")) {
if (name.equals("Key")) {
lastKey = getText();
currentObject.setKey(decodeIfSpecified
(lastKey, shouldSDKDecodeResponse));
} else if (name.equals("LastModified")) {
currentObject.setLastModified(
ServiceUtils.parseIso8601Date(getText()));
} else if (name.equals("ETag")) {
s3Client.listObjects(bucket)
to fail with parsing errors