felix-search-webconsole-plugin icon indicating copy to clipboard operation
felix-search-webconsole-plugin copied to clipboard

Search Web Console Plugin for Apache Felix

Results 15 felix-search-webconsole-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hello again, finally had some time to work on this project. I ended up creating a branch with a drop down for all the compilers I've discovered so far. Even...

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

jd-core seems to be a much more stable project with lots of unit testing. I added support for output line numbers (can be disabled via configuration of class printer) All...

The cfr compiler is mostly oriented towards command line executable and not really for integration with other applications. I had to add newer classes to allow capturing output into a...

https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine

instead of searching bundles using '*', changing result limit to '9999' and clicking 'assemble bundles'

enhancement

Results do not seem to take the objectClass into account when sorting the output. E.g., when searching for `ScriptProcessor` if a service does not contain `ScriptProcessor` in class name it...

One of the main reasons I come to the console is to find a bundle & its dependency (maven) version, so I can add the correct version to my project...

Thanks a lot for this great tool. :) It would be great if you could display the line numbers when showing a decompiled class.