Demyan Kimitsa
Demyan Kimitsa
@jonatino java11 introduced [JEP 181: Nest-Based Access Control](https://openjdk.java.net/jeps/181) and it doesn't generate accessor bridges for private fields anymore. Playing with adding basic nest-based AC support to RoboVM -- probably for...
as stated in the docs above -- its available only on MacOSX
yep you can create console app for MacOSX. but there is no support for MaxOSX application target and bindings for it. for your personal purpose you might consider an option...
hi, already have answered over the [gitter](https://gitter.im/MobiVM/robovm?at=625bc29d0909252318790447) and will copy here: have tested sample you have provided: ``` String badZip = NSBundle.getMainBundle().findResourcePath("bad", "zip"); ZipFile zf = new ZipFile(new File(badZip)); try...
there is bug that doesn't allow to pickup any simulator that contains '-' in name. the fix is PR #273 PS: after the fix you should use simulator name as...
hi, indeed if there is no exact version, logic will try another regex template. in your case its going down to 13.* pattern. And all 13.1, 13.5 and 13.7 match...
#485 solves one case of memory wasting
its better late than never: the fix #650 #651
@cperez-infoboy hi, are you building master ? are you building with build.sh ? just checked out master and was able to build and tests passed. Running org.robovm.compiler.AppCompilerTest Tests run: 5,...
there are some amount of vulnerabilities present but it is it is not always these can be used against client. For example heartbleed can be used in this scenario by...