<rwilliams[m]>
daniel_jruby_question_asker: your username is great
<daniel_jruby_que>
Looking at JavaMethod, it looks like there's code to set accessible for public methods on classes that aren't public, but that doesn't seem to catch this here?
<daniel_jruby_que>
Haha, thanks
<daniel_jruby_que>
It is descriptive
<daniel_jruby_que>
Anyway I'm encountering this issue with existing code that works with Java 8 on jruby 9.2.9.0 but fails in this way on trying to upgrade from there to Java 11
<headius[m]>
ok there is one known bug in 9.2.9 regarding such methods, but in general I expect you are encountering a package that isn't open
<headius[m]>
on Java 11 we don't attempt to circumvent Java module visibility so methods that we might have forced to be accessible before will not be accessible now
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
subbu is now known as subbu|away
shellac has quit [Ping timeout: 246 seconds]
satyanash has joined #jruby
<satyanash>
so, we just noticed a bug where arjdbc for postgresql fails to return the correct PK when insert_returning is true, but the primary key is not the first column. Have raised a draft PR with a failing test here: https://github.com/jruby/activerecord-jdbc-adapter/pull/1045/files
<satyanash>
Looks like a regression as it was discovered when trying to upgrade from Rails 4 to 5.
subbu|away is now known as subbu
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
rusk has quit [Remote host closed the connection]
<headius[m]>
Nice thanks
ur5us has joined #jruby
lucasb has quit [Quit: Connection closed for inactivity]