Stuart McCulloch | a2116e9 | 2011-07-05 11:34:03 +0000 | [diff] [blame] | 1 | Changes from 2.3.4 to 2.3.5 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-1039] - Inconsistency packaging vs. type |
| 6 | * [FELIX-1571] - Bundle-ClassPath without "." while using maven-bundle-plugin in a war project confuses the plugin |
| 7 | * [FELIX-1734] - The _donotcopy is ignored |
| 8 | * [FELIX-1985] - Error when Include-Resource instruction contains duplicate paths. |
| 9 | * [FELIX-2346] - mvn bundle:clean removes all, even the existing resources |
| 10 | * [FELIX-2427] - maven site crashes |
| 11 | * [FELIX-2435] - <supportedProjectType> on a WAR file will switch the project to generate jar artifacts |
| 12 | * [FELIX-2449] - Resource filtering does not use Maven properties specified on the mvn command line via -D command line switches |
| 13 | * [FELIX-2656] - Maven-bundle-plugin identified as not thread-safe in Maven 3.0 |
| 14 | * [FELIX-2722] - With an empty organization like this <organization/>, maven bundle plugin raises a NPE. |
| 15 | * [FELIX-2765] - bundle plugin throw IllegalArgumentException while do the install |
| 16 | * [FELIX-2819] - packageinfo files in src/main/java are ignored |
| 17 | * [FELIX-2820] - Provide a default value when using <_wab/> |
| 18 | * [FELIX-2884] - The multiplicity isn't taken into account by the maven bundle plugin and bundlerepository when generating the repository xml |
| 19 | * [FELIX-2914] - Nullpointer exception on mvn install if the pom contains organization/url but not organization/name |
| 20 | * [FELIX-2934] - Bundle-ClassPath contains "." despite using _wab instruction |
| 21 | |
| 22 | ** Improvement |
| 23 | * [FELIX-1836] - Maven resource filtering support for obr.xml |
| 24 | |
| 25 | ** New Feature |
| 26 | * [FELIX-3011] - Add a new goal to save the bnd instructions that would be passed onto bnd, to allow people to use other toolchains such as bndtools |
| 27 | |
| 28 | ** Task |
| 29 | * [FELIX-344] - Generate standard maven documentation for the maven-bundle-plugin |
| 30 | |
Guillaume Nodet | 7f6c0c0 | 2011-02-02 16:50:04 +0000 | [diff] [blame] | 31 | Changes from 2.2.0 to 2.3.4 |
Guillaume Nodet | 0ef45c7 | 2011-01-31 16:11:22 +0000 | [diff] [blame] | 32 | --------------------------- |
| 33 | |
Guillaume Nodet | a4175e4 | 2011-02-02 09:21:50 +0000 | [diff] [blame] | 34 | * [2011-02-01] FELIX-2817: The maven-bundle-plugin manifest goal should honor the supportedProjectTypes configuration setting. |
Guillaume Nodet | 0ef45c7 | 2011-01-31 16:11:22 +0000 | [diff] [blame] | 35 | * [2011-01-27] FELIX-2808: maven-bundle-plugin should scan for local packages by looking for *.class files instead of *.java so that all the JVM languages can be supported. |
| 36 | * [2011-01-27] FELIX-2809: maven-bundle-plugin should automatically add "resolution:=optional" to imported packages that are in optional maven dependencies. |
| 37 | * [2011-01-29] FELIX-2811: If <Private-Package>!*</Private-Package> is defined the all packages should be exported by {local-packages} |
| 38 | * [2011-01-29] FELIX-2812: The <Embed-Dependency> filter can fail if your matching against multiple "*" artifact ids. |
| 39 | |
Stuart McCulloch | d5c2269 | 2011-01-13 14:45:46 +0000 | [diff] [blame] | 40 | Changes from 2.1.0 to 2.2.0 |
| 41 | --------------------------- |
| 42 | |
| 43 | * [2010-11-17] FELIX-2701: Add {local-packages} macro, expands to local packages in <Export-Package> instruction |
| 44 | * [2010-10-25] FELIX-2176: Update to latest bndlib (1.15.0) |
| 45 | |
Stuart McCulloch | c4b3d30 | 2009-09-16 09:23:37 +0000 | [diff] [blame] | 46 | Changes from 2.0.0 to 2.0.1 |
| 47 | --------------------------- |
| 48 | |
| 49 | * [2009-09-03] FELIX-1461: make local repository updates a bit more atomic |
| 50 | * [2009-09-03] Temporary local bnd patch for Include-Resource bug on Windows |
| 51 | * [2009-09-03] FELIX-1539: include additional source directories in local package calculation |
| 52 | * [2009-09-03] FELIX-1439: add project organization name/url properties |
| 53 | * [2009-09-03] FELIX-1501: use getProperty() instead of getProperties().getProperty() |
| 54 | * [2009-09-03] FELIX-1552: add bnd support for blueprint and spring-dm declarations |
| 55 | * [2009-09-03] FELIX-1148: apply local patch for MSHARED-101 |
| 56 | * [2009-09-03] FELIX-981: avoid spurious split package warnings |
| 57 | * [2009-09-03] FELIX-1290: warn if Embed-Dependency doesn't match any dependencies |
| 58 | * [2009-09-03] FELIX-1021: remove expression from classifier parameter (ie. same as jar plugin) |
| 59 | * [2009-09-03] FELIX-1023: apply patch to add category information to OBR |
| 60 | * [2009-09-03] Upgrade to bndlib 0.0.357 |
| 61 | * [2009-07-13] FELIX-1262: remove duplicate resource entries to avoid Bnd Tool error |
| 62 | * [2009-04-24] FELIX-1054: when deploying a bundle, print computed uri on the console |
| 63 | |
Stuart McCulloch | 6b4157c | 2009-02-16 11:22:12 +0000 | [diff] [blame] | 64 | Changes from 1.4.3 to 2.0.0 |
| 65 | --------------------------- |
| 66 | |
| 67 | * [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) |
| 68 | * [2009-02-16] FELIX-941: store the generated default symbolicname in $(maven-symbolicname) property |
| 69 | * [2009-02-16] FELIX-912: set default Export-Package based on local source files |
| 70 | * [2009-02-16] FELIX-684: support filters in excludeDependencies, such as *;scope=runtime |
| 71 | * [2009-02-16] FELIX-684: separate out dependency filtering code so we can re-use it when excluding |
| 72 | * [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 |
| 73 | * [2009-01-30] FELIX-850: local fix for MSHARED-86 (should use isFile instead of exists) |
| 74 | * [2009-01-29] FELIX-899: update to latest editions of Bnd and Bindex |
| 75 | * [2009-01-29] FELIX-899: first step, widen dependency resolution and pass everything except test dependencies onto BND |
| 76 | * [2008-12-05] Additional debug to help with problem determination |
| 77 | * [2008-12-03] FELIX-760: commit latest bindex code |
| 78 | * [2008-12-03] FELIX-831,FELIX-677: update to version 0.0.295 of the Bnd tool |
| 79 | * [2008-08-27] FELIX-699: set analyzer base before loading properties in manifest goal |
| 80 | |
| 81 | |
Stuart McCulloch | a82e98d | 2008-08-07 17:55:25 +0000 | [diff] [blame] | 82 | Changes from 1.4.2 to 1.4.3 |
| 83 | --------------------------- |
| 84 | |
Stuart McCulloch | 6b4157c | 2009-02-16 11:22:12 +0000 | [diff] [blame] | 85 | * [2008-08-07] FELIX-661: maven bundle plugin does not close the accessed zip/jar streams |
Stuart McCulloch | a82e98d | 2008-08-07 17:55:25 +0000 | [diff] [blame] | 86 | |
Stuart McCulloch | ea362d6 | 2008-08-05 07:02:30 +0000 | [diff] [blame] | 87 | Changes from 1.4.1 to 1.4.2 |
| 88 | --------------------------- |
| 89 | |
| 90 | * [2008-08-03] FELIX-553: allow cleaning a remote OBR |
| 91 | * [2008-08-03] FELIX-580: Allows maven-bunde-plugin to generate a repository file outide a maven repository with absolute url |
| 92 | * [2008-07-09] FELIX-556: Filtering mechanims to <Embed-Dependency/> |
| 93 | * [2008-07-08] FELIX-547: OBR portion of the plugin balks on singular version range of [1.0.0,1.0.0]. |
| 94 | * [2008-07-07] FELIX-620: manifest goal of maven-bundle-plugin ignores _include instruction |
| 95 | * [2008-05-16] FELIX-560: bundle:install and bundle:deploy goals check artifact type is "bundle" instead of using the supportedProjectTypes list |
| 96 | * [2008-05-16] FELIX-561: Use same level of Bnd in script generated by bundle:ant as in the bundleplugin itself |
| 97 | |
Stuart McCulloch | 3f38f73 | 2008-05-03 08:13:09 +0000 | [diff] [blame] | 98 | Changes from 1.4.0 to 1.4.1 |
| 99 | --------------------------- |
| 100 | |
| 101 | * [2008-04-30] FELIX-543: add switch to prevent classifier being appended to Bundle-Version |
| 102 | * [2008-04-23] FELIX-541: allow repository.xml to reference to xsl file |
| 103 | * [2008-04-23] FELIX-531: Allow the import package scope to be set for the bundleall goal in the maven-bundle-plugin |
| 104 | * [2008-04-23] FELIX-523: Update bundleplugin to use BND 0.0.255 |
| 105 | * [2008-04-01] FELIX-526: Allow a mechanism to give preference to local resources over the ones from embedded jars |
| 106 | * [2008-03-24] FELIX-519: maven-bundle-plugin should issue a WARNING for unsupported packaging types |
| 107 | * [2008-03-16] FELIX-517: Replacement of {maven-dependencies} in Include-Resource and Bundle-ClassPath can strip Windows path separators |
| 108 | * [2008-03-03] FELIX-505: maven-bundle-plugin:bundleall modifies dependencies that are already bundles |
| 109 | |
Stuart McCulloch | 4fb01eb | 2008-02-22 09:12:50 +0000 | [diff] [blame] | 110 | Changes from 1.2.1 to 1.4.0 |
| 111 | --------------------------- |
| 112 | |
| 113 | * [2008-02-20] FELIX-499: Enhance "excludeDependencies" configuration parameter to also support comma-separated list of artifactIds |
| 114 | * [2008-02-20] FELIX-498: Enable javadoc deployment on OBR repository |
| 115 | * [2008-02-19] FELIX-497: Genearated Source url is not a valid url |
| 116 | * [2008-02-19] FELIX-493: maven-bundle-plugin bundle:install goal install too many artifact |
| 117 | * [2008-02-19] FELIX-247: Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers |
| 118 | * [2008-02-18] FELIX-492: Add support to classifier: enable bunlde:bundle goal to generate classified artifact |
| 119 | * [2008-02-18] FELIX-491: Merge the maven-obr-plugin and the bundleplugin into a single plugin |
| 120 | |
Stuart McCulloch | 02785b5 | 2008-02-14 14:44:25 +0000 | [diff] [blame] | 121 | Changes from 1.2.0 to 1.2.1 |
| 122 | --------------------------- |
| 123 | |
Stuart McCulloch | 02785b5 | 2008-02-14 14:44:25 +0000 | [diff] [blame] | 124 | * [2008-02-12] FELIX-477: BND: Versions with fourth section all numbers are truncated |
| 125 | * [2008-02-06] FELIX-479: add supportedProjectTypes configuration option to install goal |
Stuart McCulloch | cfcd554 | 2008-02-14 14:46:33 +0000 | [diff] [blame] | 126 | * [2008-02-02] FELIX-459: BND: allow customization of the "uses" clause in the generated Export-Package |
| 127 | * [2008-01-30] FELIX-476: Improve default Export-Package (used when no Export-Package and Private-Package is set) |
| 128 | * [2008-01-30] FELIX-462: Support removal of manifest headers added by the bundleplugin |
| 129 | * [2008-01-30] FELIX-461: Ensure manifest goal creates same manifest as bundle goal when project packaging is "bundle" |
| 130 | * [2008-01-29] FELIX-472: Embed-Dependency, Include-Resource and inline |
| 131 | * [2008-01-29] FELIX-460: Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes |
| 132 | * [2008-01-28] FELIX-457: remove PathFile class and use URIs instead |
| 133 | * [2008-01-22] FELIX-458: BND: -split-package:=merge-first behaves like merge-last |
Stuart McCulloch | 02785b5 | 2008-02-14 14:44:25 +0000 | [diff] [blame] | 134 | |
Stuart McCulloch | 364beae | 2008-02-05 14:12:17 +0000 | [diff] [blame] | 135 | Changes from 1.0.0 to 1.2.0 |
| 136 | --------------------------- |
| 137 | |
| 138 | * [2008-01-11] FELIX-455: need to use the Builder class instead of Analyzer, because it provides additional cleanup of version information |
| 139 | * [2008-01-10] FELIX-451: remove Include-Resource header from final bundle manifest |
| 140 | * [2008-01-10] FELIX-449: add 'excludeDependencies' option (disabled by default) to exclude all dependencies from the classpath passed to BND |
| 141 | * [2008-01-09] FELIX-442: handle custom manifest sections and external manifest files |
| 142 | * [2008-01-08] Update to bndlib 0.0.227 (disables spring xml parser by default) |
| 143 | * [2007-12-27] FELIX-442: Add manifest entries from maven-jar-plugin configuration to final bundle |
| 144 | * [2007-12-07] FELIX-433: add unpackBundle option that unpacks the bundle contents to the Maven output directory |
| 145 | * [2007-11-18] FELIX-400: add resource code to properly handle Maven includes/excludes |
| 146 | * [2007-11-01] Make Embed-StripGroup default to true, as it is much more useful than the current default |
| 147 | * [2007-10-31] FELIX-417: fix project references |
| 148 | * [2007-10-26] Better error messages (and detect difference between internal error and configuration error) |
| 149 | * [2007-10-23] FELIX 406: fix Windows path entries in Bundle-ClassPath when embedding jars |
| 150 | * [2007-10-22] FELIX-405: support custom obr repository filenames, such as foo.xml |
| 151 | * [2007-10-21] FELIX-403: replace line-breaks with spaces when using Maven project description in Bundle manifest |
| 152 | * [2007-10-19] FELIX-402: use correct manifest location when using reactor build |
| 153 | * [2007-10-19] FELIX-400: fix array out of bounds exception when the resource directory is the same as the basedir |
| 154 | * [2007-09-25] FELIX-360: various fixes to the bundleall goal |
| 155 | * [2007-09-22] FELIX-370: OBR integration work |
| 156 | * [2007-09-22] FELIX-306: be consistent and delegate all version mangling to BND library |
| 157 | * [2007-09-21] FELIX-377: support -failok directive |
| 158 | * [2007-09-21] FELIX-376: Support writing of manifest to the file system when using bundle goal |
| 159 | * [2007-09-11] FELIX-352: provide informational error message when manifest goal is run before compile phase |
| 160 | * [2007-08-26] FELIX-308: support embedding of artifacts with non-jar extension names |
| 161 | * [2007-08-24] Workaround for MNG-1682 (incorrect extension used when installing to local repository) |
| 162 | * [2007-08-23] FELIX-343: replace any instances of {maven-resources} in Include-Resource with the actual project's resource paths |
| 163 | * [2007-08-23] FELIX-308: initial implementation to support embedding dependencies |
| 164 | * [2007-08-22] FELIX-340: update classpath algorithm to match maven compilation classpath |
| 165 | * [2007-08-14] FELIX-333: remove new-lines/form-feeds from property values. |
| 166 | |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 167 | Changes from 0.8.0-incubator to 1.0.0 |
| 168 | ------------------------------------- |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 169 | |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 170 | * [2007-03-13] <Include-Resources> now supports JAR files in the class path, |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 171 | not just JAR files in the project directory. |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 172 | * [2007-03-15] Fixed a bug in converting Maven version numbers to OSGi version |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 173 | numbers. (FELIX-256) |
| 174 | * [2007-03-28] Added support for using BND directives in the POM file. |
| 175 | (FELIX-218) |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 176 | * [2007-04-10] Added a recursive "bundleall" goal to generate OSGi bundles for |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 177 | all dependencies and a "manifest" goal to generate just the manifest. |
| 178 | (FELIX-199) |
| 179 | * [2007-04-27] Modified the plugin so that it does not run on POM projects. |
| 180 | (FELIX-269) |
| 181 | * [2007-05-17] Plugin now handles null property values better. (FELIX-281) |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 182 | * [2007-05-20] Renamed project directory from maven-bundle-plugin to |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 183 | bundleplugin. |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 184 | * [2007-05-20] Changed package naming. |
| 185 | * [2007-05-21] Improved handling of resource copying to copy the plugin's |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 186 | resources if specified or the standard Maven-specified resources. (FELIX-261) |
| 187 | * [2007-06-13] Factored out some common code. (FELIX-304) |
| 188 | * [2007-06-14] Enable output folder to be configured. (FELIX-305) |
| 189 | * [2007-07-05] Added support for overriding project type. (FELIX-309) |
Richard S. Hall | 3bc6d0b | 2007-07-09 17:48:07 +0000 | [diff] [blame] | 190 | * [2007-07-09] Updated to BND version 0.0.160. |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 191 | * [2007-07-11] Fix a possible NullPointerException in the manifest goal. (FELIX-326) |
| 192 | |