Uploaded image for project: 'AppFormer'
  1. AppFormer
  2. AF-1839

Package Name White List should contain Projects default package

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • None
    • None
    • 2019 Week 08-10, 2019 Week 11-13
    • Hide
      1. Create a sample project
      2. Add a dependency, eg:
        'org.quartz-scheduler:quartz:2.2.3'
      3. Package white list is set to 'None'
      4. If you clone the project and check PNWL, it is empty

      => Despite the setting in the UI, this will result in a lot of ClassVerifier WARN messages, slowing down the project build.

      Show
      Create a sample project Add a dependency, eg: 'org.quartz-scheduler:quartz:2.2.3' Package white list is set to 'None' If you clone the project and check PNWL, it is empty => Despite the setting in the UI, this will result in a lot of ClassVerifier WARN messages, slowing down the project build.
    • Hide

      Create a default entry in the package-names-white-list file:

      $ echo 'com.sample.**' > package-names-white-list
      $ git commit -m 'Define PNWL' package-names-white-list
      $ git push --force
      
      Show
      Create a default entry in the package-names-white-list file: $ echo 'com.sample.**' > package-names-white-list $ git commit -m 'Define PNWL' package-names-white-list $ git push --force
    • NEW
    • NEW

    Description

      Platform issue for AF-1830

      When adding a third party dependency and setting the white list property to "None", then those classes should not be scanned.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-wsiqueir William Siqueira
              eignatow Eder Ignatowicz
              Lukáš Petrovický Lukáš Petrovický (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: