This is an automated email from the ASF dual-hosted git repository. jamesbognar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git.
from 77def24 Merge pull request #34 from Akayeshmantha/JUNEAU-94 add 2e2c94e adding uon examples add 9b30f7d adding more comments for marshall core examples new a2690aa Merge pull request #35 from Akayeshmantha/JUNEAU-92 The 1 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: .../examples/core/html/HtmlComplexExample.java | 10 ++++ .../examples/core/html/HtmlSimpleExample.java | 12 +++++ .../examples/core/json/JsonComplexExample.java | 6 +++ .../core/json/JsonConfigurationExample.java | 30 +++++++++++ .../examples/core/json/JsonSimpleExample.java | 25 ++++++++- .../juneau/examples/core/rdf/RdfExample.java | 1 - .../examples/core/uon/UONComplexExample.java | 48 +++++++++++++++++ .../juneau/examples/core/uon/UONExample.java | 60 ++++++++++++++++++++++ .../examples/core/{html => uon}/package-info.java | 2 +- .../examples/core/xml/XmlConfigurationExample.java | 20 +++++++- .../juneau/examples/core/xml/XmlSimpleExample.java | 6 +++ 11 files changed, 215 insertions(+), 5 deletions(-) create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/uon/UONComplexExample.java create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/uon/UONExample.java copy juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/{html => uon}/package-info.java (97%)