This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d337d0  Enable building on JDK17 (bump source to 1.8 in 
web.client.rest and profiler.j2ee)
     new 1b27f3b  Merge pull request #3482 from 
matthiasblaesing/enable_building_jdk17
2d337d0 is described below

commit 2d337d02c4bb6b8e6e4d1da1c8e9f171b6ad72fe
Author: Matthias Bläsing <mblaes...@doppel-helix.eu>
AuthorDate: Thu Jan 20 20:35:23 2022 +0100

    Enable building on JDK17 (bump source to 1.8 in web.client.rest and 
profiler.j2ee)
---
 enterprise/profiler.j2ee/nbproject/project.properties   | 2 +-
 enterprise/web.client.rest/nbproject/project.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/enterprise/profiler.j2ee/nbproject/project.properties 
b/enterprise/profiler.j2ee/nbproject/project.properties
index be3c351..b19cd08 100644
--- a/enterprise/profiler.j2ee/nbproject/project.properties
+++ b/enterprise/profiler.j2ee/nbproject/project.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 is.eager=true
-javac.source=1.6
+javac.source=1.8
 requires.nb.javac=true
 
 test-unit-sys-prop.java.awt.headless=true
diff --git a/enterprise/web.client.rest/nbproject/project.properties 
b/enterprise/web.client.rest/nbproject/project.properties
index a1d3d63..c9c500b 100644
--- a/enterprise/web.client.rest/nbproject/project.properties
+++ b/enterprise/web.client.rest/nbproject/project.properties
@@ -14,6 +14,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-javac.source=1.6
+javac.source=1.8
 javac.compilerargs=-Xlint -Xlint:-serial
 requires.nb.javac=true
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to