Skip to content

Commit adf7f21

Browse files
author
Raja Maragani
authored
added logback dependency in build.gradle (#69)
* added logback dependency in build.gradle * Modified Ericsson Copyright header to 2018
1 parent eb3b953 commit adf7f21

File tree

149 files changed

+154
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+154
-153
lines changed

CHANGELOG.md

+3

build.gradle

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@ allprojects {
4848

4949
jar {
5050
baseName = 'eiffel-remrem-semantics'
51-
version = '0.3.7'
51+
version = '0.3.8'
5252
manifest {
5353
attributes('remremVersionKey': 'semanticsVersion')
5454
attributes('semanticsVersion': version)
@@ -66,7 +66,7 @@ jar {
6666

6767
shadowJar {
6868
baseName = 'eiffel-remrem-semantics'
69-
version = '0.3.7'
69+
version = '0.3.8'
7070
classifier = ''
7171
}
7272

@@ -82,9 +82,6 @@ targetCompatibility = 1.8
8282

8383
repositories {
8484
maven { url "https://jitpack.io" }
85-
maven {
86-
url "https://eiffel.lmera.ericsson.se/nexus/service/local/repositories/releases/content"
87-
}
8885
mavenCentral()
8986
jcenter()
9087
flatDir {
@@ -108,6 +105,7 @@ dependencies {
108105
compile 'org.mockito:mockito-core:1.10.19'
109106
compile 'javax.inject:javax.inject:1'
110107
compile 'org.slf4j:slf4j-api:1.7.18'
108+
compile 'ch.qos.logback:logback-classic:1.1.7'
111109
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.2'
112110
testCompile 'junit:junit:4.12'
113111
compile 'org.apache.commons:commons-lang3:3.5'

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/EiffelEventType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/LinkType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/RoutingKeyTypes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/SemanticsService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/clone/PrepareLocalEiffelSchemas.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/config/LinksConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/factory/EiffelOutputValidatorFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/schemas/EiffelConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/schemas/LocalRepo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/schemas/SchemaFile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/util/ManifestHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/validator/EiffelValidationException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/validator/EiffelValidator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/remrem/semantics/validator/OutputValidator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/Author.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/Batch.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/CcCompositeIdentifier.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/Change.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/Constraint.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/CustomData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/Dependency.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/DependsOn.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityCanceledEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityCanceledEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityCanceledEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityFinishedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityFinishedEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityFinishedEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityFinishedEventOutcome.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityStartedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityStartedEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityStartedEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityTriggeredEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityTriggeredEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityTriggeredEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelAnnouncementAcknowledgedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelAnnouncementAcknowledgedEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelAnnouncementAcknowledgedEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelAnnouncementPublishedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelAnnouncementPublishedEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelAnnouncementPublishedEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactCreatedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactCreatedEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactCreatedEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactDeployedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactDeployedEventData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactDeployedEventMeta.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

src/main/java/com/ericsson/eiffel/semantics/events/EiffelArtifactPublishedEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2018 Ericsson AB.
33
For a full list of individual contributors, please see the commit history.
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)