From 9480db3e916164e488e15dbd39e9d6cf045b7974 Mon Sep 17 00:00:00 2001 From: gazzbert Date: Tue, 21 Aug 2018 15:10:24 +0100 Subject: [PATCH] Fixed minor typo in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 87e1b3a..d63d580 100644 --- a/README.adoc +++ b/README.adoc @@ -78,7 +78,7 @@ WARNING: Use --illegal-access=warn to enable warnings of further illegal reflect WARNING: All illegal access operations will be denied in a future release ``` -You can switch this off by adding `-illegal-access=deny` to the command line (the default in Java 10 is `permit`). Here's a https://jira.spring.io/browse/SPR-15859[Spring JIRA issue] tracking changes related to this warning. You can also use Spring Boot 2.1.0 (currently in snapshots), which pulls in Spring 5.1.0 and then the warning will go away. +You can switch this off by adding `--illegal-access=deny` to the command line (the default in Java 10 is `permit`). Here's a https://jira.spring.io/browse/SPR-15859[Spring JIRA issue] tracking changes related to this warning. You can also use Spring Boot 2.1.0 (currently in snapshots), which pulls in Spring 5.1.0 and then the warning will go away. == Run Using an Explicit Classpath