blob: c0c35c42b2adfb94b4043e4ce5c4a126e137f6ba [file] [log] [blame]
Stuart McCullochc4b3d302009-09-16 09:23:37 +00001Changes from 2.0.0 to 2.0.1
2---------------------------
3
4 * [2009-09-03] FELIX-1461: make local repository updates a bit more atomic
5 * [2009-09-03] Temporary local bnd patch for Include-Resource bug on Windows
6 * [2009-09-03] FELIX-1539: include additional source directories in local package calculation
7 * [2009-09-03] FELIX-1439: add project organization name/url properties
8 * [2009-09-03] FELIX-1501: use getProperty() instead of getProperties().getProperty()
9 * [2009-09-03] FELIX-1552: add bnd support for blueprint and spring-dm declarations
10 * [2009-09-03] FELIX-1148: apply local patch for MSHARED-101
11 * [2009-09-03] FELIX-981: avoid spurious split package warnings
12 * [2009-09-03] FELIX-1290: warn if Embed-Dependency doesn't match any dependencies
13 * [2009-09-03] FELIX-1021: remove expression from classifier parameter (ie. same as jar plugin)
14 * [2009-09-03] FELIX-1023: apply patch to add category information to OBR
15 * [2009-09-03] Upgrade to bndlib 0.0.357
16 * [2009-07-13] FELIX-1262: remove duplicate resource entries to avoid Bnd Tool error
17 * [2009-04-24] FELIX-1054: when deploying a bundle, print computed uri on the console
18
Stuart McCulloch6b4157c2009-02-16 11:22:12 +000019Changes from 1.4.3 to 2.0.0
20---------------------------
21
22 * [2009-02-16] FELIX-807,FELIX-782,FELIX-660,FELIX-549,FELIX-546,FELIX-545: Use latest version of the Bnd Tool (0.0.311)
23 * [2009-02-16] FELIX-941: store the generated default symbolicname in $(maven-symbolicname) property
24 * [2009-02-16] FELIX-912: set default Export-Package based on local source files
25 * [2009-02-16] FELIX-684: support filters in excludeDependencies, such as *;scope=runtime
26 * [2009-02-16] FELIX-684: separate out dependency filtering code so we can re-use it when excluding
27 * [2009-01-30] FELIX-806: pickup <archive> settings in bundleplugin configuration (otherwise fall back to the jarplugin settings) and enable support of the addMavenDescriptor setting
28 * [2009-01-30] FELIX-850: local fix for MSHARED-86 (should use isFile instead of exists)
29 * [2009-01-29] FELIX-899: update to latest editions of Bnd and Bindex
30 * [2009-01-29] FELIX-899: first step, widen dependency resolution and pass everything except test dependencies onto BND
31 * [2008-12-05] Additional debug to help with problem determination
32 * [2008-12-03] FELIX-760: commit latest bindex code
33 * [2008-12-03] FELIX-831,FELIX-677: update to version 0.0.295 of the Bnd tool
34 * [2008-08-27] FELIX-699: set analyzer base before loading properties in manifest goal
35
36
Stuart McCullocha82e98d2008-08-07 17:55:25 +000037Changes from 1.4.2 to 1.4.3
38---------------------------
39
Stuart McCulloch6b4157c2009-02-16 11:22:12 +000040 * [2008-08-07] FELIX-661: maven bundle plugin does not close the accessed zip/jar streams
Stuart McCullocha82e98d2008-08-07 17:55:25 +000041
Stuart McCullochea362d62008-08-05 07:02:30 +000042Changes from 1.4.1 to 1.4.2
43---------------------------
44
45 * [2008-08-03] FELIX-553: allow cleaning a remote OBR
46 * [2008-08-03] FELIX-580: Allows maven-bunde-plugin to generate a repository file outide a maven repository with absolute url
47 * [2008-07-09] FELIX-556: Filtering mechanims to <Embed-Dependency/>
48 * [2008-07-08] FELIX-547: OBR portion of the plugin balks on singular version range of [1.0.0,1.0.0].
49 * [2008-07-07] FELIX-620: manifest goal of maven-bundle-plugin ignores _include instruction
50 * [2008-05-16] FELIX-560: bundle:install and bundle:deploy goals check artifact type is "bundle" instead of using the supportedProjectTypes list
51 * [2008-05-16] FELIX-561: Use same level of Bnd in script generated by bundle:ant as in the bundleplugin itself
52
Stuart McCulloch3f38f732008-05-03 08:13:09 +000053Changes from 1.4.0 to 1.4.1
54---------------------------
55
56 * [2008-04-30] FELIX-543: add switch to prevent classifier being appended to Bundle-Version
57 * [2008-04-23] FELIX-541: allow repository.xml to reference to xsl file
58 * [2008-04-23] FELIX-531: Allow the import package scope to be set for the bundleall goal in the maven-bundle-plugin
59 * [2008-04-23] FELIX-523: Update bundleplugin to use BND 0.0.255
60 * [2008-04-01] FELIX-526: Allow a mechanism to give preference to local resources over the ones from embedded jars
61 * [2008-03-24] FELIX-519: maven-bundle-plugin should issue a WARNING for unsupported packaging types
62 * [2008-03-16] FELIX-517: Replacement of {maven-dependencies} in Include-Resource and Bundle-ClassPath can strip Windows path separators
63 * [2008-03-03] FELIX-505: maven-bundle-plugin:bundleall modifies dependencies that are already bundles
64
Stuart McCulloch4fb01eb2008-02-22 09:12:50 +000065Changes from 1.2.1 to 1.4.0
66---------------------------
67
68 * [2008-02-20] FELIX-499: Enhance "excludeDependencies" configuration parameter to also support comma-separated list of artifactIds
69 * [2008-02-20] FELIX-498: Enable javadoc deployment on OBR repository
70 * [2008-02-19] FELIX-497: Genearated Source url is not a valid url
71 * [2008-02-19] FELIX-493: maven-bundle-plugin bundle:install goal install too many artifact
72 * [2008-02-19] FELIX-247: Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers
73 * [2008-02-18] FELIX-492: Add support to classifier: enable bunlde:bundle goal to generate classified artifact
74 * [2008-02-18] FELIX-491: Merge the maven-obr-plugin and the bundleplugin into a single plugin
75
Stuart McCulloch02785b52008-02-14 14:44:25 +000076Changes from 1.2.0 to 1.2.1
77---------------------------
78
Stuart McCulloch02785b52008-02-14 14:44:25 +000079 * [2008-02-12] FELIX-477: BND: Versions with fourth section all numbers are truncated
80 * [2008-02-06] FELIX-479: add supportedProjectTypes configuration option to install goal
Stuart McCullochcfcd5542008-02-14 14:46:33 +000081 * [2008-02-02] FELIX-459: BND: allow customization of the "uses" clause in the generated Export-Package
82 * [2008-01-30] FELIX-476: Improve default Export-Package (used when no Export-Package and Private-Package is set)
83 * [2008-01-30] FELIX-462: Support removal of manifest headers added by the bundleplugin
84 * [2008-01-30] FELIX-461: Ensure manifest goal creates same manifest as bundle goal when project packaging is "bundle"
85 * [2008-01-29] FELIX-472: Embed-Dependency, Include-Resource and inline
86 * [2008-01-29] FELIX-460: Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes
87 * [2008-01-28] FELIX-457: remove PathFile class and use URIs instead
88 * [2008-01-22] FELIX-458: BND: -split-package:=merge-first behaves like merge-last
Stuart McCulloch02785b52008-02-14 14:44:25 +000089
Stuart McCulloch364beae2008-02-05 14:12:17 +000090Changes from 1.0.0 to 1.2.0
91---------------------------
92
93 * [2008-01-11] FELIX-455: need to use the Builder class instead of Analyzer, because it provides additional cleanup of version information
94 * [2008-01-10] FELIX-451: remove Include-Resource header from final bundle manifest
95 * [2008-01-10] FELIX-449: add 'excludeDependencies' option (disabled by default) to exclude all dependencies from the classpath passed to BND
96 * [2008-01-09] FELIX-442: handle custom manifest sections and external manifest files
97 * [2008-01-08] Update to bndlib 0.0.227 (disables spring xml parser by default)
98 * [2007-12-27] FELIX-442: Add manifest entries from maven-jar-plugin configuration to final bundle
99 * [2007-12-07] FELIX-433: add unpackBundle option that unpacks the bundle contents to the Maven output directory
100 * [2007-11-18] FELIX-400: add resource code to properly handle Maven includes/excludes
101 * [2007-11-01] Make Embed-StripGroup default to true, as it is much more useful than the current default
102 * [2007-10-31] FELIX-417: fix project references
103 * [2007-10-26] Better error messages (and detect difference between internal error and configuration error)
104 * [2007-10-23] FELIX 406: fix Windows path entries in Bundle-ClassPath when embedding jars
105 * [2007-10-22] FELIX-405: support custom obr repository filenames, such as foo.xml
106 * [2007-10-21] FELIX-403: replace line-breaks with spaces when using Maven project description in Bundle manifest
107 * [2007-10-19] FELIX-402: use correct manifest location when using reactor build
108 * [2007-10-19] FELIX-400: fix array out of bounds exception when the resource directory is the same as the basedir
109 * [2007-09-25] FELIX-360: various fixes to the bundleall goal
110 * [2007-09-22] FELIX-370: OBR integration work
111 * [2007-09-22] FELIX-306: be consistent and delegate all version mangling to BND library
112 * [2007-09-21] FELIX-377: support -failok directive
113 * [2007-09-21] FELIX-376: Support writing of manifest to the file system when using bundle goal
114 * [2007-09-11] FELIX-352: provide informational error message when manifest goal is run before compile phase
115 * [2007-08-26] FELIX-308: support embedding of artifacts with non-jar extension names
116 * [2007-08-24] Workaround for MNG-1682 (incorrect extension used when installing to local repository)
117 * [2007-08-23] FELIX-343: replace any instances of {maven-resources} in Include-Resource with the actual project's resource paths
118 * [2007-08-23] FELIX-308: initial implementation to support embedding dependencies
119 * [2007-08-22] FELIX-340: update classpath algorithm to match maven compilation classpath
120 * [2007-08-14] FELIX-333: remove new-lines/form-feeds from property values.
121
Karl Paulsf87ac142007-07-06 22:36:17 +0000122Changes from 0.8.0-incubator to 1.0.0
123-------------------------------------
Richard S. Hallba5ce902007-07-09 18:26:54 +0000124
Karl Paulsf87ac142007-07-06 22:36:17 +0000125* [2007-03-13] <Include-Resources> now supports JAR files in the class path,
Richard S. Hallba5ce902007-07-09 18:26:54 +0000126 not just JAR files in the project directory.
Karl Paulsf87ac142007-07-06 22:36:17 +0000127* [2007-03-15] Fixed a bug in converting Maven version numbers to OSGi version
Richard S. Hallba5ce902007-07-09 18:26:54 +0000128 numbers. (FELIX-256)
129* [2007-03-28] Added support for using BND directives in the POM file.
130 (FELIX-218)
Karl Paulsf87ac142007-07-06 22:36:17 +0000131* [2007-04-10] Added a recursive "bundleall" goal to generate OSGi bundles for
Richard S. Hallba5ce902007-07-09 18:26:54 +0000132 all dependencies and a "manifest" goal to generate just the manifest.
133 (FELIX-199)
134* [2007-04-27] Modified the plugin so that it does not run on POM projects.
135 (FELIX-269)
136* [2007-05-17] Plugin now handles null property values better. (FELIX-281)
Karl Paulsf87ac142007-07-06 22:36:17 +0000137* [2007-05-20] Renamed project directory from maven-bundle-plugin to
Richard S. Hallba5ce902007-07-09 18:26:54 +0000138 bundleplugin.
Karl Paulsf87ac142007-07-06 22:36:17 +0000139* [2007-05-20] Changed package naming.
140* [2007-05-21] Improved handling of resource copying to copy the plugin's
Richard S. Hallba5ce902007-07-09 18:26:54 +0000141 resources if specified or the standard Maven-specified resources. (FELIX-261)
142* [2007-06-13] Factored out some common code. (FELIX-304)
143* [2007-06-14] Enable output folder to be configured. (FELIX-305)
144* [2007-07-05] Added support for overriding project type. (FELIX-309)
Richard S. Hall3bc6d0b2007-07-09 17:48:07 +0000145* [2007-07-09] Updated to BND version 0.0.160.
Karl Pauls589e2b32007-07-11 18:29:29 +0000146* [2007-07-11] Fix a possible NullPointerException in the manifest goal. (FELIX-326)
147