Jenkins build is back to normal : Tamaya-Branch-Master-with-Coverage #1049

2019-06-28 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : Tamaya-Master-branch #1970

2019-06-28 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : Tamaya-Site-Master #1388

2019-06-28 Thread Apache Jenkins Server
See 




[incubator-tamaya] branch master updated: LHF: Remove tab

2019-06-28 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
 new b3c2820  LHF: Remove tab
b3c2820 is described below

commit b3c2820e9878dc3df683e3f0079f2be4829b410a
Author: Hugo Hirsch 
AuthorDate: Sat Jun 29 00:19:18 2019 +0200

LHF: Remove tab
---
 code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java 
b/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
index e497f99..a01989c 100644
--- a/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
+++ b/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
@@ -115,7 +115,7 @@ public class TypeLiteralTest {
 // Create a class hierarchy where B is a subclass of Object and not
 // ParameterizedType, but still takes parameters.
 class A { };
-   class B extends A { };
+class B extends A { };
 TypeLiteral> checker = new TypeLiteral>() { 
};
 checker.getDefinedType(B.class);
 }



Build failed in Jenkins: Tamaya-Master-branch #1969

2019-06-28 Thread Apache Jenkins Server
See 


Changes:

[github] LHF: Fix build, construct hierarchy provoking RTE

--
[...truncated 71.97 KB...]
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tamaya-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
tamaya-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ 
tamaya-api ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-api ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 52 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 52 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-api ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle) @ tamaya-api ---
[INFO] There is 1 error reported by Checkstyle 8.19 with 
buildconfigurations/src/main/resources/checkstyle/style.xml ruleset.
[ERROR] src/test/java/org/apache/tamaya/TypeLiteralTest.java:[118,1] 
(whitespace) FileTabCharacter: File contains tab characters (this is the first 
instance).
[INFO] 
[INFO] 
[INFO] Skipping Apache Tamaya Core SPI Support
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache Tamaya Core Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Building Apache Tamaya Core Examples 0.4-incubating-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ examples ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
examples ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ examples 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ examples ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ examples ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ examples ---
[INFO] argLine set to 
-javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ examples ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ 
examples ---
[INFO] Generating feature descriptor file 

[INFO] ...done!
[INFO] 
[INFO] --- bnd-maven-plugin:3.3.0:bnd-process (default) @ examples ---
[INFO] skip project with packaging=pom
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
examples ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ examples ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (source-jar) > generate-sources @ 
examples >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
examples ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ examples 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ examples ---
[INFO] Enabl

Build failed in Jenkins: Tamaya-Branch-Master-with-Coverage #1048

2019-06-28 Thread Apache Jenkins Server
See 


Changes:

[github] LHF: Fix build, construct hierarchy provoking RTE

