golo-lang icon indicating copy to clipboard operation
golo-lang copied to clipboard

Create "Ready to use" built-in modules:

Open jponge opened this issue 4 years ago • 5 comments

  • http/https (Java 11?)
  • Actors
  • ...

jponge avatar Aug 28 '20 07:08 jponge

@k33g note that Golo will not be ready for Java 11, so no HTTP client.

jponge avatar Aug 28 '20 07:08 jponge

@jponge never ready for Java 11?

k33g avatar Aug 28 '20 07:08 k33g

We don't pass all tests, we get illegal reflective access warnings, etc see #504

jponge avatar Aug 28 '20 08:08 jponge

I mean, realistically most of the code works with the possible occasional warning on Java 11, but we have to stick with Java 8 until we can fix the breaking changes in Java 9+

jponge avatar Aug 28 '20 08:08 jponge

This is blocking Golo completely from being used in Java 16

gcameo avatar Apr 18 '21 11:04 gcameo