Skip to content

Commit 46592f1

Browse files
ajay-govcwjames19Cameron Jamesbrohitbrose
authored
4.3 (#160)
* 4.3 branch * Add support for CommonJS modules in swim-js package exports (#158) * Ignore swim-java /bin/test and *.class files * Add support for CommonJS modules in swim-js package exports --------- Co-authored-by: Cameron James <[email protected]> * Bump version in package.json to 4.0.0 and publish 4.0,0 js version * Rework of Item#eq (and related) (#159) * Different 'eq' definition for Items (equals remains untouched) * One more rework to make new test cases happy * Add SystemPulse to MetaHostAgent Update copyright --------- Co-authored-by: Cameron <[email protected]> Co-authored-by: Cameron James <[email protected]> Co-authored-by: brohitbrose <[email protected]>
1 parent 4349b6a commit 46592f1

File tree

3,473 files changed

+6624
-4379
lines changed

Some content is hidden

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

3,473 files changed

+6624
-4379
lines changed

swim-java/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
// Copyright 2015-2023 Nstream, inc.
190+
// Copyright 2015-2024 Nstream, inc.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

swim-java/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
swim.version=4.2-SNAPSHOT
1+
swim.version=4.3-SNAPSHOT
22
graal.version=21.0.0.2

swim-java/swim-runtime/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
# ignore folders
1515
build
16+
**/bin/test
1617

1718
# ignore files
1819
out
1920
*~
21+
*.class
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
swim.version=4.2-SNAPSHOT
1+
swim.version=4.3-SNAPSHOT
22
graal.version=21.0.0.2

swim-java/swim-runtime/swim-core/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
// Copyright 2015-2023 Nstream, inc.
190+
// Copyright 2015-2024 Nstream, inc.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/main/java/swim/args/Arg.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/main/java/swim/args/Cmd.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/main/java/swim/args/ExecCmd.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/main/java/swim/args/Opt.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/main/java/swim/args/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.args/src/test/java/swim/args/CmdSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/Avro.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroKind.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroMember.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroName.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroNameParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroNamespace.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroNamespaceBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroNamespaceComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroNamespaceEmpty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/AvroNamespaceParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/ArrayDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/AvroDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/BooleanDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/DataDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/DoubleDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/EnumDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/FixedDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/FloatDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/MapDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/NullDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/RecordDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/StringDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/UnionDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/VarintDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/decoder/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/ArrayReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/AvroReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/BooleanReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/ByteReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/CharReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/DataReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/DoubleReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/EnumReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/FieldReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/FixedReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/FloatReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/IntReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/LongReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/MapReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/NullReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/RecordReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/ShortReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/StringReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/UnionReflection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/reflection/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/schema/AvroArrayType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/schema/AvroBooleanType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/schema/AvroComplexType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/schema/AvroDataType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

swim-java/swim-runtime/swim-core/swim.avro/src/main/java/swim/avro/schema/AvroDoubleType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2023 Nstream, inc.
1+
// Copyright 2015-2024 Nstream, inc.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)