--
[...truncated 52.42 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
tamaya-code ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ 
tamaya-code ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-code ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 65 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-code ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ tamaya-code ---
[INFO] argLine set to 
-javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ tamaya-code ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ 
tamaya-code ---
[INFO] Generating feature descriptor file 

[INFO] ...done!
[INFO] 
[INFO] --- bnd-maven-plugin:3.3.0:bnd-process (default) @ tamaya-code ---
[INFO] skip project with packaging=pom
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ tamaya-code ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
tamaya-code ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tamaya-code ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (source-jar) > generate-sources @ 
tamaya-code >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
tamaya-code ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ 
tamaya-code ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-code ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 65 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-code ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ tamaya-code ---
[INFO] argLine set to 
-javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ 
tamaya-code <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-code ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ 
tamaya-code ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ tamaya-code ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- pitest-maven:1.2.5:mutationCoverage (mutationcoverage) @ tamaya-code 
---
[INFO] Skipping project because:
[INFO]   - Packaging is POM.
[INFO]   - Project has no tests, it is empty.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-code 
---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-code/0.4-incubating-SNAPSHOT/tamaya-code-0.4-incubating-SNAPSHOT.pom
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-code/0.4-incubating-SNAPSHOT/tamaya-code-0.4-incubating-SNAPSHOT-features.xml
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
tamaya-

Build failed in Jenkins: Tamaya-Site-Master #1387

2019-06-28 Thread Apache Jenkins Server
See 


Changes:

[github] LHF: Fix build, construct hierarchy provoking RTE

--
[...truncated 1.31 KB...]
 > git checkout -f 961ea9c0aa4b006912f6fcdb4ca8ec3ecad04869
Commit message: "LHF: Fix build, construct hierarchy provoking RTE"
 > git rev-list --no-walk 759a5301044e0a72044ca73dc86d22b7d846930a # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 46158
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Tamaya-Site-Master] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g 
-Xms4g -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/latest3/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ 
/home/jenkins/jenkins-slave/remoting.jar 
/home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 46158
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean 
site:site --U
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Tamaya Base [pom]
[INFO] Apache Tamaya Build Configuration  [jar]
[INFO] Apache Tamaya Code - all   [pom]
[INFO] Apache Tamaya Core API [jar]
[INFO] Apache Tamaya Core SPI Support [jar]
[INFO] Apache Tamaya Core Implementation  [jar]
[INFO] Apache Tamaya Core Examples[pom]
[INFO] Apache Tamaya Minimal Example  [jar]
[INFO] Apache Tamaya Custom Propertysource Example[jar]
[INFO] Apache Tamaya Distribution [jar]
[INFO] 
[INFO] < org.apache.tamaya:tamaya-all >
[INFO] Building Apache Tamaya Base 0.4-incubating-SNAPSHOT   [1/10]
[INFO] [ pom ]-
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tamaya-all ---
[INFO] Deleting 
[INFO] 
[INFO] --- maven-site-plugin:3.7:site (default-cli) @ tamaya-all ---
[INFO] configuring report plugin 
org.apache.maven.plugins:maven-project-info-reports-plugin:2.9
[INFO] 6 reports configured for maven-project-info-reports-plugin:2.9: index, 
project-team, license, mailing-list, issue-tracking, scm
[INFO] configuring report plugin 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1
[INFO] preparing maven-javadoc-plugin:javadoc report requires 
'generate-sources' forked phase execution
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.0.1:javadoc > generate-sources @ tamaya-all 
>>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ 
tamaya-all ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ 
tamaya-all ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-all ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from 

