We're moving all the ANT tests to Maven, so this issue will disappear in 2.1.
Lvc@ On 9 December 2014 at 17:15, 'Curtis Mosters' via OrientDB < [email protected]> wrote: > Okay, thanks Luca, but anyway not good for newbies that just see that > warnings. > > No way to handle that or supressing it? > > Am Dienstag, 9. Dezember 2014 12:43:06 UTC+1 schrieb Lvc@: >> >> Hi Curtis, >> This is because we use Unsafe of JVM to bypass it. Don't worry about such >> warnings ;-) >> >> Lvc@ >> >> >> On 9 December 2014 at 11:56, 'Curtis Mosters' via OrientDB < >> [email protected]> wrote: >> >> I mean the compilation is successful and the release is also working >> fine. But these warning are really stressful. >> >> >> compile: >> [javac] Compiling 1 source file to C:\Users\Mr. Kwox\Desktop\orientdb >> -master >> \orientdb-master\test-commons\target\classes >> [javac] warning: [options] bootstrap class path not set in >> conjunction with >> -source 1.6 >> [javac] 1 warning >> [copy] Copying 1 file to C:\Users\Mr. Kwox\Desktop\orientdb-master\o >> rientdb >> -master\test-commons\target\classes >> >> jar: >> [jar] Building jar: C:\Users\Mr. Kwox\Desktop\orientdb-master\o >> rientdb-mas >> ter\test-commons\target\orientdb-test-commons-2.0-M3.jar >> >> install: >> >> init: >> [echo] ----------------------------------- >> [echo] -> orientdb-core >> [echo] ----------------------------------- >> [mkdir] Created dir: C:\Users\Mr. Kwox\Desktop\orientdb-master\o >> rientdb-mast >> er\core\target\classes >> >> javaCheck: >> [echo] ant.java.version=1.7 >> >> compile: >> [javac] Compiling 919 source files to C:\Users\Mr. Kwox\Desktop\ >> orientdb-mas >> ter\orientdb-master\core\target\classes >> [javac] warning: [options] bootstrap class path not set in >> conjunction with >> -source 1.6 >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\src\m >> ain\java\com\orientechnologies\common\comparator\OUnsafeByte >> ArrayComparator.java >> :29: warning: Unsafe is internal proprietary API and may be removed in a >> future >> release >> [javac] import sun.misc.Unsafe; >> [javac] ^ >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\src\m >> ain\java\com\orientechnologies\common\directmemory\OUnsafeMemory.java:28: >> warnin >> g: Unsafe is internal proprietary API and may be removed in a future >> release >> [javac] import sun.misc.Unsafe; >> [javac] ^ >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\src\m >> ain\java\com\orientechnologies\common\serialization\OUnsafeB >> inaryConverter.java: >> 29: warning: Unsafe is internal proprietary API and may be removed in a >> future r >> elease >> [javac] import sun.misc.Unsafe; >> [javac] ^ >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\src\m >> ain\java\com\orientechnologies\orient\core\OSignalHandler.java:28: >> warning: Sign >> al is internal proprietary API and may be removed in a future release >> [javac] import sun.misc.Signal; >> [javac] ^ >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\src\m >> ain\java\com\orientechnologies\orient\core\OSignalHandler.java:29: >> warning: Sign >> alHandler is internal proprietary API and may be removed in a future >> release >> [javac] import sun.misc.SignalHandler; >> [javac] ^ >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\src\m >> ain\java\com\orientechnologies\orient\core\OSignalHandler.java:32: >> warning: Sign >> alHandler is internal proprietary API and may be removed in a future >> release >> [javac] public class OSignalHandler implements SignalHandler { >> [javac] ^ >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\lib\c >> oncurrentlinkedhashmap-lru-1.4.jar(com/googlecode/concurrentlinkedhashmap >> /Concur >> rentLinkedHashMap.class): warning: Cannot find annotation method >> 'value()' in ty >> pe 'GuardedBy': class file for javax.annotation.concurrent.GuardedBy not >> found >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\lib\c >> oncurrentlinkedhashmap-lru-1.4.jar(com/googlecode/concurrentlinkedhashmap >> /Concur >> rentLinkedHashMap.class): warning: Cannot find annotation method >> 'value()' in ty >> pe 'GuardedBy' >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\lib\c >> oncurrentlinkedhashmap-lru-1.4.jar(com/googlecode/concurrentlinkedhashmap >> /Concur >> rentLinkedHashMap.class): warning: Cannot find annotation method >> 'value()' in ty >> pe 'GuardedBy' >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\lib\c >> oncurrentlinkedhashmap-lru-1.4.jar(com/googlecode/concurrentlinkedhashmap >> /Concur >> rentLinkedHashMap.class): warning: Cannot find annotation method >> 'value()' in ty >> pe 'GuardedBy' >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\lib\c >> oncurrentlinkedhashmap-lru-1.4.jar(com/googlecode/concurrentlinkedhashmap >> /Concur >> rentLinkedHashMap.class): warning: Cannot find annotation method >> 'value()' in ty >> pe 'GuardedBy' >> [javac] C:\Users\Mr. Kwox\Desktop\orientdb-master\orientdb-master\ >> core\lib\c >> oncurrentlinkedhashmap-lru-1.4.jar(com/googlecode/concurrentlinkedhashmap >> /Concur >> rentLinkedHashMap.class): warning: Cannot find annotation method >> 'value()' in ty >> pe >> >> ... > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
