Skip to content

Commit 75242d3

Browse files
committed
Fixed #663
rebased on current 'master' incorporated review comments
1 parent 7607387 commit 75242d3

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

src/main/java/org/eclipse/yasson/internal/serializer/MapSerializer.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
@@ -14,12 +14,10 @@
1414

1515
import java.util.Map;
1616

17-
import jakarta.json.bind.serializer.JsonbSerializer;
1817
import jakarta.json.stream.JsonGenerator;
1918

2019
import org.eclipse.yasson.internal.JsonbContext;
2120
import org.eclipse.yasson.internal.SerializationContextImpl;
22-
import org.eclipse.yasson.internal.components.ComponentBindings;
2321
import org.eclipse.yasson.internal.serializer.types.TypeSerializers;
2422

2523
/**

src/main/java/org/eclipse/yasson/internal/serializer/SerializationModelCreator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2023 Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

src/main/java/org/eclipse/yasson/internal/serializer/types/TypeSerializers.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

src/test/java/org/eclipse/yasson/serializers/MapToEntriesArraySerializerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2025 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

0 commit comments

Comments
 (0)