Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression in Open Type Hierarchy #5255

Merged
merged 3 commits into from May 19, 2022
Merged

Commits on May 13, 2022

  1. bndlib.tests: Fixes to use temp dir for temp files

    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed May 13, 2022
    Copy the full SHA
    1a3c34e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. utf8properties: Fix store(File) which did not remove leading comment

    Also other fixes to clean up store implementation.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed May 18, 2022
    Copy the full SHA
    b914286 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. bndtools container: Address regression in Open Type Hierarch\y

    The JDT type hierarchy search does not work properly when a
    source folder is not-accessible following by a binary jar which is.
    This caused types in the jar to be missing from the hierarchy result.
    
    So we add back the `source=project` -buildpath clause option. The
    value `project` is the default. So saying `source=none` on a -buildpath
    entry, will cause Bndtools to mark the source project as discouraged
    to force the compiler to use the classes in the generated jar.
    
    Fixes bndtools#5250
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed May 19, 2022
    Copy the full SHA
    9911193 View commit details
    Browse the repository at this point in the history