[forge-commits] [forge/core] d97f85: FORGE-848: Added @CommandScoped support

George Gastaldi gegastaldi at gmail.com
Mon Jun 17 14:06:10 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/forge/core
  Commit: d97f85547a4c01c3fa2f59ea28558faf80a8a18d
      https://github.com/forge/core/commit/d97f85547a4c01c3fa2f59ea28558faf80a8a18d
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    A shell-api/src/main/java/org/jboss/forge/shell/command/CommandScoped.java
    M shell-api/src/main/java/org/jboss/forge/shell/events/CommandExecuted.java
    A shell-api/src/main/java/org/jboss/forge/shell/events/CommandVetoed.java
    M shell-api/src/main/java/org/jboss/forge/shell/events/PreCommandExecution.java
    A shell/src/main/java/org/jboss/forge/shell/command/CommandScopedContext.java
    A shell/src/main/java/org/jboss/forge/shell/command/CommandScopedExtension.java
    M shell/src/main/java/org/jboss/forge/shell/command/Execution.java
    M shell/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
    A shell/src/test/java/org/jboss/forge/shell/test/command/CommandScopedObject.java
    A shell/src/test/java/org/jboss/forge/shell/test/command/CommandScopedPlugin.java
    A shell/src/test/java/org/jboss/forge/shell/test/command/CommandScopedTest.java

  Log Message:
  -----------
  FORGE-848: Added @CommandScoped support


  Commit: 141afde540e390ddf67d2712af68b1ddb448efbc
      https://github.com/forge/core/commit/141afde540e390ddf67d2712af68b1ddb448efbc
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    A shell-api/src/main/java/org/jboss/forge/shell/command/CommandScoped.java
    M shell-api/src/main/java/org/jboss/forge/shell/events/CommandExecuted.java
    A shell-api/src/main/java/org/jboss/forge/shell/events/CommandVetoed.java
    M shell-api/src/main/java/org/jboss/forge/shell/events/PreCommandExecution.java
    A shell/src/main/java/org/jboss/forge/shell/command/CommandScopedContext.java
    A shell/src/main/java/org/jboss/forge/shell/command/CommandScopedExtension.java
    M shell/src/main/java/org/jboss/forge/shell/command/Execution.java
    M shell/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
    A shell/src/test/java/org/jboss/forge/shell/test/command/CommandScopedObject.java
    A shell/src/test/java/org/jboss/forge/shell/test/command/CommandScopedPlugin.java
    A shell/src/test/java/org/jboss/forge/shell/test/command/CommandScopedTest.java

  Log Message:
  -----------
  Merge pull request #323 from gastaldi/FORGE-848

FORGE-848: Added @CommandScoped support


Compare: https://github.com/forge/core/compare/aba1427f9796...141afde540e3


More information about the forge-commits mailing list