dan1st
JCHJava Community | Help. Code. Learn.
•Created by Peter Rader on 12/24/2024 in #java-help
mvn dependency:tree skips an transitive dependency
if you do, use different names
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Peter Rader on 12/24/2024 in #java-help
mvn dependency:tree skips an transitive dependency
Do the relevant
<dependency>
blocks have anything other than group id, artifact id and version?15 replies
JCHJava Community | Help. Code. Learn.
•Created by Peter Rader on 12/24/2024 in #java-help
mvn dependency:tree skips an transitive dependency
Can you create a new project with 3 modules and copy the relevant parts?
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
yeah - I'm telling you because I noticed that there
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
IEphemeralPolicy<BBDiscordInteractionEvent<?, ?>>
means that the type parameter must be exactly BBDiscordInteractionEvent
- not any subclass and not any superclass263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
Does it expect an
IEphemeralPolicy<BBDiscordInteractionEvent<?, ?>>
but does not allow IEphemeralPolicy<SomeSubclassOfBBDiscordInteractionEvent<?, ?>>
?263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
it checks every 10min and if there are no recent messages, it marks it as "dormant"
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
it doesn't even care about deleted messages
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
I took that code from you
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
but note the comment here:
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
anyways that compiles without an annotation processor
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
yeah I didn't
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
and there was no message within 300min
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
I reopened the post without sending a message
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
bot, this is active - I'm testing
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Peter Rader on 12/24/2024 in #java-help
mvn dependency:tree skips an transitive dependency
Can you try creating a minimal reproducer?
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
for reproducing later
263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
What exactly is the signature of
BBDiscordInteractionEvent
?263 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
but it may be useful to have one of the classes extending the generated abstract class
263 replies