aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Convert bundle-plugin to junit5Bjørn Christian Seime2022-07-299-108/+109
|
* Add test for multipel scopesjonmv2022-06-141-5/+26
|
* Handle multiple artifacts with different classifiersjonmv2022-06-144-18/+19
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add 'SPI-Provider'/'SPI-Consumer' to bundle-plugin manifest MOJOsBjørn Christian Seime2022-06-081-1/+8
|
* Test new language features from Java 11 to 17gjoranv2022-06-083-0/+65
| | | | - Records, switch statements and pattern matching for instanceof.
* JDK 17: Use Opcodes.ASM9 for bundle-plugingjoranv2022-06-085-6/+6
|
* only visible annotations are needed at runtime.Arne H Juul2022-05-235-1/+37
|
* Remove redundant "require_that_" from test names.gjoranv2022-05-112-31/+31
|
* Improve test namegjoranv2022-05-111-1/+1
|
* Handle null parentVersion properlyjonmv2022-04-261-0/+1
|
* Detect classes with test annotations when generating test bundlejonmv2022-04-251-12/+28
|
* Fix and clean up deps for maven plugins.gjoranv2022-04-221-0/+15
| | | | | | | | | | | | | - Set scope to provided to silence error messages from maven-plugin-plugin >=3.6.2 Example: Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set '<scope>provided</scope>' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-settings:jar:3.8.5:compile
* Add version management for maven-archiver in parent.gjoranv2022-04-221-1/+0
|
* Upgrade maven dependencies and plugins.gjoranv2022-04-221-1/+0
|
* Add missing guava dependency, probably removed by mistake earlier.gjoranv2022-04-211-0/+4
|
* Upgrade dependencies and improve error message on unexpected artifactBjørn Christian Seime2022-04-052-3/+6
|
* Import types referenced in lambdasJon Bratseth2022-02-0113-12/+64
|
* bundle-plugin creates reproducible archivesOla Aunrønning2022-01-202-1/+2
|
* Add deprecation suppressionHenning Baldersheim2021-12-211-0/+1
|
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-1910-238/+145
|
* Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
|
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-0729-29/+29
|
* Update 2017 copyright notices.gjoranv2021-10-0723-23/+23
|
* Remove the GenerateBundleClassPathMappingsMojo and tests.gjoranv2021-07-142-196/+0
|
* Stop generating the classpath mappings file.gjoranv2021-07-071-2/+1
| | | | | - It was only used for testing Jersey resources in the application test framework.
* Revert "Stop creating the classpath mappings file."Harald Musum2021-07-061-1/+2
|
* Stop creating the classpath mappings file.gjoranv2021-07-061-2/+1
| | | | | - It was only used for testing Jersey resources in the application test framework.
* Fix incorrect method name.gjoranv2021-04-121-2/+2
|
* Allow container-disc to embed the 'component' artifactgjoranv2021-04-121-2/+7
| | | | | .. to allow deploying it as part of container-disc, instead of a separate bundle.
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-8/+3
|
* Fix incorrect method name.gjoranv2021-04-021-2/+2
|
* Allow container-disc to embed the 'component' artifactgjoranv2021-04-021-2/+7
| | | | | .. to allow deploying it as part of container-disc, instead of a separate bundle.
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-1/+1
|
* Emphasize that preinstalling bundles is a legacy thing.gjoranv2020-07-171-3/+3
| | | | | - A bundle should depend on apis, not implementations, and definitely not implementations on a specific location on local disk.
* Move helper classes from 'mojo' to 'util'Bjørn Christian Seime2020-07-089-22/+29
|
* Only apply scope overrides on test scope dependenciesBjørn Christian Seime2020-07-082-52/+78
| | | | Split original unit test into multiple test methods
* Fail if the 'discPreinstallBundle' config parameter is usedgjoranv2020-07-071-0/+6
| | | | .. unless the new option 'buildVespaPlatformBundle' is set to true.
* Remove unused class.gjoranv2020-07-071-40/+0
|
* Redesign dependency scopes are handled when constructing a test bundleBjørn Christian Seime2020-07-067-157/+246
| | | | | Introduce concept of translating dependency scopes. Change test bundle config in bundle-plugin to take a list of overrides for dependency scopes.
* use more descriptive namesArne Juul2020-07-061-3/+3
|
* Fail the build if the 'component' artifact is embedded.gjoranv2020-07-031-6/+5
| | | | + Improve the error message.
* Warn when the 'component' artifact is embedded in the bundle.gjoranv2020-07-011-0/+18
| | | | | | - Embedding it may cause resource leaks in the container runtime because the framework will not be able to identify user components that extend AbstractComponent.
* Remove Mockito usageBjørn Christian Seime2020-06-252-11/+4
|
* Implement goal for assembling test bundlesBjørn Christian Seime2020-06-243-94/+147
| | | | | | | Introduce an abstract class containing behaviour that is shared with existing bundle assemble goal. Add abstract
* Implement goal for generating OSGi manifest for test bundlesBjørn Christian Seime2020-06-243-207/+305
| | | | | Introduce an abstract class containing behaviour that is shared with existing manifest goal.
* Add helper class for test bundlesBjørn Christian Seime2020-06-241-0/+25
|
* Introduce concept of 'test provided' scoped dependenciesBjørn Christian Seime2020-06-244-5/+161
| | | | | | 'Test provided' dependencies are treated as 'provided' scoped dependencies when building a test bundle. Other 'test' scoped dependencies are bundled as 'compile'.
* Remove all traces of global packages and rename public -> exportedgjoranv2020-06-224-79/+36
| | | | | - The Global-Package header was unused. - "public" used to mean global + exported packages