HaxeFoundation / HaxeFoundation/hxjava
Using deprecated API on Java 7
Open
- Dominant language
- Haxe
- Stars
- 46
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
[Date class](https://github.com/HaxeFoundation/haxe/blob/development/std/Date.hx) using deprecates. It happing when compiling with Java 7 (`1.7.0_71`).
```
/usr/bin/haxe haxelib.hxml
haxelib run hxjava hxjava_build.txt --haxe-version 3200
javac "-sourcepath" "src" "-d" "obj" "-g:none" "@cmd"
Note: src/haxe/root/Date.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Process finished with exit code 0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.