11:02
drbobbeaty has quit [Ping timeout: 260 seconds]
11:04
drbobbeaty has joined #jruby
13:58
<
headius >
Good morning!
16:39
drbobbeaty has quit [Ping timeout: 260 seconds]
16:40
drbobbeaty has joined #jruby
16:43
drbobbeaty has quit [Read error: Connection reset by peer]
16:43
drbobbeaty has joined #jruby
17:05
<
headius >
there's a linked jruby-openssl issue by kares there that describes some possible paths forward
17:06
<
byteit101[m] >
is enebo around? I haven't seen him in awhile...
17:19
<
headius >
he's lost in parser land
17:35
<
kares[m] >
<headius> "there's a linked jruby-openssl..." <- yep - haven't had time for it yet.
17:35
<
headius >
kares: hey I just tried to mvn package jruby-openssl master and I get compile errors
17:35
<
headius >
on 8 or 11
17:36
<
headius >
I was hoping to help stub this API out and see if I can get it running
17:36
<
kares[m] >
hmm but CI is green
17:36
<
headius >
yeah weird isn't it
17:37
<
kares[m] >
CI also tries compiling under 8 and 11 as well
17:37
<
kares[m] >
guess you tried doing a clean first
17:37
<
headius >
I had some local pom.xml change, trying again
17:37
<
kares[m] >
or maybe try the ./mvnw wrapper
17:37
<
headius >
it didn't seem related but it was using an old jruby
17:37
<
kares[m] >
that;s what CI is using
17:37
<
headius >
same error locally with local maven, trying mvnw
17:38
<
headius >
are you able to build locally?
17:40
<
kares[m] >
rake jar ... works
17:41
<
headius >
doing git clean
17:41
<
headius >
rake jar also fails the same way for me during compile
17:41
<
kares[m] >
mvn clean package -Dmaven.test.skip=true also works
17:41
<
headius >
$ java -version
17:41
<
headius >
java version "1.8.0_241"
17:41
<
headius >
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
17:41
<
headius >
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
17:42
<
headius >
does it require something newer now?
17:43
<
kares[m] >
the APIs the compiler complained about are relatively new additions - to support ALPN
17:43
<
kares[m] >
but these were added in Java 8
17:44
<
headius >
I could just be way behind on all these installs
17:44
<
kares[m] >
so it seems as if your Java 8 SDK does not contain the proper javax.net classes, could that happen?
17:45
<
headius >
ok I think my zulu 17 builds
17:46
<
kares[m] >
should be there ... even if it's zulu given it should be part of Java 8 compatibility, unless you have a non compliant Java 8 😉
17:46
<
headius >
since 9 on this doc
17:46
<
headius >
weird stuff
17:48
<
headius >
well I'll do a little side project here and scrub out my old JDKs
17:50
<
kares[m] >
tried mvn on `Java version: 1.8.0_302, vendor: Azul Systems, Inc.` ... and still all good
17:50
<
kares[m] >
anyhow I am done for the day, will check-in tomorrow if you had any more issues ...
17:52
<
headius >
ok thanks
17:52
<
headius >
I just decided to wipe out all my local JDKS and grab fresh temurin builds
18:02
<
headius >
unclear exactly when it was made available, since this shows 8u41, but I see backports with numbers like 8u251 and 252 there
18:03
<
headius >
so rare for them to add APIs in a minor updated
18:03
<
headius >
fresh JDKs are working fine
18:23
<
headius >
woah... just adding the methods appears to allow gems to install, so that is net/http working fine
18:23
<
headius >
I will push a PR
18:26
<
headius >
enebo: rails install now bails out at strscan
18:26
<
headius >
getting there