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

iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from ceca0ac  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/brooklyn-server
     new 75c7a7e  first try
     new a0af0d8  Added tests and implementation, but tests still fail because 
of missing execution context
     new 34c3797  Fixed most tests
     new 2c89870  Added tests for indexed/map access and completed 
implementation
     new 2c0c5ec  removed failing tests and bad test resources
     new 1039f96  Added more DslParseTests
     new b7206fd   Corrected last DSL parsing test using brooklyn:object
     new be63cf6  Added another test case covering attribute on object with 
property access
     new 102747a  This closes #1153
     new 4062075  fix toString for property accessor, and misc tidies
     new 4ad5633  Merge pull request #1156 from ahgittin/dsl

The 12841 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mvn/jvm.config                                    |   1 -
 .../resolve/interpret/PlanInterpretationNode.java  |   2 +-
 .../brooklyn/spi/dsl/BrooklynDslInterpreter.java   |  27 +++-
 .../spi/dsl/DslDeferredPropertyAccess.java         | 144 +++++++++++++++++++++
 .../camp/brooklyn/spi/dsl/parse/DslParser.java     | 129 +++++++++++-------
 .../brooklyn/spi/dsl/parse/PropertyAccess.java     |  20 ++-
 .../camp/brooklyn/MapReferenceYamlTest.java        |   1 +
 .../camp/brooklyn/spi/dsl/DslParseTest.java        | 107 ++++++++++++---
 .../brooklyn/spi/dsl/DslSerializationTest.java     |  17 +++
 .../camp/brooklyn/spi/dsl/DslYamlTest.java         |  66 ++++++++--
 10 files changed, 415 insertions(+), 99 deletions(-)
 delete mode 100644 .mvn/jvm.config
 create mode 100644 
camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/DslDeferredPropertyAccess.java
 copy utils/common/src/main/java/org/apache/brooklyn/util/net/Protocol.java => 
camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/parse/PropertyAccess.java
 (73%)

Reply via email to