Skip to content

Commit 5bfcff2

Browse files
authored
Java 11 as the minimal version (helidon-io#1187)
* Java 11 as the minimal version Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Use release 8 for javadoc. Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
1 parent 1893efc commit 5bfcff2

124 files changed

Lines changed: 76 additions & 115 deletions

File tree

Some content is hidden

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

applications/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43-
<maven.compiler.source>8</maven.compiler.source>
43+
<maven.compiler.source>11</maven.compiler.source>
4444
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
45+
<maven.compiler.release>${maven.compiler.source}</maven.compiler.release>
4546
<version.plugin.compiler>3.8.1</version.plugin.compiler>
4647
<version.plugin.dependency>3.0.0</version.plugin.dependency>
4748
<version.plugin.exec>1.6.0</version.plugin.exec>

bundles/config/src/main/java9/module-info.java renamed to bundles/config/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
File renamed without changes.
File renamed without changes.
File renamed without changes.

common/common/src/main/java9/module-info.java renamed to common/common/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
File renamed without changes.
File renamed without changes.
File renamed without changes.

common/key-util/src/main/java9/module-info.java renamed to common/key-util/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)