question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove ExtensionAnnotationProcessor log line?

See original GitHub issue

This line in particular is showing up in my build logs all the time. None of the other log lines in ExtensionAnnotationProcessor are printed.

This is a really minor annoyance, but it would be nice to have the log level reduced so it doesn’t print by default or have the line removed altogether.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cilkicommented, May 13, 2019

Here’s what I get from Gradle:

> Task :plugin:com.sandpolis.plugin.desktop:client:mega:compileJava
Note: class org.pf4j.processor.ExtensionAnnotationProcessor init
> Task :plugin:com.sandpolis.plugin.sysinfo:client:mega:compileJava
Note: class org.pf4j.processor.ExtensionAnnotationProcessor init
> Task :plugin:com.sandpolis.plugin.sysinfo:server:vanilla:compileJava
Note: class org.pf4j.processor.ExtensionAnnotationProcessor init
...

I forgot that I don’t actually have any extensions in these plugins yet, so that probably explains why I’m not seeing anything from process.

0reactions
decebalscommented, Apr 21, 2020

@cilki Can we close this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to get rid of Incremental annotation processing requested ...
Just add this line to you gradle.properties: kapt.incremental.apt=true.
Read more >
Delete generated by annotationProcessor class - Gradle Forums
I wrote an android library project with using dagger annotation processor, so my aar library contains some generated classes.
Read more >
How to remove .php, .html extensions with .htaccess - PlotHost
Now the Apache web server will remove .php extension from URLs. To remove .html extension use: #remove html file extension-e.g. https://example.com/file.
Read more >
Removing extensions from an exclude list - NetApp
You can remove extensions from the exclude extensions list using the fpolicy extensions exclude remove CLI command.
Read more >
Remove Extension from File Name in R (Example) - YouTube
How to get file names without extension in the R programming language.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found