You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is when attaching debugger with a running process using any shaded library. The non-shaded source code won't bind with the shaded classes that belong to the shaded packages such as
package play.shaded.ahc.io.netty.channel.nio;
...
public abstract class AbstractNioChannel extends AbstractChannel {
jhooda
changed the title
The problem is when attaching debugger with a running process using any shaded library. The non-shaded source code won't bind with the shaded classes that belong to the shaded packages such as
Source code for all shaded jars are not properly published along with the shaded jars
May 20, 2022
jhooda
changed the title
Source code for all shaded jars are not properly published along with the shaded jars
Source code for shaded jars are not properly published along with the shaded jars
May 20, 2022
The problem is when attaching debugger with a running process using any shaded library. The non-shaded source code won't bind with the shaded classes that belong to the shaded packages such as
The source code is still 266 bytes, see, https://repo1.maven.org/maven2/com/typesafe/play/shaded-asynchttpclient/2.1.3/
So any plan to correctly publish shaded sources?
A workaround in case someone needs it
Originally posted by @jhooda in #85 (comment)
The text was updated successfully, but these errors were encountered: