You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit4/src/main/java/com/bakdata/fluent_kafka_streams_tests/junit4/TestTopologyRule.java
+14-14
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* MIT License
3
3
*
4
-
* Copyright (c) 2023 bakdata
4
+
* Copyright (c) 2024 bakdata
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
* of this software and associated documentation files (the "Software"), to deal
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit4/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit4/WordCountTest.java
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit4/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit4/WordCountWithStaticTopologyTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* MIT License
3
3
*
4
-
* Copyright (c) 2019 bakdata GmbH
4
+
* Copyright (c) 2024 bakdata
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
* of this software and associated documentation files (the "Software"), to deal
@@ -34,7 +34,7 @@ public class WordCountWithStaticTopologyTest {
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit4/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit4/WordCountWitherTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* MIT License
3
3
*
4
-
* Copyright (c) 2019 bakdata GmbH
4
+
* Copyright (c) 2024 bakdata
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
* of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ public class WordCountWitherTest {
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit4/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit4/test_applications/WordCount.java
+34-17
Original file line number
Diff line number
Diff line change
@@ -1,40 +1,57 @@
1
+
/*
2
+
* MIT License
3
+
*
4
+
* Copyright (c) 2024 bakdata
5
+
*
6
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
+
* of this software and associated documentation files (the "Software"), to deal
8
+
* in the Software without restriction, including without limitation the rights
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit5/src/main/java/com/bakdata/fluent_kafka_streams_tests/junit5/TestTopologyExtension.java
+14-14
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* MIT License
3
3
*
4
-
* Copyright (c) 2023 bakdata
4
+
* Copyright (c) 2024 bakdata
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
* of this software and associated documentation files (the "Software"), to deal
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit5/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit5/WordCountTest.java
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit5/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit5/WordCountWithStaticTopologyTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* MIT License
3
3
*
4
-
* Copyright (c) 2019 bakdata GmbH
4
+
* Copyright (c) 2024 bakdata
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
* of this software and associated documentation files (the "Software"), to deal
@@ -34,7 +34,7 @@ class WordCountWithStaticTopologyTest {
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit5/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit5/WordCountWitherTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* MIT License
3
3
*
4
-
* Copyright (c) 2019 bakdata GmbH
4
+
* Copyright (c) 2024 bakdata
5
5
*
6
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
* of this software and associated documentation files (the "Software"), to deal
Copy file name to clipboardExpand all lines: fluent-kafka-streams-tests-junit5/src/test/java/com/bakdata/fluent_kafka_streams_tests/junit5/test_applications/WordCount.java
+34-17
Original file line number
Diff line number
Diff line change
@@ -1,40 +1,57 @@
1
+
/*
2
+
* MIT License
3
+
*
4
+
* Copyright (c) 2024 bakdata
5
+
*
6
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
+
* of this software and associated documentation files (the "Software"), to deal
8
+
* in the Software without restriction, including without limitation the rights
0 commit comments