Caer

Results 17 comments of Caer

@jonnermut Yes, it can be used on the branch with a manual build so long as you update it with master. The conflicts are minor (just a gitignore).

@aschrijver Only time and, more critically, any decisions regarding the direction that J2V8 itself wants to take. It's likely that this PR will become it's own project; it's proven itself...

This feature has now been extracted from the V8 repository and included in a stand-alone project here: https://github.com/alicorn-systems/v8-adapter. Note that the new project has its own Maven coordinates and is...

@AlexTrotsenko If JSR 223 support is a pressing need and this repository does not want to incorporate it (which may be the cases since they want to prevent too much...

Sounds good @AlexTrotsenko. The V8 adapter was actually created around the same time as the J2V8-classes project...fun fact! My [latest commit](https://github.com/alicorn-systems/v8-adapter/commit/359980864fd9ff3e2d4a0b30d85abd888a0b9c23) to the repo adds simple support for JSR-223; feel...

Hey @AlexTrotsenko, While developing http://alicorn.io and https://github.com/alicorn-systems/v8-adapter, I had a similar issue with supporting multiple build environments. On the desktop, my solution was to use Maven profiles; for each platform,...