BEF 1.0.2 January 2020
This patch release to 1.0.1 addresses two issues:
- Source jar attachments now work for external jar dependencies. If you navigate to a type declaration for an upstream maven jar (e.g. spring framework), BEF will now correctly locate the source jar and Eclipse JDT will now display the source code for that dependency. (Issue #17)
- Bazel workspaces that rely on implicit java test dependencies (--explicit_java_test_deps=false) will now import correctly, with BEF adding the implicit dependencies to the classpath of projects as needed (Issue #43)