File tree Expand file tree Collapse file tree
helidon-standalone-quickstart-mp
helidon-standalone-quickstart-se Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2018, 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2018, 2022 Oracle and/or its affiliates.
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.
1515#
1616
1717# 1st stage, build the app
18- FROM maven:3.6.3 -openjdk-17-slim as build
18+ FROM maven:3.8.4 -openjdk-17-slim as build
1919
2020WORKDIR /helidon
2121
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2020, 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2020, 2022 Oracle and/or its affiliates.
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.
1515#
1616
1717# 1st stage, build the app
18- FROM maven:3.6.3 -openjdk-17-slim as build
18+ FROM maven:3.8.4 -openjdk-17-slim as build
1919
2020WORKDIR /helidon
2121
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This example implements a simple Hello World REST service using MicroProfile.
44
55## Build and run
66
7- With JDK11 +
7+ With JDK17 +
88``` bash
99mvn package
1010java -jar target/helidon-quickstart-mp.jar
@@ -80,7 +80,7 @@ You can build a native executable in 2 different ways:
8080### Local build
8181
8282Download Graal VM at https://www.graalvm.org/downloads . We recommend
83- version ` 20.1 .0` or later.
83+ version ` 21.3 .0` or later.
8484
8585```
8686# Setup the environment
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018, 2021 Oracle and/or its affiliates.
2+ * Copyright (c) 2018, 2022 Oracle and/or its affiliates.
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.
@@ -25,8 +25,8 @@ version = '1.0-SNAPSHOT'
2525
2626description = """ helidon-quickstart-mp"""
2727
28- sourceCompatibility = 11
29- targetCompatibility = 11
28+ sourceCompatibility = 17
29+ targetCompatibility = 17
3030tasks. withType(JavaCompile ) {
3131 options. encoding = ' UTF-8'
3232}
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2018, 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2018, 2022 Oracle and/or its affiliates.
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.
1515#
1616
1717# 1st stage, build the app
18- FROM maven:3.6.3 -openjdk-17-slim as build
18+ FROM maven:3.8.4 -openjdk-17-slim as build
1919
2020WORKDIR /helidon
2121
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2020, 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2020, 2022 Oracle and/or its affiliates.
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.
1515#
1616
1717# 1st stage, build the app
18- FROM maven:3.6.3 -openjdk-17-slim as build
18+ FROM maven:3.8.4 -openjdk-17-slim as build
1919
2020WORKDIR /helidon
2121
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This project implements a simple Hello World REST service using Helidon SE.
44
55## Build and run
66
7- With JDK11 +
7+ With JDK17 +
88``` bash
99mvn package
1010java -jar target/helidon-quickstart-se.jar
@@ -80,7 +80,7 @@ You can build a native executable in 2 different ways:
8080### Local build
8181
8282Download Graal VM at https://www.graalvm.org/downloads . We recommend
83- version ` 20.1 .0` or later.
83+ version ` 21.3 .0` or later.
8484
8585```
8686# Setup the environment
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018, 2021 Oracle and/or its affiliates.
2+ * Copyright (c) 2018, 2022 Oracle and/or its affiliates.
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.
@@ -24,8 +24,8 @@ version = '1.0-SNAPSHOT'
2424
2525description = """ helidon-quickstart-se"""
2626
27- sourceCompatibility = 11
28- targetCompatibility = 11
27+ sourceCompatibility = 17
28+ targetCompatibility = 17
2929tasks. withType(JavaCompile ) {
3030 options. encoding = ' UTF-8'
3131}
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2018, 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2018, 2022 Oracle and/or its affiliates.
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.
1515#
1616
1717# 1st stage, build the app
18- FROM maven:3.6.3 -openjdk-17-slim as build
18+ FROM maven:3.8.4 -openjdk-17-slim as build
1919
2020WORKDIR /helidon
2121
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2020, 2021 Oracle and/or its affiliates.
2+ # Copyright (c) 2020, 2022 Oracle and/or its affiliates.
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.
1515#
1616
1717# 1st stage, build the app
18- FROM maven:3.6.3 -openjdk-17-slim as build
18+ FROM maven:3.8.4 -openjdk-17-slim as build
1919
2020WORKDIR /helidon
2121
You can’t perform that action at this time.
0 commit comments