LUCENE-6420: Update forbiddenapis to v1.8

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-04-13 00:14:28 +00:00
parent 8332668279
commit 9bc70ac037
4 changed files with 6 additions and 6 deletions

View File

@ -159,7 +159,7 @@
<plugin> <plugin>
<groupId>de.thetaphi</groupId> <groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId> <artifactId>forbiddenapis</artifactId>
<version>1.6.1</version> <version>1.8</version>
<configuration> <configuration>
<!-- <!--
This is the default setting, we don't support too new Java versions. This is the default setting, we don't support too new Java versions.

View File

@ -104,6 +104,10 @@ Other
* LUCENE-6399: Benchmark module's QueryMaker.resetInputs should call setConfig * LUCENE-6399: Benchmark module's QueryMaker.resetInputs should call setConfig
so queries can react to property changes in new rounds. (David Smiley) so queries can react to property changes in new rounds. (David Smiley)
Build
* LUCENE-6420: Update forbiddenapis to v1.8 (Uwe Schindler)
======================= Lucene 5.1.0 ======================= ======================= Lucene 5.1.0 =======================
New Features New Features

View File

@ -2344,7 +2344,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<property name="forbidden-sysout-excludes" value=""/> <property name="forbidden-sysout-excludes" value=""/>
<target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure"> <target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.7" <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.8"
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/> inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.AntTask" classpathref="forbidden-apis.classpath"/> <taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.AntTask" classpathref="forbidden-apis.classpath"/>
<property name="forbidden-apis.loaded" value="true"/> <property name="forbidden-apis.loaded" value="true"/>

View File

@ -34,7 +34,3 @@ java.io.File#delete() @ use Files.delete for real exception, IOUtils.deleteFiles
@defaultMessage Use shuffle(List, Random) instead so that it can be reproduced @defaultMessage Use shuffle(List, Random) instead so that it can be reproduced
java.util.Collections#shuffle(java.util.List) java.util.Collections#shuffle(java.util.List)
@defaultMessage Construct MessageFormat(String pattern, String locale) and then use the format(String,Object...) method
java.text.MessageFormat#format(java.lang.String,java.lang.Object[])
java.text.MessageFormat#<init>(java.lang.String)