Will Sargent (eero)
Will Sargent (eero)
This is calling `.get(0)` for an empty array: ``` jdk.internal.util.Preconditions in outOfBounds at line 64 jdk.internal.util.Preconditions in outOfBoundsCheckIndex at line 70 jdk.internal.util.Preconditions in checkIndex at line 266 java.util.Objects in checkIndex...
https://github.com/egulias/EmailValidator4J/blob/master/src/main/java/emailvalidator4j/lexer/EmailLexer.java#L36 ``` java.util.Objects in requireNonNull at line 209 java.util.Optional in of at line 113 emailvalidator4j.lexer.EmailLexer in lex at line 36 emailvalidator4j.parser.Email in parse at line 27 emailvalidator4j.EmailValidator in isValid at...
## steps Have a very large project Use `whatDependsOn` ## problem ``` [actorcluster] $ whatDependsOn org.slf4j slf4j-api 2.0.0-alpha1 [warn] /Users/wsargen/.eero/artifactory-write.credentials not found, please add to filesystem if you wish to...
With respect to https://github.com/slick/slick/issues/2542 -- After upgrading to 3.4.1 there's still an issue when using slick-hikaricp -- HikariCP 4.x depends on SLF4J 2.x and therefore it's included transitively: * https://github.com/slick/slick/blob/v3.4.1/project/Dependencies.scala#L25...
When running the example from the docker image, the following exception prevents startup: ``` app-1 | 17:50:50.795 [main] INFO o.a.c.config.YamlConfigurationLoader - Configuration location: file:/tmp/cassandra/cassandra-server.yaml app-1 | Exception in thread "main"...
I am using javaagent 1.32.1-aws with mesmer 0.9.0 using `-Dotel.javaagent.extensions=mesmer/mesmer-otel-extension.jar` When I start the agent, I get the following stacktrace ``` Exception in thread "Thread-8" java.lang.NoClassDefFoundError: io/scalac/mesmer/core/module/Module at io.scalac.mesmer.otelextension.instrumentations.akka.stream.AkkaStreamMonitorExtension$.register(AkkaStreamMonitorExtension.scala:204) at...