[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 85 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 2 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 2 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-all ---
[INFO] ShortRevision tag detected. The value is '8'.
[INFO] Executing: /bin/sh -c cd 
' && 'git' 'rev-parse' 
'--verify' '--short=8' 'HEAD'
[INFO] Working directory: 
[INFO] Storing buildNumber: 961ea9c0 at timestamp: 1561758333977
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '8'.
[INFO] Executing: /bin/sh -c cd 
' && 'git' 'rev-parse' 
'--verify' '--short=8' 'HEAD'
[INFO] Working directory: 
[INFO] Storing buildScmBranch: UNKNOWN
[

[incubator-tamaya] branch master updated: LHF: Fix build, construct hierarchy provoking RTE

2019-06-28 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
 new 961ea9c  LHF: Fix build, construct hierarchy provoking RTE
961ea9c is described below

commit 961ea9c0aa4b006912f6fcdb4ca8ec3ecad04869
Author: Hugo Hirsch 
AuthorDate: Fri Jun 28 23:43:59 2019 +0200

LHF: Fix build, construct hierarchy provoking RTE
---
 code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java 
b/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
index 4907574..e497f99 100644
--- a/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
+++ b/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
@@ -109,12 +109,13 @@ public class TypeLiteralTest {
 assertThat("java.lang.String").isEqualTo(t.getTypeName());
 }
 
+@SuppressWarnings("rawtypes")
 @Test(expected = RuntimeException.class)
 public void testTypeTakingParametersMustNotBeSubclassOfObject() {
-//Create a class hierarchy where B is a subclass of Object and not
+// Create a class hierarchy where B is a subclass of Object and not
 // ParameterizedType, but still takes parameters.
 class A { };
-class B extends A { };
+   class B extends A { };
 TypeLiteral> checker = new TypeLiteral>() { 
};
 checker.getDefinedType(B.class);
 }



[incubator-tamaya-extensions] 01/01: TAMAYA-394: Add lombok support to basic beans

2019-06-28 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch feature/TAMAYA-394lombok
in repository 
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git

commit 844d9ab2ef84ba643259db1a08a98ea756c5eb66
Author: Hugo Hirsch 
AuthorDate: Fri Jun 28 22:37:53 2019 +0200

TAMAYA-394: Add lombok support to basic beans
---
 examples/06-distributed/pom.xml|   6 +-
 .../examples/distributed/DisplayContent.java   | 102 +
 .../examples/distributed/DisplayRegistration.java  |  55 +--
 3 files changed, 11 insertions(+), 152 deletions(-)

diff --git a/examples/06-distributed/pom.xml b/examples/06-distributed/pom.xml
index 9909cc4..0fc4eee 100644
--- a/examples/06-distributed/pom.xml
+++ b/examples/06-distributed/pom.xml
@@ -95,7 +95,6 @@
 
 junit
 junit
-${junit.version}
 test
 
 
@@ -103,6 +102,11 @@
 assertj-core
 test
 
+   
+   org.projectlombok
+   lombok
+   1.18.8
+   
 
 
 
diff --git 
a/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayContent.java
 
b/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayContent.java
index 57e7f22..c8c0fcf 100644
--- 
a/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayContent.java
+++ 
b/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayContent.java
@@ -21,113 +21,17 @@ package org.apache.tamaya.examples.distributed;
 
 import java.util.HashMap;
 import java.util.Map;
-import java.util.Objects;
+
+import lombok.Data;
 
 /**
  * Created by atsticks on 13.11.16.
  */
+@Data
 public class DisplayContent {
 private String displayId;
 private String title = "UNKNOWN";
 private Map content = new HashMap<>();
 private long timestamp = System.currentTimeMillis();
 private String displayName;
-
-@Override
-public boolean equals(Object o) {
-if (this == o){
-return true;
-}
-if (!(o instanceof DisplayContent)){
-return false;
-}
-DisplayContent that = (DisplayContent) o;
-return getTimestamp() == that.getTimestamp() &&
-Objects.equals(getDisplayId(), that.getDisplayId()) &&
-Objects.equals(getTitle(), that.getTitle());
-}
-
-@Override
-public int hashCode() {
-return Objects.hash(getDisplayId(), getTitle(), getTimestamp());
-}
-
-@Override
-public String toString() {
-return "DisplayContent{" +
-"displayId='" + getDisplayId() + '\'' +
-", title='" + getTitle() + '\'' +
-", content=" + getContent() +
-'}';
-}
-
-/**
- * @return the displayId
- */
-public String getDisplayId() {
-return displayId;
-}
-
-/**
- * @param displayId the displayId to set
- */
-public void setDisplayId(String displayId) {
-this.displayId = displayId;
-}
-
-/**
- * @return the title
- */
-public String getTitle() {
-return title;
-}
-
-/**
- * @param title the title to set
- */
-public void setTitle(String title) {
-this.title = title;
-}
-
-/**
- * @return the content
- */
-public Map getContent() {
-return content;
-}
-
-/**
- * @param content the content to set
- */
-public void setContent(Map content) {
-this.content = content;
-}
-
-/**
- * @return the timestamp
- */
-public long getTimestamp() {
-return timestamp;
-}
-
-/**
- * @param timestamp the timestamp to set
- */
-public void setTimestamp(long timestamp) {
-this.timestamp = timestamp;
-}
-
-/**
- * @return the displayName
- */
-public String getDisplayName() {
-return displayName;
-}
-
-/**
- * @param displayName the displayName to set
- */
-public void setDisplayName(String displayName) {
-this.displayName = displayName;
-}
 }
diff --git 
a/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayRegistration.java
 
b/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayRegistration.java
index a09c8ba..5f4e498 100644
--- 
a/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayRegistration.java
+++ 
b/examples/06-distributed/src/main/java/org/apache/tamaya/examples/distributed/DisplayRegistration.java
@@ -24,9 +24,12 @@ import java.net.InetAddress;
 import java.util.Objects;
 import java.util.UUID;
 
+import lombok.Data;
+
 /**
  * Created by atsticks on 13.11.16.
  */
+@Data
 public class DisplayRegistration implements Serializ

[incubator-tamaya-extensions] branch feature/TAMAYA-394lombok created (now 844d9ab)

2019-06-28 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a change to branch feature/TAMAYA-394lombok
in repository 
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git.


  at 844d9ab  TAMAYA-394: Add lombok support to basic beans

This branch includes the following new commits:

 new 844d9ab  TAMAYA-394: Add lombok support to basic beans

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




Jenkins build became unstable: Tamaya-Master-branch #1968

2019-06-28 Thread Apache Jenkins Server
See 




Build failed in Jenkins: Tamaya-Branch-Master-with-Coverage #1047

2019-06-28 Thread Apache Jenkins Server
See 


Changes:

[github] LHF: Fix Eclipse warnings

--
[...truncated 144.95 KB...]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=setValue_WithCompositeKey_Single(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=setValues_Map(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=testHashCode(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=testSetValues(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=testSetValues_WithSource(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=testToString(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=toListValue(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.ObjectValueTest, 
name=toObjectValue(org.apache.tamaya.spi.ObjectValueTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description 
[testClass=org.apache.tamaya.spi.PropertySourceProviderTest, 
name=testEmptySourceProvider(org.apache.tamaya.spi.PropertySourceProviderTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.PropertySourceTest, 
name=addChangeListener(org.apache.tamaya.spi.PropertySourceTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.PropertySourceTest, 
name=getChangeSupport(org.apache.tamaya.spi.PropertySourceTest)]

8:04:11 PM PIT >> INFO : MINION : 8:04:11 PM PIT >> FINE : Gathering coverage 
for test Description [testClass=org.apache.tamaya.spi.PropertySourceTest, 
name=getOrdinal(org.apache.tamaya.spi.PropertySourceTest)]

8:04:11 PM PIT >> INFO : MINION : Jun 28, 2019 8:04:11 PM 
org.apache.tamaya.spi.PropertySource getOrdinal
WARNING: Failed to parse ordinal in property source: 
java.lang.NumberFormatException: For input string: "abc"
at java.lang.NumberFormatException.forInputString(NumberFormatException.
8:04:11 PM PIT >> INFO : MINION : java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at 
org.apache.tamaya.spi.PropertySource.getOrdinal(PropertySource.java:133)
at org.apache.tamaya.spi.PropertySourceTest.getOrdinal(PropertySourceTe
8:04:11 PM PIT >> INFO : MINION : st.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java
8:04:11 PM PIT >> INFO : MINION : .lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.Framew
8:04:11 PM PIT >> INFO : MINION : 
orkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChi
8:04:11 PM PIT >> INFO : MINION : ld(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at
8:04:11 PM PIT >> INFO : MINION :  
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.juni

[incubator-tamaya] branch master updated: LHF: Fix Eclipse warnings

2019-06-28 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
 new 759a530  LHF: Fix Eclipse warnings
759a530 is described below

commit 759a5301044e0a72044ca73dc86d22b7d846930a
Author: Hugo Hirsch 
AuthorDate: Fri Jun 28 21:53:00 2019 +0200

LHF: Fix Eclipse warnings
---
 code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java 
b/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
index 7145ad6..4907574 100644
--- a/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
+++ b/code/api/src/test/java/org/apache/tamaya/TypeLiteralTest.java
@@ -114,22 +114,22 @@ public class TypeLiteralTest {
 //Create a class hierarchy where B is a subclass of Object and not
 // ParameterizedType, but still takes parameters.
 class A { };
-class B extends A { };
+class B extends A { };
 TypeLiteral> checker = new TypeLiteral>() { 
};
 checker.getDefinedType(B.class);
 }
 
 @Test
 public void testHashAndEquals(){
-TypeLiteral a = TypeLiteral.of(List.class);
-TypeLiteral b = TypeLiteral.of(List.class);
-TypeLiteral c = TypeLiteral.of(Map.class);
+TypeLiteral> a = TypeLiteral.of(List.class);
+TypeLiteral> b = TypeLiteral.of(List.class);
+TypeLiteral> c = TypeLiteral.of(Map.class);
 assertThat(b.hashCode()).isEqualTo(a.hashCode());
 assertThat(a.hashCode()).isNotEqualTo(c.hashCode());
 assertThat(a.equals(a)).isTrue();
 assertThat(a.equals(b)).isTrue();
 assertThat(a.equals(null)).isFalse();
-assertThat(a.equals("SomeString")).isFalse();
+assertThat("SomeString".equals(a)).isFalse();
 assertThat(a.equals(c)).isFalse();
 }
 



[incubator-tamaya] branch master updated: LHF: Fix Eclipse warnings

2019-06-28 Thread pottlinger
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
 new 0153dfe  LHF: Fix Eclipse warnings
0153dfe is described below

commit 0153dfeb239f0a2112fbaebbd76804c5615a52e5
Author: Hugo Hirsch 
AuthorDate: Fri Jun 28 21:49:16 2019 +0200

LHF: Fix Eclipse warnings
---
 examples/01-minimal/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/01-minimal/pom.xml b/examples/01-minimal/pom.xml
index f0e4db3..eac821c 100644
--- a/examples/01-minimal/pom.xml
+++ b/examples/01-minimal/pom.xml
@@ -28,9 +28,7 @@ under the License.
 0.4-incubating-SNAPSHOT
 
 
-org.apache.tamaya.examples
 01-minimal
-0.4-incubating-SNAPSHOT
 
 Apache Tamaya Minimal Example