You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2019/02/16 09:13:31 UTC

[buildr] 09/11: Record last release

This is an automated email from the ASF dual-hosted git repository.

donaldp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildr.git

commit 01fa505d9a2f2dbe3f34c573c1e5d9acc4088fae
Author: Peter Donald <pe...@realityforge.org>
AuthorDate: Sat Feb 16 20:12:29 2019 +1100

    Record last release
---
 doap.rdf | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/doap.rdf b/doap.rdf
index c00e7e7..24c67b6 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -37,6 +37,35 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
+        <name>1.5.7</name>
+        <created>2019-02-16</created>
+        <revision>1.5.7</revision>
+        <dc:description>
+* Fixed:  The fix that allowed special characters in usernames and passwords was only partially applied
+          in the `1.5.6` release. The complete fix that correctly decoded usernames and passwords before
+          passing them to HTTP library is now been applied.
+* Change: GWT Addon: Added support for `:skip_merge_gwt_dependencies` parameter that makes it possible to
+          avoid adding GWT dependencies to the project directly and thus the associated POM. This will be
+          required to support GWT3.x and GWT2.x simultaneously as well as making it easier to manage
+          dependencies in the POMs.
+* Change: Javadoc: If the user does not supply an explicit `:sourcepath` to the doc/javadoc tool then
+          default the value to `project.compile.sources`. This will stop javadoc from scanning the classpath
+          for `*.java` files which can cause issues with projects that include `sources` classifier artifacts
+          on the classpath. This is particularly relevant for GWT based projects that include artifacts with
+          source embedded in the artifacts. This change also made it possible to remove an ugly hack in the
+          GWT addon that removed the gwt artifacts from the javadoc path.
+* Change: Drop deprecated Gem::Specification#has_rdoc= (no replacement) method. Submitted by Olle Jonsson.
+* Change: Use https protocol to access Gem metadata. Submitted by Olle Jonsson.
+* Change: Change RSpec shared_context usage to avoid warnings. Submitted by Olle Jonsson.
+* Change: Migrated source control to Apache GitBox which supports using either GitHub or GitBox as the
+          master repository.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
         <name>1.5.6</name>
         <created>2018-05-10</created>
         <revision>1.5.6</revision>