Skip to content

Commit 3035d45

Browse files
committed
feat: include header
Signed-off-by: Otavio Santana <[email protected]>
1 parent 3c04ad5 commit 3035d45

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

jnosql-neo4j/src/test/java/org/eclipse/jnosql/databases/neo4j/integration/RepositoryIntegrationTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Contributors to the Eclipse Foundation
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* and Apache License v2.0 which accompanies this distribution.
@@ -21,7 +21,6 @@
2121
import org.eclipse.jnosql.databases.neo4j.mapping.Neo4JExtension;
2222
import org.eclipse.jnosql.databases.neo4j.mapping.Neo4JTemplate;
2323
import org.eclipse.jnosql.mapping.Database;
24-
import org.eclipse.jnosql.mapping.DatabaseType;
2524
import org.eclipse.jnosql.mapping.core.Converters;
2625
import org.eclipse.jnosql.mapping.core.spi.EntityMetadataExtension;
2726
import org.eclipse.jnosql.mapping.reflection.Reflections;
@@ -32,7 +31,6 @@
3231
import org.junit.jupiter.api.Test;
3332
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
3433

35-
import static java.util.UUID.randomUUID;
3634
import static org.assertj.core.api.Assertions.assertThat;
3735
import static org.eclipse.jnosql.communication.driver.IntegrationTest.MATCHES;
3836
import static org.eclipse.jnosql.communication.driver.IntegrationTest.NAMED;

jnosql-neo4j/src/test/java/org/eclipse/jnosql/databases/neo4j/integration/TemplateIntegrationTest.java

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
/*
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* and Apache License v2.0 which accompanies this distribution.
6+
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+
* and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+
*
9+
* You may elect to redistribute this code under either of these licenses.
10+
*
11+
* Contributors:
12+
*
13+
* Otavio Santana
14+
*/
115
package org.eclipse.jnosql.databases.neo4j.integration;
216

3-
417
import jakarta.inject.Inject;
518
import org.eclipse.jnosql.databases.neo4j.communication.DatabaseContainer;
619
import org.eclipse.jnosql.databases.neo4j.communication.Neo4JConfigurations;

jnosql-neo4j/src/test/java/org/eclipse/jnosql/databases/neo4j/mapping/Neo4JTemplateTest.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* and Apache License v2.0 which accompanies this distribution.
6+
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+
* and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+
*
9+
* You may elect to redistribute this code under either of these licenses.
10+
*
11+
* Contributors:
12+
*
13+
* Otavio Santana
14+
*/
115
package org.eclipse.jnosql.databases.neo4j.mapping;
216

317
import jakarta.inject.Inject;

0 commit comments

Comments
 (0)