Skip to content
Snippets Groups Projects
Commit 0ed36abc authored by Chad Leong's avatar Chad Leong :speech_balloon:
Browse files

Merge branch 'az/td-doc-update' into 'master'

Documentation JDK17

See merge request !372
parents c88aedb0 93fd04fe
No related branches found
No related tags found
1 merge request!372Documentation JDK17
Pipeline #198268 failed
......@@ -10,9 +10,9 @@ These instructions will get you a copy of the project up and running on your loc
### Prerequisites
Pre-requisites
* JDK 8 (https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html)
* JDK 17.0.7
* Maven 3.8.3 or later
* Lombok 1.16 or later
* Lombok 1.18 or later
* OSDU Instance deployed on AWS
### Service Configuration
......@@ -40,7 +40,7 @@ example:
$ mvn --version
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /usr/local/Cellar/maven/3.8.3/libexec
Java version: 1.8.0_312, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
Java version: 17.0.7, vendor: Amazon.com Inc.
...
```
......@@ -155,4 +155,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
\ No newline at end of file
limitations under the License.
......@@ -9,8 +9,8 @@ os-register-azure is a [Spring Boot](https://spring.io/projects/spring-boot) ser
In order to run this service locally, you will need the following:
- [Maven 3.6.0+](https://maven.apache.org/download.cgi)
- [AdoptOpenJDK8](https://adoptopenjdk.net/)
- [Maven 3.8.0+](https://maven.apache.org/download.cgi)
- [JDK 17](https://adoptopenjdk.net/)
### General Tips
......@@ -80,9 +80,9 @@ In order to run the service locally, you will need to have the following environ
Check that maven is installed:
```bash
$ mvn --version
Apache Maven 3.6.0
Apache Maven 3.8.0
Maven home: /usr/share/maven
Java version: 1.8.0_212, vendor: AdoptOpenJDK, runtime: /usr/lib/jvm/jdk8u212-b04/jre
Java version: 17.0.7
...
```
......
......@@ -35,8 +35,8 @@ They switch between datasources of different tenants due to the work of a bunch
### Mandatory
* Java 8
- [Maven 3.6.0+](https://maven.apache.org/download.cgi)
* Java 17
- [Maven 3.8.0+](https://maven.apache.org/download.cgi)
### for Google Cloud only
......@@ -107,9 +107,9 @@ Check that maven is installed:
```bash
$ mvn --version
Apache Maven 3.6.0
Apache Maven 3.8.0
Maven home: /usr/share/maven
Java version: 1.8.0_212, vendor: AdoptOpenJDK, runtime: /usr/lib/jvm/jdk8u212-b04/jre
Java version: 17.0.7
...
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment