<MattWelke[m]> puritylake: Are we allowed to advertise jobs? My place is hiring right now, including for Java work. Might be relevant to mention if I see someone here looking for work.
<headius> 👍
<MattWelke[m]> Sorry for the buzzkill, turns out we don't have any more Java dev roles right now. Just SRE for engineering.
<MattWelke[m]> We must have just filled them. I know we have a lot of contractors right now. Sorry about that.
subbu has quit [Quit: Leaving]
<edipofederle[m]> headius: let me know when online so we can talk about https://github.com/jruby/jruby/issues/6869. thx
subbu has joined #jruby
<headius> good morning!
<headius> edipo.federle: I am here now
<edipofederle[m]> Hi headius , so do you have some guide for me regarding this issue?
<headius> actually I don't know much at all about how to do prerelease docker images
<headius> I have looked around for a bit of information but have not found much
<headius> so that is part of the task 😀
<headius> we have the jruby/docker-jruby project which has the config for the JRuby docker images
<headius> and docker/official-images has the bits that get published to docker hub
<headius> but I don't know how to specify prerelease builds
<edipofederle[m]> right, I will take a look today to try re-sync about what I looked in the past,
<headius> sounds good
subbu has quit [Quit: Leaving]
subbu has joined #jruby
subbu has quit [Remote host closed the connection]
subbu has joined #jruby
<edipofederle[m]> Question, if I wanna to add a optional params to a method, for example, `transform_keys` I need to change more places or just at the method definition ( for example,. `@JRubyMethod(name = "transform_keys"). I tried:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/cb464c4a73e3a0fda3c0dc11ba4c55bae065e87e)
<headius> Probably need a full recompile
<headius> NoSuchMethod is only raised for code that was compiled against a method and then it went away in a later compile, probably the generated function still calling the old signature