Skip to content

Commit

Permalink
🏗️ Preperations for Release 2.0 (#82)
Browse files Browse the repository at this point in the history
* Version-number updated to 2.0.0

* Copyright cleanup

* SonarLint

* Linting

* bugfix

* 🔨 sonar finding solved

* © Copyright updated
  • Loading branch information
JanSchankin authored Dec 5, 2021
1 parent c2a9a51 commit 9589226
Show file tree
Hide file tree
Showing 181 changed files with 423 additions and 228 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ We use Maven to build the example. So, as a first step, we add the following dep
<dependency>
<groupId>de.ppi</groupId>
<artifactId>deepsampler-junit5</artifactId>
<version>1.0.4</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.ppi</groupId>
<artifactId>deepsampler-provider-guice</artifactId>
<version>1.0.4</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand All @@ -11,7 +11,7 @@ plugins {
}

allprojects {
version = "1.0.0"
version = "2.0.0"
group = "de.ppi"

apply(plugin = "java-library")
Expand Down
2 changes: 1 addition & 1 deletion deepsampler-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
5 changes: 5 additions & 0 deletions deepsampler-core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# Copyright 2021 PPI AG (Hamburg, Germany)
# This program is made available under the terms of the MIT License.
#

POM_ARTIFACT_ID=deepsampler-core
POM_NAME=deepsampler-core
POM_DESCRIPTION=DeepSampler is a stubbing framework for integrated compound tests.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.api;

import de.ppi.deepsampler.core.model.SampleDefinition;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.api;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.error;

import de.ppi.deepsampler.core.model.SampleDefinition;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.internal;

import java.util.Comparator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand All @@ -17,7 +17,7 @@ private ExecutionManager() {
// This constructor is private since this class is not intended to be instantiated.
}

public static void record(final SampleDefinition sampleDefinition, final MethodCall actualMethodCall) {
public static void recordMethodCall(final SampleDefinition sampleDefinition, final MethodCall actualMethodCall) {
getSampleExecutionInformation(sampleDefinition).addMethodCall(actualMethodCall);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.model;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
*
* * Copyright 2020 PPI AG (Hamburg, Germany)
* * This program is made available under the terms of the MIT License.
*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.model;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
*
* * Copyright 2020 PPI AG (Hamburg, Germany)
* * This program is made available under the terms of the MIT License.
*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.model;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
*
* * Copyright 2020 PPI AG (Hamburg, Germany)
* * This program is made available under the terms of the MIT License.
*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.model;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

package de.ppi.deepsampler.core.api;

import de.ppi.deepsampler.core.error.InvalidConfigException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 PPI AG (Hamburg, Germany)
* Copyright 2021 PPI AG (Hamburg, Germany)
* This program is made available under the terms of the MIT License.
*/

Expand Down
Loading

0 comments on commit 9589226

Please sign in to comment.