Skip to content

Commit 7e994be

Browse files
Merge pull request #1344 from SpineEventEngine/release/v1.7.0
Release v1.7.0
2 parents e60650d + 969534a commit 7e994be

File tree

1,964 files changed

+13625
-95
lines changed

Some content is hidden

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

1,964 files changed

+13625
-95
lines changed

.idea/copyright/TeamDev_Open_Source.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/CheckVersionIncrement.kt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.
@@ -22,13 +28,13 @@ package io.spine.gradle.internal
2228

2329
import com.fasterxml.jackson.databind.DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
2430
import com.fasterxml.jackson.dataformat.xml.XmlMapper
31+
import java.io.FileNotFoundException
32+
import java.net.URL
2533
import org.gradle.api.DefaultTask
2634
import org.gradle.api.GradleException
2735
import org.gradle.api.Project
2836
import org.gradle.api.tasks.Input
2937
import org.gradle.api.tasks.TaskAction
30-
import java.io.FileNotFoundException
31-
import java.net.URL
3238

3339
/**
3440
* A task which verifies that the current version of the library has not been published to the given

buildSrc/src/main/kotlin/io/spine/gradle/internal/IncrementGuard.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/RunBuild.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

client/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

client/src/main/java/io/spine/client/ActorRequestFactory.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

client/src/main/java/io/spine/client/Client.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

0 commit comments

Comments
 (0)