<GitHub16>
[jruby] seanguo opened issue #4791: Question about code caching in 1.7.27 https://git.io/v5Nbc
m4rCsi has quit [*.net *.split]
knowtheory has quit [*.net *.split]
hoodow has quit [*.net *.split]
fidothe has quit [*.net *.split]
electrical has quit [*.net *.split]
bruceadams has quit [*.net *.split]
andrewvc has quit [*.net *.split]
andrewvc has joined #jruby
fidothe has joined #jruby
electrical has joined #jruby
bruceadams has joined #jruby
knowtheory has joined #jruby
temporalfox has joined #jruby
swills has quit [Ping timeout: 252 seconds]
hoodow has joined #jruby
m4rCsi has joined #jruby
swills has joined #jruby
swills has joined #jruby
swills has quit [Changing host]
swills has quit [Ping timeout: 246 seconds]
swills has joined #jruby
swills has joined #jruby
swills has quit [Changing host]
swills has quit [Ping timeout: 264 seconds]
swills has joined #jruby
swills has joined #jruby
swills has quit [Changing host]
swills has quit [Ping timeout: 240 seconds]
akp has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
swills has joined #jruby
swills has quit [Changing host]
swills has joined #jruby
eugenmayer has joined #jruby
<eugenmayer>
good morning. I am running a rails app with jruby and now want to add a either spring-boot companion to it to start a transition from rails to spring boot. I though about having both running, and making deep calls from jruby into the spring boot application, which has also DB access an all those kind of things, but grows and grows during that time
<eugenmayer>
i am not sure what i am thinking of is even possible. I am aware that i can create a jar which i can use as a library in the jruby rails application, but could i also start a springboot app?
<eugenmayer>
(not sure my phrasing is completely off here)