summaryrefslogtreecommitdiffstats
path: root/maven-plugins/tags/tuscany-bundle-plugin-1.0.8/RELEASE_NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'maven-plugins/tags/tuscany-bundle-plugin-1.0.8/RELEASE_NOTES')
-rw-r--r--maven-plugins/tags/tuscany-bundle-plugin-1.0.8/RELEASE_NOTES56
1 files changed, 56 insertions, 0 deletions
diff --git a/maven-plugins/tags/tuscany-bundle-plugin-1.0.8/RELEASE_NOTES b/maven-plugins/tags/tuscany-bundle-plugin-1.0.8/RELEASE_NOTES
new file mode 100644
index 0000000000..e30b357d2f
--- /dev/null
+++ b/maven-plugins/tags/tuscany-bundle-plugin-1.0.8/RELEASE_NOTES
@@ -0,0 +1,56 @@
+Apache Tuscany Maven Bundle Plugin 1.0.8 Release Notes
+======================================================
+
+- TUSCANY-3861: Rename bundle plugin to be tuscany-bundle-plugin to conform to Maven naming.
+
+Apache Tuscany Maven Bundle Plugin 1.0.7 Release Notes
+======================================================
+
+- changes to generate metadata for extensions.
+
+Apache Tuscany Maven Bundle Plugin 1.0.6 Release Notes
+======================================================
+
+- TUSCANY-3457: maven-bundle-plugin filtering manually specified manifests
+- Add new goal so that we can generate a single OSGi bundle from the modules
+
+Apache Tuscany Maven Bundle Plugin 1.0.5 Release Notes
+======================================================
+
+- Filter out system packages in export from non-bundle jars such as xerces, xalan or saxon to avoid package conflicts.
+ This now means Tuscany can be used with Apache Felix
+
+Apache Tuscany Maven Bundle Plugin 1.0.4 Release Notes
+======================================================
+
+- Add compile dependencies to the .classpath file if it doesn't supply any packages to the OSGi import. This maks this plugin more closer to the mvn eclipse:eclipse behavior.
+- Exclude the project itself from the resolution so that it can be built offline
+- Add support to include different versions of 3rd party jars into the distribution if it is omitted by a lower version in maven
+- Check the partial attr to decide if the bundle needs to be required
+- Don't generate Import-Package header for the 3rd party jars so that either local package is used if there are split packages
+- Add the option to generate a gateway bundle that aggregates split packages and export them
+- Fix svn:eol-style and svn:keywords properties for java/xml files
+- Add import statement for the generated MF
+- Upgrade to Equinox 3.5
+
+Apache Tuscany Maven Bundle Plugin 1.0.3 Release Notes
+======================================================
+
+Apache Tuscany Maven Bundle Plugin 1.0.2 Release Notes
+======================================================
+
+Apache Tuscany Maven Bundle Plugin 1.0.1 Release Notes
+======================================================
+
+TUSCANY-2877: Introducing a generic Eclipse-BuddyPolicy header for the bundles generated from dependent artifacts would be helpful
+TUSCANY-2876: In artifact aggrations, artifactMemebers is misspelled and may lead to error prone configurations
+TUSCANY-2873: Wrapping of non-OSGi components creates versions that may makes no-sense
+TUSCANY-2872: Maven Bundle Plugin throws NPE when a dependent non-OSGI jar has no manifest
+r747530: Use the equinox as the osgi dependency
+
+
+
+Apache Tuscany Maven Bundle Plugin 1.0 Release Notes
+====================================================
+
+Initial release