summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11649 from ↵Henning Baldersheim2020-01-061-22/+22
|\ | | | | | | | | vespa-engine/bjorncs/apache-commons-libraries-cleanup Bjorncs/apache commons libraries cleanup
| * Remove use of apache commons libraries in bundle-pluginBjørn Christian Seime2020-01-031-22/+22
| |
* | Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|/
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-234-29/+62
|
* Revert "Gjoranv/artifact version for exports4"Harald Musum2019-10-234-62/+29
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-234-29/+62
|
* Revert "Gjoranv/artifact version for exports3"gjoranv2019-10-234-62/+29
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-224-29/+62
|
* Revert "Gjoranv/artifact version for exports2"gjoranv2019-10-224-62/+29
|
* Add option to use artifact version as ExportPackage versiongjoranv2019-10-194-29/+62
|
* Improve warning for overlapping packagesgjoranv2019-09-261-2/+2
|
* Remove unused and unsupported plugin parametersgjoranv2019-09-241-8/+0
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Make the regex possessive, to avoid potential exponential backtracking behaviourJon Marius Venstad2019-09-061-1/+1
|
* Allow inner regex alternative of length > 1Jon Marius Venstad2019-09-061-1/+1
|
* Add copyright notice to new filegjoranv2019-07-181-0/+1
|
* Warn on project classes using packages from provided jars.gjoranv2019-07-171-14/+25
|
* Log embedded packages that are presumably unnecessarygjoranv2019-07-173-11/+41
| | | | | | (included in both compile scoped jars and provided jars) * Add methods and refactor to facilitate this feature.
* minor: refactoring and commentsgjoranv2019-07-171-4/+7
|
* Add test for PackageTally.referencedPackagesMissingFromgjoranv2019-07-172-1/+26
|
* Ignore 'com.yahoo.api.annotations' from missing packages.gjoranv2019-07-171-0/+1
|
* Extract method for debug logging package sets.gjoranv2019-07-171-6/+10
|
* Move method for detecting missing packages to PackageTallygjoranv2019-07-172-8/+15
|
* Log missing packages only if jdisc_core is provided.gjoranv2019-07-171-15/+23
| | | | | + Log warning if jdisc_core is _not_ provided. + Extract method for finding set diff and "java." filtering.
* WIP: Log missing packages.gjoranv2019-07-172-4/+77
| | | | TODO: clean up, but don't remove JdkPackages until final commit
* Declare constructor private.gjoranv2019-07-171-1/+1
|
* Improve formatting.gjoranv2019-07-163-6/+11
|
* Remove unused function.gjoranv2019-07-161-3/+0
|
* Rename vars and a function for clarity, and simplify.gjoranv2019-07-161-12/+10
|
* Remove unnecessary set of packages.gjoranv2019-07-161-6/+2
|
* Add comments and a static importgjoranv2019-07-161-1/+7
|
* Add class commentgjoranv2019-07-161-0/+3
|
* minor: simplify with not-operator and remove exception not throwngjoranv2019-07-161-7/+7
|
* minor: remove unnecessary public modifiersgjoranv2019-07-161-7/+7
|
* Upgrade asm to 7 and use Opcodes.ASM7gjoranv2019-01-215-6/+6
|
* A few more updates to 7-SNAPSHOT.Arnstein Ressem2019-01-211-3/+3
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove Vespa 7 TODO that is unfeasible.gjoranv2019-01-211-1/+1
|
* Ignore test to verify no stackoverflow error is thrown.gjoranv2018-11-021-0/+3
| | | | | | - MAVEN_OPTS are not propagated by surefire plugin. - Note that this problem may have existed a long time, but just recently was exposed by enabling tests in bootstrap.sh.
* Fix hamcrest type inference issues on JDK 9+gjoranv2018-09-211-4/+9
|
* Rename config param to attach bundle artifactgjoranv2018-08-241-2/+2
| | | | .. to better follow maven convention and terminology.
* Add option to attach the bundle to the artifact.gjoranv2018-07-231-0/+18
|
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-0517-17/+17
|
* Add TODO to add groupId to Bundle-SymbolicNamegjoranv2018-07-031-0/+1
|
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-1370-1925/+3057
|
* Java 9: Do not analyze module-info.classgjoranv2018-06-062-3/+9
| | | | | + Guard against null internalClassName. (occurred when module-info.class was visited)
* Java 9: Use Opcodes.ASM6gjoranv2018-06-064-6/+6
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-13/+4
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.