You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/11/02 22:51:57 UTC

[1/3] isis git commit: ISIS-1226: removing unused local

Repository: isis
Updated Branches:
  refs/heads/master c8a61af62 -> 9c68494db


ISIS-1226: removing unused local


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/fa4dccd8
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/fa4dccd8
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/fa4dccd8

Branch: refs/heads/master
Commit: fa4dccd8a42b0a3f54b4de0ec034b68411996e81
Parents: c8a61af
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 2 18:50:55 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 18:50:55 2015 +0000

----------------------------------------------------------------------
 .../wicket/viewer/integration/wicket/WebRequestCycleForIsis.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/fa4dccd8/core/viewer-wicket-impl/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/wicket/WebRequestCycleForIsis.java
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-impl/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/wicket/WebRequestCycleForIsis.java b/core/viewer-wicket-impl/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/wicket/WebRequestCycleForIsis.java
index c9297c1..5d3c735 100644
--- a/core/viewer-wicket-impl/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/wicket/WebRequestCycleForIsis.java
+++ b/core/viewer-wicket-impl/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/wicket/WebRequestCycleForIsis.java
@@ -99,8 +99,6 @@ public class WebRequestCycleForIsis extends AbstractRequestCycleListener {
             LOG.debug("onRequestHandlerExecuted: handler: " + handler);
         }
 
-        final AuthenticatedWebSessionForIsis authenticatedWebSessionForIsis = AuthenticatedWebSessionForIsis.get();
-
         final IsisSession session = getIsisContext().getSessionInstance();
         if (session != null) {
             try {


[3/3] isis git commit: ISIS-1195: minor fix to release docs

Posted by da...@apache.org.
ISIS-1195: minor fix to release docs


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/9c68494d
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/9c68494d
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/9c68494d

Branch: refs/heads/master
Commit: 9c68494dbf52f5e76231155390ae49abdf406d99
Parents: a4c4034
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Oct 26 12:43:25 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 19:20:54 2015 +0000

----------------------------------------------------------------------
 .../main/asciidoc/guides/_cg_committers_cutting-a-release.adoc   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9c68494d/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
index 774a2e7..a19b1d8 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
@@ -625,8 +625,8 @@ and also push tags for both core and the archetype:
 
 [source]
 ----
-git push origin refs/tags/isis-$ISISREL-$ISISRC:refs/tags/isis-$ISISREL-$ISISRC
-git push origin refs/tags/simpleapp-archetype-$ISISREL-$ISISRC:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
+git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
+git push origin refs/tags/simpleapp-archetype-$ISISREL:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
 git fetch
 ----
 


[2/3] isis git commit: ISIS-1195: fixes to release docs

Posted by da...@apache.org.
ISIS-1195: fixes to release docs


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a4c4034e
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a4c4034e
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a4c4034e

Branch: refs/heads/master
Commit: a4c4034eda12a5f570e54cc39b5d911451cdc2fc
Parents: fa4dccd
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 2 19:20:36 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 19:20:36 2015 +0000

----------------------------------------------------------------------
 .../_cg_committers_post-release-unsuccessful.adoc     | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a4c4034e/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
index 2bd29a4..65fc596 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
@@ -52,23 +52,27 @@ Tidy up remote branches in the git repo:
 +
 [source,bash]
 ----
-git push origin –delete isis-1.9.0 # $ISISART-$SISREL
+git push --delete origin release-1.10.0-RC1
 ----
 
 
-* delete the remote origin server's tag, for example: +
+* delete the remote origin server's tags, for example: +
 +
 [source,bash]
 ----
-git push origin –delete refs/tags/isis-1.9.0-RC1
+git push --delete origin isis-1.10.0-RC1
+git push --delete origin simpleapp-archetype-1.10.0-RC1
 ----
 
 
-* delete the tag that was created locally, for example: +
+* delete the tags that were created locally, for example: +
 +
 [source,bash]
 ----
-git tag -d isis-1.9.0 # $ISISART-$SISREL
+git tag -d isis-1.10.0
+git tag -d isis-1.10.0-RC1
+git tag -d simpleapp-archetype-1.10.0
+git tag -d simpleapp-archetype-1.10.0-RC1
 ----