CCM NG: Code conventions page now states Java 8 as target language.

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4232 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2016-08-30 11:41:33 +00:00
parent e6b3630786
commit 35717d2a9b
1 changed files with 3 additions and 5 deletions

View File

@ -12,9 +12,7 @@ LibreCCM Code Conventions
* Target language and platform
The target language of the project is Java 7. At the moment we can't
rely on the availability of Java 8 on the systems our users want to install
LibreCCM. LibreCCM also uses the
The target language of the project is Java 8. LibreCCM also uses the
{{{http://www.jcp.org/en/jsr/detail?id=342}Java EE 7 platform}}. In
particular LibreCCM makes heavy use of the following APIs from the
Java EE 7 standard:
@ -28,7 +26,7 @@ LibreCCM Code Conventions
[]
In consequence LibreCCM requires a Java EE compatible application server
to like {{{http://wildfly.org/}Wildfly 8}} to run. We will stay as close to
to like {{{http://wildfly.org/}Wildfly}} to run. We will stay as close to
the standard as possible, but in some cases we will enforce a specific
implementation.
@ -116,7 +114,7 @@ LibreCCM Code Conventions
</dependency>
-------------------------------------------------------------------------------
The scope here is <<<provided>>> because to necessary JAR file has already
The scope here is <<<provided>>> because the necessary JAR file has already
been added due to the use of the FindBugs Maven plugin.
For PMD the standard annotation <<<@SuppressWarnings>>> can be used: