svn commit: r1491523 - /deltaspike/site/trunk/content/news.mdtext

2013-06-10 Thread johndament
Author: johndament Date: Mon Jun 10 16:21:08 2013 New Revision: 1491523 URL: http://svn.apache.org/r1491523 Log: Added recent news to the site. Modified: deltaspike/site/trunk/content/news.mdtext Modified: deltaspike/site/trunk/content/news.mdtext URL: http://svn.apache.org/viewvc

svn commit: r865163 - /websites/production/deltaspike/content/

2013-06-10 Thread johndament
Author: johndament Date: Mon Jun 10 16:28:27 2013 New Revision: 865163 Log: Added recent news. Added: websites/production/deltaspike/content/ - copied from r865162, websites/staging/deltaspike/trunk/content/

git commit: Fixed license header as well as an issue with optional instances.

2013-06-13 Thread johndament
Updated Branches: refs/heads/master b1fe60612 - c14988763 Fixed license header as well as an issue with optional instances. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/c1498876 Tree:

[2/3] git commit: DELTASPIKE-387 Renamed package.

2013-06-23 Thread johndament
DELTASPIKE-387 Renamed package. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/c4d5975f Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/c4d5975f Diff:

git commit: DELTASPIKE-427 Leverage the null check better so that the message is at least logged.

2013-10-13 Thread johndament
Updated Branches: refs/heads/master b209f589a - 38b99026b DELTASPIKE-427 Leverage the null check better so that the message is at least logged. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/38b99026 Tree:

[1/2] git commit: DELTASPIKE-429 Remove unused property.

2013-10-20 Thread johndament
Updated Branches: refs/heads/master 709f1edf5 - c1c3fa353 DELTASPIKE-429 Remove unused property. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/fe5fca48 Tree:

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/deltaspike

2013-10-20 Thread johndament
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/deltaspike Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/c1c3fa35 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/c1c3fa35 Diff:

svn commit: r889622 - /websites/production/deltaspike/content/

2013-12-08 Thread johndament
Author: johndament Date: Sun Dec 8 20:47:56 2013 New Revision: 889622 Log: Fixed copyright footer. Added: websites/production/deltaspike/content/ - copied from r889621, websites/staging/deltaspike/trunk/content/

[2/3] git commit: DELTASPIKE-263 Added a distribution profile.

2013-12-14 Thread johndament
DELTASPIKE-263 Added a distribution profile. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/45d84dc4 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/45d84dc4 Diff:

[3/3] git commit: DELTASPIKE-467 Added module.xml files and updated assembly to reflect this.

2013-12-14 Thread johndament
DELTASPIKE-467 Added module.xml files and updated assembly to reflect this. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7f14a66a Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7f14a66a Diff:

[1/3] git commit: DELTASPIKE-263 Added a full distribution of DeltaSpike binaries in zip and tar.gz formats.

2013-12-14 Thread johndament
Updated Branches: refs/heads/master fc25a1722 - 7f14a66a3 DELTASPIKE-263 Added a full distribution of DeltaSpike binaries in zip and tar.gz formats. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/ff18da53

git commit: DELTASPIKE-399 Added code to read resources.

2013-12-15 Thread johndament
capability to find a resource. + * + * @author johndament + */ +public interface ExternalResourceProvider +{ + +InputStream readStream(final ExternalResource externalResource, final InjectionPoint injectionPoint); + +int getPriority(); + +} http://git-wip-us.apache.org/repos/asf/deltaspike

svn commit: r1551104 - /deltaspike/site/trunk/content/core.mdtext

2013-12-15 Thread johndament
Author: johndament Date: Mon Dec 16 02:00:20 2013 New Revision: 1551104 URL: http://svn.apache.org/r1551104 Log: Added information on ExternalResources. Modified: deltaspike/site/trunk/content/core.mdtext Modified: deltaspike/site/trunk/content/core.mdtext URL: http://svn.apache.org/viewvc

svn commit: r890486 - /websites/production/deltaspike/content/

2013-12-15 Thread johndament
Author: johndament Date: Mon Dec 16 02:02:19 2013 New Revision: 890486 Log: Added external resources. Added: websites/production/deltaspike/content/ - copied from r890485, websites/staging/deltaspike/trunk/content/

[2/2] git commit: DELTASPIKE-399 author tag snuck in there.

2013-12-17 Thread johndament
/src/main/java/org/apache/deltaspike/core/spi/resourceloader/ExternalResourceProvider.java @@ -26,7 +26,6 @@ import java.io.InputStream; /** * Provides lookup capability to find a resource. * - * @author johndament */ public interface ExternalResourceProvider {

[1/2] git commit: DELTASPIKE-399 Fixed test that was failing in Weld and implemented package renaming peer review note.

2013-12-17 Thread johndament
org.apache.deltaspike.core.spi.resourceLoader; - -import org.apache.deltaspike.core.api.resoureLoader.ExternalResource; - -import javax.enterprise.inject.spi.InjectionPoint; -import java.io.InputStream; - -/** - * Provides lookup capability to find a resource. - * - * @author johndament - */ -public interface

git commit: DELTASPIKE-399 switched to getName, same behavior for concrete non inner classes.

2013-12-21 Thread johndament
Updated Branches: refs/heads/master db6eaefb4 - 91f01bde5 DELTASPIKE-399 switched to getName, same behavior for concrete non inner classes. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/91f01bde Tree:

git commit: DELTASPIKE-399 For war deployments on app servers, put a copy in WEB-INF/classes to read classpath entry.

2013-12-23 Thread johndament
Updated Branches: refs/heads/master 871e5c714 - a60f751e1 DELTASPIKE-399 For war deployments on app servers, put a copy in WEB-INF/classes to read classpath entry. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

svn commit: r3990 - /release/incubator/deltaspike/

2013-12-26 Thread johndament
Author: johndament Date: Fri Dec 27 01:43:20 2013 New Revision: 3990 Log: DELTASPIKE-469 Remove the incubator dist area for DeltaSpike Removed: release/incubator/deltaspike/

[2/3] git commit: DELTASPIKE-399 incorporated more design discussion changes.

2013-12-26 Thread johndament
DELTASPIKE-399 incorporated more design discussion changes. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/a3f626fc Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/a3f626fc Diff:

[1/3] git commit: DELTASPIKE-399 Moved to literal package to align with existing convention.

2013-12-26 Thread johndament
Updated Branches: refs/heads/master 78ef204fd - c26a4ef7d DELTASPIKE-399 Moved to literal package to align with existing convention. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/d3518422 Tree:

[3/3] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/deltaspike

2013-12-26 Thread johndament
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/deltaspike Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/c26a4ef7 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/c26a4ef7 Diff:

git commit: DELTASPIKE-399 Switched to using a marker interface style for storage types.

2013-12-26 Thread johndament
Updated Branches: refs/heads/master c26a4ef7d - 7be552917 DELTASPIKE-399 Switched to using a marker interface style for storage types. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7be55291 Tree:

git commit: DELTASPIKE-399 API package was missing a 'c'

2013-12-27 Thread johndament
Updated Branches: refs/heads/master 7be552917 - 2c2f03be1 DELTASPIKE-399 API package was missing a 'c' Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/2c2f03be Tree:

git commit: DELTASPIKE-399 Switched to using @Before to deal with Arquillian ordering and loading issues.

2013-12-27 Thread johndament
Updated Branches: refs/heads/master 00bd78abc - ee6e40676 DELTASPIKE-399 Switched to using @Before to deal with Arquillian ordering and loading issues. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/ee6e4067

git commit: DELTASPIKE-399 Added a log statement when input streams fail.

2013-12-27 Thread johndament
Updated Branches: refs/heads/master ee6e40676 - aa9cf17b2 DELTASPIKE-399 Added a log statement when input streams fail. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/aa9cf17b Tree:

git commit: DELTASPIKE-399 Make sure the streams are closed in case we're not returning them back to the user

2013-12-28 Thread johndament
Updated Branches: refs/heads/master 7c8039a82 - 023de9212 DELTASPIKE-399 Make sure the streams are closed in case we're not returning them back to the user Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

git commit: DELTASPIKE-399 Refactored tests to not require OWB changes.

2013-12-29 Thread johndament
Updated Branches: refs/heads/master ed5e33687 - 1620ea708 DELTASPIKE-399 Refactored tests to not require OWB changes. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/1620ea70 Tree:

git commit: DELTASPIKE-399 JBoss startup needed to have cdicontainer version set.

2013-12-29 Thread johndament
Updated Branches: refs/heads/master 64e230381 - 2aeb8ab90 DELTASPIKE-399 JBoss startup needed to have cdicontainer version set. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/2aeb8ab9 Tree:

[1/2] git commit: DELTASPIKE-482 Added cdicontainer version to all arquillian.xml files for use in any test.

2013-12-29 Thread johndament
Updated Branches: refs/heads/master c0eca43f7 - bcc29d014 DELTASPIKE-482 Added cdicontainer version to all arquillian.xml files for use in any test. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0f390214

git commit: DELTASPIKE-595 Simplified release process.

2014-05-26 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master d7e82d9d5 - 1744506d2 DELTASPIKE-595 Simplified release process. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/1744506d Tree:

git commit: DELTASPIKE-595 Simplified release process.

2014-05-26 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 1744506d2 - f4739433a DELTASPIKE-595 Simplified release process. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/f4739433 Tree:

git commit: DELTASPIKE-595 Simplified release process.

2014-05-26 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master f4739433a - 801f28269 DELTASPIKE-595 Simplified release process. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/801f2826 Tree:

git commit: DELTASPIKE-595 Reverted tag.

2014-05-26 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 3175cb266 - 15fef2fdb DELTASPIKE-595 Reverted tag. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/15fef2fd Tree:

git commit: DELTASPIKE-595 Reverted RAT

2014-05-27 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 4bc5bf309 - 93fff0fca DELTASPIKE-595 Reverted RAT Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/93fff0fc Tree:

svn commit: r1604498 - /deltaspike/site/trunk/templates/deltaspike-markdown.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 02:29:53 2014 New Revision: 1604498 URL: http://svn.apache.org/r1604498 Log: Swapping logo. Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html URL: http://svn.apache.org

svn commit: r1604499 - in /deltaspike/site/trunk: content/resources/images/logos/logo_blue_sm.png templates/deltaspike-markdown.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 02:32:23 2014 New Revision: 1604499 URL: http://svn.apache.org/r1604499 Log: Updating logo. Added: deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png (with props) Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html

svn commit: r1604503 - /deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 02:49:08 2014 New Revision: 1604503 URL: http://svn.apache.org/r1604503 Log: Reduced logo. Modified: deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png Modified: deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png URL

svn commit: r1604506 - in /deltaspike/site/trunk/content: index.html resources/css/bootstrap.css

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 02:53:08 2014 New Revision: 1604506 URL: http://svn.apache.org/r1604506 Log: Reduced logo. Modified: deltaspike/site/trunk/content/index.html deltaspike/site/trunk/content/resources/css/bootstrap.css Modified: deltaspike/site/trunk/content/index.html

svn commit: r1604507 - /deltaspike/site/trunk/templates/deltaspike-markdown.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 02:54:06 2014 New Revision: 1604507 URL: http://svn.apache.org/r1604507 Log: Update copyright. Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html URL: http

svn commit: r1604510 - in /deltaspike/site/trunk/content: index.html resources/css/bootstrap.css

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:00:23 2014 New Revision: 1604510 URL: http://svn.apache.org/r1604510 Log: Adjust height. Modified: deltaspike/site/trunk/content/index.html deltaspike/site/trunk/content/resources/css/bootstrap.css Modified: deltaspike/site/trunk/content/index.html

svn commit: r1604518 - /deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:12:45 2014 New Revision: 1604518 URL: http://svn.apache.org/r1604518 Log: Updated logo. Modified: deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png Modified: deltaspike/site/trunk/content/resources/images/logos/logo_blue_sm.png URL

svn commit: r1604520 - /deltaspike/site/trunk/templates/deltaspike-markdown.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:21:38 2014 New Revision: 1604520 URL: http://svn.apache.org/r1604520 Log: Updated header test. Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html URL: http

svn commit: r1604523 - /deltaspike/site/trunk/templates/deltaspike-markdown.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:23:27 2014 New Revision: 1604523 URL: http://svn.apache.org/r1604523 Log: Updated header test. Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html Modified: deltaspike/site/trunk/templates/deltaspike-markdown.html URL: http

svn commit: r1604525 - /deltaspike/site/trunk/content/resources/css/bootstrap.css

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:25:38 2014 New Revision: 1604525 URL: http://svn.apache.org/r1604525 Log: Set logo color. Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css URL: http

svn commit: r1604524 - in /deltaspike/site/trunk: content/resources/css/bootstrap.css templates/deltaspike-markdown.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:24:57 2014 New Revision: 1604524 URL: http://svn.apache.org/r1604524 Log: Updated header test. Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css deltaspike/site/trunk/templates/deltaspike-markdown.html Modified: deltaspike/site

svn commit: r913220 - /websites/production/deltaspike/content/

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:26:54 2014 New Revision: 913220 Log: Homepage clean up. Added: websites/production/deltaspike/content/ - copied from r913219, websites/staging/deltaspike/trunk/content/

svn commit: r1604526 - /deltaspike/site/trunk/content/index.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:28:46 2014 New Revision: 1604526 URL: http://svn.apache.org/r1604526 Log: Alignment issue. Modified: deltaspike/site/trunk/content/index.html Modified: deltaspike/site/trunk/content/index.html URL: http://svn.apache.org/viewvc/deltaspike/site/trunk

svn commit: r1604527 - /deltaspike/site/trunk/content/index.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:29:27 2014 New Revision: 1604527 URL: http://svn.apache.org/r1604527 Log: Alignment issue. Modified: deltaspike/site/trunk/content/index.html Modified: deltaspike/site/trunk/content/index.html URL: http://svn.apache.org/viewvc/deltaspike/site/trunk

svn commit: r1604528 - /deltaspike/site/trunk/content/index.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:31:03 2014 New Revision: 1604528 URL: http://svn.apache.org/r1604528 Log: Alignment issue. Modified: deltaspike/site/trunk/content/index.html Modified: deltaspike/site/trunk/content/index.html URL: http://svn.apache.org/viewvc/deltaspike/site/trunk

svn commit: r1604529 - /deltaspike/site/trunk/content/index.html

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:31:21 2014 New Revision: 1604529 URL: http://svn.apache.org/r1604529 Log: Removed link. Modified: deltaspike/site/trunk/content/index.html Modified: deltaspike/site/trunk/content/index.html URL: http://svn.apache.org/viewvc/deltaspike/site/trunk

svn commit: r1604530 - in /deltaspike/site/trunk/content: index.html resources/css/bootstrap.css

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:35:26 2014 New Revision: 1604530 URL: http://svn.apache.org/r1604530 Log: Alignment issue. Modified: deltaspike/site/trunk/content/index.html deltaspike/site/trunk/content/resources/css/bootstrap.css Modified: deltaspike/site/trunk/content

svn commit: r1604531 - /deltaspike/site/trunk/content/resources/css/bootstrap.css

2014-06-21 Thread johndament
Author: johndament Date: Sun Jun 22 03:36:11 2014 New Revision: 1604531 URL: http://svn.apache.org/r1604531 Log: Alignment issue. Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css Modified: deltaspike/site/trunk/content/resources/css/bootstrap.css URL: http

[1/2] git commit: DELTASPIKE-665 Utility method to always create context.

2014-08-05 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 3a270ec59 - d76094f6c DELTASPIKE-665 Utility method to always create context. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/ae229193 Tree:

[2/2] git commit: DELTASPIKE-653 Added servlet support and tests in two embedded containers.

2014-08-05 Thread johndament
DELTASPIKE-653 Added servlet support and tests in two embedded containers. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/d76094f6 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/d76094f6 Diff:

git commit: DELTASPIKE-666 OWB and OEJB containers could throw NullPointerExceptions

2014-08-05 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master d76094f6c - d74c387d2 DELTASPIKE-666 OWB and OEJB containers could throw NullPointerExceptions Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/d74c387d

git commit: DELTASPIKE-669 Shutdown contexts before destroying the bean.

2014-08-05 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master d74c387d2 - 8e12cac01 DELTASPIKE-669 Shutdown contexts before destroying the bean. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/8e12cac0 Tree:

git commit: DELTASPIKE-653 Cleaned up some dependencies.

2014-08-05 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 8e12cac01 - 0b2c39eb5 DELTASPIKE-653 Cleaned up some dependencies. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0b2c39eb Tree:

git commit: DELTASPIKE-653 Copyright headers.

2014-08-05 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 0b2c39eb5 - 9cb3fe2e4 DELTASPIKE-653 Copyright headers. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/9cb3fe2e Tree:

git commit: DELTASPIKE-669 If stop contexts were to fail, silently ignore. - Regression

2014-08-06 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master de2686328 - 39308d33f DELTASPIKE-669 If stop contexts were to fail, silently ignore. - Regression Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

svn commit: r1616770 - in /deltaspike/site/trunk: content/container-control.mdtext content/documentation.mdtext deltaspike-site-project.iml pom.xml

2014-08-08 Thread johndament
Author: johndament Date: Fri Aug 8 14:18:48 2014 New Revision: 1616770 URL: http://svn.apache.org/r1616770 Log: Added docs for Servlet embedded mode. Added: deltaspike/site/trunk/deltaspike-site-project.iml Modified: deltaspike/site/trunk/content/container-control.mdtext deltaspike

svn commit: r1616774 - /deltaspike/site/trunk/content/documentation.mdtext

2014-08-08 Thread johndament
Author: johndament Date: Fri Aug 8 14:22:33 2014 New Revision: 1616774 URL: http://svn.apache.org/r1616774 Log: Fixed what looked like static references. Modified: deltaspike/site/trunk/content/documentation.mdtext Modified: deltaspike/site/trunk/content/documentation.mdtext URL: http

svn commit: r1616778 - /deltaspike/site/trunk/content/container-control.mdtext

2014-08-08 Thread johndament
Author: johndament Date: Fri Aug 8 14:26:50 2014 New Revision: 1616778 URL: http://svn.apache.org/r1616778 Log: Added docs for Servlet embedded mode. Modified: deltaspike/site/trunk/content/container-control.mdtext Modified: deltaspike/site/trunk/content/container-control.mdtext URL: http

svn commit: r1616779 - /deltaspike/site/trunk/content/container-control.mdtext

2014-08-08 Thread johndament
Author: johndament Date: Fri Aug 8 14:28:42 2014 New Revision: 1616779 URL: http://svn.apache.org/r1616779 Log: Minor naming consistency change. Modified: deltaspike/site/trunk/content/container-control.mdtext Modified: deltaspike/site/trunk/content/container-control.mdtext URL: http

svn commit: r1616780 - /deltaspike/site/trunk/content/container-control.mdtext

2014-08-08 Thread johndament
Author: johndament Date: Fri Aug 8 14:29:40 2014 New Revision: 1616780 URL: http://svn.apache.org/r1616780 Log: Minor naming consistency change. Modified: deltaspike/site/trunk/content/container-control.mdtext Modified: deltaspike/site/trunk/content/container-control.mdtext URL: http

svn commit: r918737 - /websites/production/deltaspike/content/

2014-08-08 Thread johndament
Author: johndament Date: Fri Aug 8 14:34:04 2014 New Revision: 918737 Log: Publishing svnmucc operation to deltaspike site by johndament Added: websites/production/deltaspike/content/ - copied from r918736, websites/staging/deltaspike/trunk/content/

git commit: DELTASPIKE-696 Clean up cdictrl servlet pom.

2014-08-23 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master a9254ee54 - 298de6f22 DELTASPIKE-696 Clean up cdictrl servlet pom. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/298de6f2 Tree:

git commit: DELTASPIKE-696 Add cdictrl-servlet to distributions

2014-08-31 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 50e311809 - 6879f53e9 DELTASPIKE-696 Add cdictrl-servlet to distributions Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/6879f53e Tree:

git commit: DELTASPIKE-708 Veto the class AbstractEntityRepository.

2014-09-02 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 6879f53e9 - 126b03d8c DELTASPIKE-708 Veto the class AbstractEntityRepository. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/126b03d8 Tree:

svn commit: r1623013 - /deltaspike/site/trunk/content/documentation.mdtext

2014-09-07 Thread johndament
Author: johndament Date: Sun Sep 7 13:56:32 2014 New Revision: 1623013 URL: http://svn.apache.org/r1623013 Log: Updated version number. Modified: deltaspike/site/trunk/content/documentation.mdtext Modified: deltaspike/site/trunk/content/documentation.mdtext URL: http://svn.apache.org

svn commit: r1623033 - /deltaspike/site/trunk/content/documentation/deltaspike_1.0.2.html

2014-09-07 Thread johndament
Author: johndament Date: Sun Sep 7 14:50:24 2014 New Revision: 1623033 URL: http://svn.apache.org/r1623033 Log: Site checkin for project Apache DeltaSpike - Documentation Added: deltaspike/site/trunk/content/documentation/deltaspike_1.0.2.html Added: deltaspike/site/trunk/content

svn commit: r921505 - /websites/production/deltaspike/content/

2014-09-07 Thread johndament
Author: johndament Date: Sun Sep 7 14:52:35 2014 New Revision: 921505 Log: Fixed latest version (primarily) Added: websites/production/deltaspike/content/ - copied from r921504, websites/staging/deltaspike/trunk/content/

svn commit: r1623037 - /deltaspike/site/trunk/content/documentation/deltaspike_1.0.2.html

2014-09-07 Thread johndament
Author: johndament Date: Sun Sep 7 14:57:03 2014 New Revision: 1623037 URL: http://svn.apache.org/r1623037 Log: Site checkin for project Apache DeltaSpike - Documentation Modified: deltaspike/site/trunk/content/documentation/deltaspike_1.0.2.html Modified: deltaspike/site/trunk/content

svn commit: r1623044 - /deltaspike/site/trunk/content/documentation/deltaspike_1.0.2.html

2014-09-07 Thread johndament
Author: johndament Date: Sun Sep 7 15:05:44 2014 New Revision: 1623044 URL: http://svn.apache.org/r1623044 Log: Site checkin for project Apache DeltaSpike - Documentation Modified: deltaspike/site/trunk/content/documentation/deltaspike_1.0.2.html Modified: deltaspike/site/trunk/content

[2/2] git commit: DELTASPIKE-711 Add directory for documentation.

2014-09-08 Thread johndament
DELTASPIKE-711 Add directory for documentation. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/88fdfaee Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/88fdfaee Diff:

[1/2] git commit: Documentation PoC with instructions and templates / based on John Ament initial work

2014-09-08 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 6b39550ce - 88fdfaee3 Documentation PoC with instructions and templates / based on John Ament initial work Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

git commit: DELTASPIKE-712 Add parent class loader to the bmInfos to bypass shrink-wrap behavior.

2014-09-08 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 88fdfaee3 - 35883fbd0 DELTASPIKE-712 Add parent class loader to the bmInfos to bypass shrink-wrap behavior. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

git commit: DELTASPIKE-697 Specify baseDir under target.

2014-09-12 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master ab90cc4ee - 021bc983c DELTASPIKE-697 Specify baseDir under target. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/021bc983 Tree:

svn commit: r1626650 - /deltaspike/site/trunk/content/documentation/

2014-09-21 Thread johndament
Author: johndament Date: Sun Sep 21 23:48:24 2014 New Revision: 1626650 URL: http://svn.apache.org/r1626650 Log: Site checkin for project Apache DeltaSpike - Documentation Added: deltaspike/site/trunk/content/documentation/container-control-test.html deltaspike/site/trunk/content

svn commit: r1626651 - /deltaspike/site/trunk/content/documentation/container-control-test.html

2014-09-21 Thread johndament
Author: johndament Date: Sun Sep 21 23:56:11 2014 New Revision: 1626651 URL: http://svn.apache.org/r1626651 Log: Site checkin for project Apache DeltaSpike - Documentation Removed: deltaspike/site/trunk/content/documentation/container-control-test.html

svn commit: r1628017 - /deltaspike/site/trunk/content/documentation/

2014-09-27 Thread johndament
Author: johndament Date: Sat Sep 27 22:38:26 2014 New Revision: 1628017 URL: http://svn.apache.org/r1628017 Log: Site checkin for project Apache DeltaSpike - Documentation Added: deltaspike/site/trunk/content/documentation/deltaspike_1.0.3.html Modified: deltaspike/site/trunk/content

git commit: DELTASPIKE-733 Fixed CSS for SSL, also minor other fixes to rendering. Updated 1.0.3 release notes page.

2014-09-27 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 2524776b9 - c574593f0 DELTASPIKE-733 Fixed CSS for SSL, also minor other fixes to rendering. Updated 1.0.3 release notes page. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

svn commit: r1628021 - in /deltaspike/site/trunk: content/index.html pom.xml

2014-09-27 Thread johndament
Author: johndament Date: Sat Sep 27 22:52:29 2014 New Revision: 1628021 URL: http://svn.apache.org/r1628021 Log: Updated version to 1.0.3 on the homepage. Modified: deltaspike/site/trunk/content/index.html deltaspike/site/trunk/pom.xml Modified: deltaspike/site/trunk/content/index.html

svn commit: r923862 - /websites/production/deltaspike/content/

2014-09-27 Thread johndament
Author: johndament Date: Sat Sep 27 22:54:34 2014 New Revision: 923862 Log: Publishing svnmucc operation to deltaspike site by johndament Added: websites/production/deltaspike/content/ - copied from r923861, websites/staging/deltaspike/trunk/content/

svn commit: r1653533 - /deltaspike/site/trunk/content/documentation/test-control.html

2015-01-21 Thread johndament
Author: johndament Date: Wed Jan 21 13:14:43 2015 New Revision: 1653533 URL: http://svn.apache.org/r1653533 Log: Site checkin for project Apache DeltaSpike Documentation Modified: deltaspike/site/trunk/content/documentation/test-control.html Modified: deltaspike/site/trunk/content

deltaspike git commit: DELTASPIKE-821 Added documentation for test control and gradle.

2015-01-21 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master dbc9a6518 - d0f59b542 DELTASPIKE-821 Added documentation for test control and gradle. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/d0f59b54 Tree:

svn commit: r937103 - /websites/production/deltaspike/content/

2015-01-21 Thread johndament
Author: johndament Date: Wed Jan 21 13:16:26 2015 New Revision: 937103 Log: Publishing svnmucc operation to deltaspike site by johndament Added: websites/production/deltaspike/content/ - copied from r937102, websites/staging/deltaspike/trunk/content/

deltaspike git commit: DELTASPIKE-847 Close resource when read.

2015-03-03 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 86a047472 - ca9ba188d DELTASPIKE-847 Close resource when read. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/ca9ba188 Tree:

svn commit: r1671309 - /deltaspike/site/trunk/content/documentation/test-control.html

2015-04-04 Thread johndament
Author: johndament Date: Sat Apr 4 20:19:11 2015 New Revision: 1671309 URL: http://svn.apache.org/r1671309 Log: Site checkin for project Apache DeltaSpike Documentation Modified: deltaspike/site/trunk/content/documentation/test-control.html Modified: deltaspike/site/trunk/content

deltaspike git commit: DELTASPIKE-867 Clarify that Test-Control module has manual dependencies on CDI implementations

2015-04-04 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master bfe93c93d - 7077eec04 DELTASPIKE-867 Clarify that Test-Control module has manual dependencies on CDI implementations Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

svn commit: r1671311 - /deltaspike/site/trunk/content/documentation/jsf.html

2015-04-04 Thread johndament
Author: johndament Date: Sat Apr 4 20:24:22 2015 New Revision: 1671311 URL: http://svn.apache.org/r1671311 Log: Site checkin for project Apache DeltaSpike Documentation Modified: deltaspike/site/trunk/content/documentation/jsf.html Modified: deltaspike/site/trunk/content/documentation

deltaspike git commit: DELTASPIKE-869 Fixed some typos.

2015-04-04 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 33b1b113b - 8b43ecd7e DELTASPIKE-869 Fixed some typos. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/8b43ecd7 Tree:

deltaspike git commit: DELTASPIKE-869 Fixed some typos.

2015-04-04 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 7077eec04 - 33b1b113b DELTASPIKE-869 Fixed some typos. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/33b1b113 Tree:

svn commit: r1671310 - /deltaspike/site/trunk/content/documentation/test-control.html

2015-04-04 Thread johndament
Author: johndament Date: Sat Apr 4 20:23:24 2015 New Revision: 1671310 URL: http://svn.apache.org/r1671310 Log: Site checkin for project Apache DeltaSpike Documentation Modified: deltaspike/site/trunk/content/documentation/test-control.html Modified: deltaspike/site/trunk/content

svn commit: r946337 - /websites/production/deltaspike/content/

2015-04-04 Thread johndament
Author: johndament Date: Sat Apr 4 20:25:51 2015 New Revision: 946337 Log: Publishing svnmucc operation to deltaspike site by johndament Added: websites/production/deltaspike/content/ - copied from r946336, websites/staging/deltaspike/trunk/content/

deltaspike git commit: DELTASPIKE-956 Cleaned up some docs around transaction management and JPA module.

2015-08-16 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 8402766eb - 44d188449 DELTASPIKE-956 Cleaned up some docs around transaction management and JPA module. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

svn commit: r962056 - /websites/production/deltaspike/content/

2015-08-16 Thread johndament
Author: johndament Date: Mon Aug 17 01:08:56 2015 New Revision: 962056 Log: Publishing svnmucc operation to deltaspike site by johndament Added: websites/production/deltaspike/content/ - copied from r962055, websites/staging/deltaspike/trunk/content/

svn commit: r1696186 - /deltaspike/site/trunk/content/documentation/jpa.html

2015-08-16 Thread johndament
Author: johndament Date: Mon Aug 17 01:03:43 2015 New Revision: 1696186 URL: http://svn.apache.org/r1696186 Log: Site checkin for project Apache DeltaSpike Documentation Modified: deltaspike/site/trunk/content/documentation/jpa.html Modified: deltaspike/site/trunk/content/documentation

svn commit: r962065 - /websites/production/deltaspike/content/

2015-08-16 Thread johndament
Author: johndament Date: Mon Aug 17 02:54:04 2015 New Revision: 962065 Log: Publishing svnmucc operation to deltaspike site by johndament Added: websites/production/deltaspike/content/ - copied from r962064, websites/staging/deltaspike/trunk/content/

deltaspike git commit: DELTASPIKE-955 Added a default deactivator to the code base to help simplify usage.

2015-08-16 Thread johndament
Repository: deltaspike Updated Branches: refs/heads/master 44d188449 - 925174755 DELTASPIKE-955 Added a default deactivator to the code base to help simplify usage. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit:

  1   2   3   4   >