You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/01 15:50:09 UTC

[51/51] [partial] incubator-juneau git commit: Merge changes from GitHub repo.

Merge changes from GitHub repo.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/30947fd7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/30947fd7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/30947fd7

Branch: refs/heads/master
Commit: 30947fd7ae323b963fcf31f7f283f481033a3395
Parents: 7e4f63e
Author: jamesbognar <ja...@gmail.com>
Authored: Mon Aug 1 11:48:53 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Mon Aug 1 11:48:53 2016 -0400

----------------------------------------------------------------------
 com.ibm.team.juno.client/.classpath             |    31 +-
 com.ibm.team.juno.client/.project               |     8 +-
 .../.settings/org.eclipse.core.resources.prefs  |     2 -
 .../.settings/org.eclipse.jdt.core.prefs        |     1 +
 .../.settings/org.eclipse.jdt.ui.prefs          |     6 +-
 .../.settings/org.eclipse.wst.common.component  |    10 +-
 ...rg.eclipse.wst.common.project.facet.core.xml |    21 +-
 com.ibm.team.juno.client/META-INF/MANIFEST.MF   |     9 +-
 .../OSGI-INF/l10n/plugin.properties             |    23 +-
 .../com/ibm/juno/client/AllowAllRedirects.class |   Bin 490 -> 0 bytes
 .../bin/com/ibm/juno/client/DateHeader.class    |   Bin 644 -> 0 bytes
 .../bin/com/ibm/juno/client/HttpMethod.class    |   Bin 1596 -> 0 bytes
 .../com/ibm/juno/client/NameValuePairs.class    |   Bin 693 -> 0 bytes
 .../com/ibm/juno/client/ResponsePattern.class   |   Bin 1633 -> 0 bytes
 .../bin/com/ibm/juno/client/RestCall$1.class    |   Bin 963 -> 0 bytes
 .../bin/com/ibm/juno/client/RestCall$2.class    |   Bin 902 -> 0 bytes
 .../bin/com/ibm/juno/client/RestCall$3.class    |   Bin 998 -> 0 bytes
 .../bin/com/ibm/juno/client/RestCall.class      |   Bin 19376 -> 0 bytes
 .../com/ibm/juno/client/RestCallException.class |   Bin 3803 -> 0 bytes
 .../ibm/juno/client/RestCallInterceptor.class   |   Bin 1183 -> 0 bytes
 .../com/ibm/juno/client/RestCallLogger.class    |   Bin 5015 -> 0 bytes
 .../bin/com/ibm/juno/client/RestClient$1.class  |   Bin 807 -> 0 bytes
 .../bin/com/ibm/juno/client/RestClient$2.class  |   Bin 792 -> 0 bytes
 .../bin/com/ibm/juno/client/RestClient$3.class  |   Bin 2286 -> 0 bytes
 .../bin/com/ibm/juno/client/RestClient.class    |   Bin 38195 -> 0 bytes
 .../com/ibm/juno/client/RestRequestEntity.class |   Bin 3246 -> 0 bytes
 .../bin/com/ibm/juno/client/RetryOn$1.class     |   Bin 533 -> 0 bytes
 .../bin/com/ibm/juno/client/RetryOn.class       |   Bin 408 -> 0 bytes
 .../ibm/juno/client/SSLOpts$CertValidate.class  |   Bin 1170 -> 0 bytes
 .../ibm/juno/client/SSLOpts$HostVerify.class    |   Bin 1156 -> 0 bytes
 .../bin/com/ibm/juno/client/SSLOpts.class       |   Bin 2494 -> 0 bytes
 .../juno/client/SerializedNameValuePair.class   |   Bin 2113 -> 0 bytes
 .../juno/client/SimpleX509TrustManager.class    |   Bin 2136 -> 0 bytes
 .../client/deprecated/CertificateStore.class    |   Bin 4331 -> 0 bytes
 .../ICertificateValidator$Trust.class           |   Bin 1455 -> 0 bytes
 .../deprecated/ICertificateValidator.class      |   Bin 502 -> 0 bytes
 .../client/deprecated/ITrustStoreProvider.class |   Bin 597 -> 0 bytes
 .../LenientCertificateValidator.class           |   Bin 1207 -> 0 bytes
 .../deprecated/SharedTrustStoreProvider.class   |   Bin 3321 -> 0 bytes
 .../deprecated/ValidatingX509TrustManager.class |   Bin 4465 -> 0 bytes
 .../ibm/juno/client/jazz/JazzRestClient.class   |   Bin 13817 -> 0 bytes
 .../bin/com/ibm/juno/client/jazz/package.html   |   187 -
 .../bin/com/ibm/juno/client/package.html        |   850 --
 com.ibm.team.juno.client/build.properties       |    27 +-
 .../com/ibm/juno/client/AllowAllRedirects.java  |    27 -
 .../src/com/ibm/juno/client/DateHeader.java     |    39 -
 .../src/com/ibm/juno/client/HttpMethod.java     |    60 -
 .../src/com/ibm/juno/client/NameValuePairs.java |    44 -
 .../com/ibm/juno/client/ResponsePattern.java    |   134 -
 .../src/com/ibm/juno/client/RestCall.java       |   944 --
 .../com/ibm/juno/client/RestCallException.java  |   150 -
 .../ibm/juno/client/RestCallInterceptor.java    |    56 -
 .../src/com/ibm/juno/client/RestCallLogger.java |   116 -
 .../src/com/ibm/juno/client/RestClient.java     |  1411 --
 .../com/ibm/juno/client/RestRequestEntity.java  |    86 -
 .../src/com/ibm/juno/client/RetryOn.java        |    35 -
 .../src/com/ibm/juno/client/SSLOpts.java        |   185 -
 .../juno/client/SerializedNameValuePair.java    |    79 -
 .../ibm/juno/client/SimpleX509TrustManager.java |    62 -
 .../client/deprecated/CertificateStore.java     |   127 -
 .../deprecated/ICertificateValidator.java       |    46 -
 .../client/deprecated/ITrustStoreProvider.java  |    39 -
 .../deprecated/LenientCertificateValidator.java |    26 -
 .../deprecated/SharedTrustStoreProvider.java    |   104 -
 .../deprecated/ValidatingX509TrustManager.java  |   113 -
 .../ibm/juno/client/jazz/JazzRestClient.java    |   392 -
 .../src/com/ibm/juno/client/jazz/package.html   |   187 -
 .../src/com/ibm/juno/client/package.html        |   850 --
 .../apache/juneau/client/AllowAllRedirects.java |    31 +
 .../org/apache/juneau/client/DateHeader.java    |    43 +
 .../org/apache/juneau/client/HttpMethod.java    |    64 +
 .../apache/juneau/client/NameValuePairs.java    |    48 +
 .../apache/juneau/client/ResponsePattern.java   |   138 +
 .../java/org/apache/juneau/client/RestCall.java |   947 ++
 .../apache/juneau/client/RestCallException.java |   153 +
 .../juneau/client/RestCallInterceptor.java      |    60 +
 .../apache/juneau/client/RestCallLogger.java    |   120 +
 .../org/apache/juneau/client/RestClient.java    |  1423 ++
 .../apache/juneau/client/RestRequestEntity.java |    90 +
 .../java/org/apache/juneau/client/RetryOn.java  |    39 +
 .../java/org/apache/juneau/client/SSLOpts.java  |   189 +
 .../juneau/client/SerializedNameValuePair.java  |    85 +
 .../juneau/client/SimpleX509TrustManager.java   |    66 +
 .../java/org/apache/juneau/client/package.html  |   857 ++
 .../.classpath                                  |    40 +-
 .../.project                                    |     8 +-
 .../.settings/org.eclipse.jdt.core.prefs        |     1 +
 .../META-INF/MANIFEST.MF                        |     6 +-
 .../sample/HelloWorldResource.class             |   Bin 807 -> 0 bytes
 .../microservice/sample/RootResources.class     |   Bin 976 -> 0 bytes
 .../microservice/sample/nls/Messages.properties |    14 -
 .../microservice.cfg                            |     6 +-
 .../project-root/.classpath                     |    16 -
 .../project-root/.project                       |    17 -
 .../project-root/build.properties               |    15 -
 .../project-root/build.xml                      |    50 -
 .../project-root/microservice-project.launch    |    11 -
 .../microservice/sample/HelloWorldResource.java |    29 -
 .../juno/microservice/sample/RootResources.java |    35 -
 .../microservice/sample/nls/Messages.properties |    14 -
 .../microservice/sample/HelloWorldResource.java |    35 +
 .../microservice/sample/RootResources.java      |    41 +
 .../microservice/sample/nls/Messages.properties |    19 +
 com.ibm.team.juno.microservice/.classpath       |    47 +-
 com.ibm.team.juno.microservice/.project         |     8 +-
 .../.settings/org.eclipse.jdt.core.prefs        |     1 +
 .../.settings/org.eclipse.jdt.ui.prefs          |     6 +-
 com.ibm.team.juno.microservice/Dockerfile       |     2 +-
 .../META-INF/MANIFEST.MF                        |     4 +-
 com.ibm.team.juno.microservice/bin/.gitignore   |     1 -
 com.ibm.team.juno.microservice/build.properties |    26 +-
 .../com/ibm/juno/microservice/Microservice.java |   521 -
 .../src/com/ibm/juno/microservice/Resource.java |    67 -
 .../ibm/juno/microservice/ResourceGroup.java    |    66 -
 .../com/ibm/juno/microservice/ResourceJena.java |    28 -
 .../ibm/juno/microservice/RestMicroservice.java |   554 -
 .../ibm/juno/microservice/doc-files/build1.png  |   Bin 2633 -> 0 bytes
 .../ibm/juno/microservice/doc-files/build2.png  |   Bin 8634 -> 0 bytes
 .../juno/microservice/doc-files/helloworld1.png |   Bin 14050 -> 0 bytes
 .../microservice/doc-files/instructions1.png    |   Bin 44658 -> 0 bytes
 .../microservice/doc-files/instructions2.png    |   Bin 54971 -> 0 bytes
 .../microservice/doc-files/instructions3.png    |   Bin 20755 -> 0 bytes
 .../microservice/doc-files/instructions4.png    |   Bin 28672 -> 0 bytes
 .../microservice/doc-files/instructions5.png    |   Bin 8894 -> 0 bytes
 .../microservice/doc-files/instructions6.png    |   Bin 22345 -> 0 bytes
 .../juno/microservice/doc-files/manifest1.png   |   Bin 10493 -> 0 bytes
 .../src/com/ibm/juno/microservice/javadoc.css   |  1039 --
 .../src/com/ibm/juno/microservice/package.html  |   942 --
 .../juno/microservice/resources/ConfigEdit.html |    32 -
 .../microservice/resources/ConfigResource.java  |   184 -
 .../resources/DirectoryResource.java            |   354 -
 .../resources/LogEntryFormatter.java            |   257 -
 .../juno/microservice/resources/LogParser.java  |   225 -
 .../microservice/resources/LogsResource.java    |   299 -
 .../resources/SampleRootResource.java           |    27 -
 .../resources/ShutdownResource.java             |    49 -
 .../juno/microservice/resources/package.html    |    24 -
 .../juneau/microservice/Microservice.java       |   495 +
 .../apache/juneau/microservice/Resource.java    |    63 +
 .../juneau/microservice/ResourceGroup.java      |    64 +
 .../juneau/microservice/ResourceJena.java       |    33 +
 .../juneau/microservice/RestMicroservice.java   |   553 +
 .../juneau/microservice/doc-files/build1.png    |   Bin 0 -> 2633 bytes
 .../juneau/microservice/doc-files/build2.png    |   Bin 0 -> 8634 bytes
 .../microservice/doc-files/helloworld1.png      |   Bin 0 -> 14050 bytes
 .../microservice/doc-files/instructions1.png    |   Bin 0 -> 44658 bytes
 .../microservice/doc-files/instructions2.png    |   Bin 0 -> 54971 bytes
 .../microservice/doc-files/instructions3.png    |   Bin 0 -> 20755 bytes
 .../microservice/doc-files/instructions4.png    |   Bin 0 -> 28672 bytes
 .../microservice/doc-files/instructions5.png    |   Bin 0 -> 8894 bytes
 .../microservice/doc-files/instructions6.png    |   Bin 0 -> 22345 bytes
 .../juneau/microservice/doc-files/manifest1.png |   Bin 0 -> 10493 bytes
 .../org/apache/juneau/microservice/package.html |   949 ++
 .../microservice/resources/ConfigEdit.html      |    39 +
 .../microservice/resources/ConfigResource.java  |   187 +
 .../resources/DirectoryResource.java            |   357 +
 .../resources/LogEntryFormatter.java            |   256 +
 .../microservice/resources/LogParser.java       |   229 +
 .../microservice/resources/LogsResource.java    |   302 +
 .../resources/SampleRootResource.java           |    31 +
 .../resources/ShutdownResource.java             |    52 +
 .../juneau/microservice/resources/package.html  |    31 +
 com.ibm.team.juno.releng/.classpath             |    49 +-
 com.ibm.team.juno.releng/.project               |     2 +-
 ...sification+Guidance+&+Questionnaire [v1].doc |   Bin 47104 -> 0 bytes
 com.ibm.team.juno.releng/META-INF/MANIFEST.MF   |     8 +-
 com.ibm.team.juno.releng/Readme.txt             |     8 +-
 .../bin/all/META-INF/MANIFEST.MF                |    14 +-
 .../bin/client/META-INF/MANIFEST.MF             |    18 +-
 .../com/ibm/juno/client/AllowAllRedirects.class |   Bin 490 -> 0 bytes
 .../com/ibm/juno/client/AllowAllRedirects.java  |    27 -
 .../client/com/ibm/juno/client/DateHeader.class |   Bin 644 -> 0 bytes
 .../client/com/ibm/juno/client/DateHeader.java  |    39 -
 .../client/com/ibm/juno/client/HttpMethod.class |   Bin 1540 -> 0 bytes
 .../client/com/ibm/juno/client/HttpMethod.java  |    60 -
 .../com/ibm/juno/client/NameValuePairs.class    |   Bin 693 -> 0 bytes
 .../com/ibm/juno/client/NameValuePairs.java     |    44 -
 .../com/ibm/juno/client/ResponsePattern.class   |   Bin 1630 -> 0 bytes
 .../com/ibm/juno/client/ResponsePattern.java    |   134 -
 .../client/com/ibm/juno/client/RestCall$1.class |   Bin 953 -> 0 bytes
 .../client/com/ibm/juno/client/RestCall$2.class |   Bin 892 -> 0 bytes
 .../client/com/ibm/juno/client/RestCall$3.class |   Bin 997 -> 0 bytes
 .../client/com/ibm/juno/client/RestCall.class   |   Bin 19414 -> 0 bytes
 .../client/com/ibm/juno/client/RestCall.java    |   942 --
 .../com/ibm/juno/client/RestCallException.class |   Bin 3834 -> 0 bytes
 .../com/ibm/juno/client/RestCallException.java  |   150 -
 .../ibm/juno/client/RestCallInterceptor.class   |   Bin 1183 -> 0 bytes
 .../ibm/juno/client/RestCallInterceptor.java    |    56 -
 .../com/ibm/juno/client/RestCallLogger.class    |   Bin 5066 -> 0 bytes
 .../com/ibm/juno/client/RestCallLogger.java     |   116 -
 .../com/ibm/juno/client/RestClient$1.class      |   Bin 806 -> 0 bytes
 .../com/ibm/juno/client/RestClient$2.class      |   Bin 791 -> 0 bytes
 .../com/ibm/juno/client/RestClient$3.class      |   Bin 2212 -> 0 bytes
 .../com/ibm/juno/client/RestClient$4.class      |   Bin 854 -> 0 bytes
 .../client/com/ibm/juno/client/RestClient.class |   Bin 37176 -> 0 bytes
 .../client/com/ibm/juno/client/RestClient.java  |  1378 --
 .../com/ibm/juno/client/RestRequestEntity.class |   Bin 3266 -> 0 bytes
 .../com/ibm/juno/client/RestRequestEntity.java  |    86 -
 .../client/com/ibm/juno/client/RetryOn$1.class  |   Bin 537 -> 0 bytes
 .../client/com/ibm/juno/client/RetryOn.class    |   Bin 378 -> 0 bytes
 .../bin/client/com/ibm/juno/client/RetryOn.java |    35 -
 .../ibm/juno/client/SSLOpts$CertValidate.class  |   Bin 1140 -> 0 bytes
 .../ibm/juno/client/SSLOpts$HostVerify.class    |   Bin 1126 -> 0 bytes
 .../client/com/ibm/juno/client/SSLOpts.class    |   Bin 2495 -> 0 bytes
 .../bin/client/com/ibm/juno/client/SSLOpts.java |   185 -
 .../juno/client/SerializedNameValuePair.class   |   Bin 2108 -> 0 bytes
 .../juno/client/SerializedNameValuePair.java    |    79 -
 .../juno/client/SimpleX509TrustManager.class    |   Bin 2192 -> 0 bytes
 .../ibm/juno/client/SimpleX509TrustManager.java |    62 -
 .../client/deprecated/CertificateStore.class    |   Bin 4356 -> 0 bytes
 .../client/deprecated/CertificateStore.java     |   127 -
 .../ICertificateValidator$Trust.class           |   Bin 1417 -> 0 bytes
 .../deprecated/ICertificateValidator.class      |   Bin 502 -> 0 bytes
 .../deprecated/ICertificateValidator.java       |    46 -
 .../client/deprecated/ITrustStoreProvider.class |   Bin 597 -> 0 bytes
 .../client/deprecated/ITrustStoreProvider.java  |    39 -
 .../LenientCertificateValidator.class           |   Bin 1199 -> 0 bytes
 .../deprecated/LenientCertificateValidator.java |    26 -
 .../deprecated/SharedTrustStoreProvider.class   |   Bin 3252 -> 0 bytes
 .../deprecated/SharedTrustStoreProvider.java    |   104 -
 .../ValidatingX509TrustManager$1.class          |   Bin 1169 -> 0 bytes
 .../deprecated/ValidatingX509TrustManager.class |   Bin 4301 -> 0 bytes
 .../deprecated/ValidatingX509TrustManager.java  |   113 -
 .../ibm/juno/client/jazz/JazzRestClient.class   |   Bin 13513 -> 0 bytes
 .../ibm/juno/client/jazz/JazzRestClient.java    |   390 -
 .../com/ibm/juno/client/jazz/package.html       |   187 -
 .../bin/client/com/ibm/juno/client/package.html |   850 --
 .../bin/core.test/META-INF/MANIFEST.MF          |    35 +-
 .../com/ibm/juno/core/test/AllTests.class       |   Bin 5617 -> 0 bytes
 .../ibm/juno/core/test/CT_Annotations$A.class   |   Bin 492 -> 0 bytes
 .../juno/core/test/CT_Annotations$Person1.class |   Bin 783 -> 0 bytes
 .../com/ibm/juno/core/test/CT_Annotations.class |   Bin 1932 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$1.class   |   Bin 822 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$A.class   |   Bin 332 -> 0 bytes
 .../core/test/CT_BeanContext$AHandler.class     |   Bin 1585 -> 0 bytes
 .../juno/core/test/CT_BeanContext$Address.class |   Bin 2136 -> 0 bytes
 .../test/CT_BeanContext$AddressablePerson.class |   Bin 1229 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$B.class   |   Bin 625 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$B2.class  |   Bin 832 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$C.class   |   Bin 395 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$C1.class  |   Bin 534 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanContext$D.class   |   Bin 1161 -> 0 bytes
 .../test/CT_BeanContext$DummyBeanFilterA.class  |   Bin 619 -> 0 bytes
 .../test/CT_BeanContext$DummyBeanFilterB.class  |   Bin 619 -> 0 bytes
 .../test/CT_BeanContext$DummyBeanFilterC.class  |   Bin 619 -> 0 bytes
 .../test/CT_BeanContext$DummyPojoFilterA.class  |   Bin 648 -> 0 bytes
 .../test/CT_BeanContext$DummyPojoFilterB.class  |   Bin 648 -> 0 bytes
 .../test/CT_BeanContext$DummyPojoFilterC.class  |   Bin 648 -> 0 bytes
 .../juno/core/test/CT_BeanContext$Person.class  |   Bin 1196 -> 0 bytes
 .../test/CT_BeanContext$ReadOnlyPerson.class    |   Bin 1145 -> 0 bytes
 .../core/test/CT_BeanContext$TestEnum.class     |   Bin 1233 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanContext.class |   Bin 18552 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$A.class    |   Bin 978 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$A1.class   |   Bin 462 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$A2.class   |   Bin 462 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$B.class    |   Bin 867 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$B1.class   |   Bin 462 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$B2.class   |   Bin 462 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$C1.class   |   Bin 451 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$C2.class   |   Bin 487 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$D1.class   |   Bin 568 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanFilter$D2.class   |   Bin 599 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanFilter.class  |   Bin 3432 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$A.class   |   Bin 683 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$B.class   |   Bin 2947 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$C.class   |   Bin 1264 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$D.class   |   Bin 4545 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$D1.class  |   Bin 771 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$D2.class  |   Bin 448 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$E.class   |   Bin 485 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$F.class   |   Bin 543 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$G.class   |   Bin 428 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$G1.class  |   Bin 1979 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$H.class   |   Bin 778 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanMap$HEnum.class   |   Bin 1176 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$I.class   |   Bin 997 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$J.class   |   Bin 1271 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$K.class   |   Bin 1250 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$L.class   |   Bin 490 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$L1.class  |   Bin 526 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$L2.class  |   Bin 599 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$M1.class  |   Bin 581 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$M2.class  |   Bin 616 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$M3.class  |   Bin 534 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$M4.class  |   Bin 687 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$M5.class  |   Bin 592 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$N1.class  |   Bin 868 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$N2.class  |   Bin 622 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$N3.class  |   Bin 540 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$N4.class  |   Bin 693 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$N5.class  |   Bin 622 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$O.class   |   Bin 397 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$P1.class  |   Bin 581 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$P2.class  |   Bin 921 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$Q1.class  |   Bin 382 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$Q2.class  |   Bin 1068 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$R1.class  |   Bin 399 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$R2.class  |   Bin 432 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$S.class   |   Bin 488 -> 0 bytes
 .../ibm/juno/core/test/CT_BeanMap$TEnum.class   |   Bin 1176 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$U.class   |   Bin 1222 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$V.class   |   Bin 476 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$V2.class  |   Bin 510 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$V3.class  |   Bin 700 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$W.class   |   Bin 550 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$W2.class  |   Bin 584 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$W3.class  |   Bin 774 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$X1.class  |   Bin 814 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$X2.class  |   Bin 1002 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap$Y.class   |   Bin 526 -> 0 bytes
 .../com/ibm/juno/core/test/CT_BeanMap.class     |   Bin 33970 -> 0 bytes
 .../com/ibm/juno/core/test/CT_ClassMeta$G.class |   Bin 583 -> 0 bytes
 .../ibm/juno/core/test/CT_ClassMeta$HC1.class   |   Bin 569 -> 0 bytes
 .../juno/core/test/CT_ClassMeta$HC1Filter.class |   Bin 607 -> 0 bytes
 .../ibm/juno/core/test/CT_ClassMeta$HC2.class   |   Bin 601 -> 0 bytes
 .../juno/core/test/CT_ClassMeta$HC2Filter.class |   Bin 607 -> 0 bytes
 .../ibm/juno/core/test/CT_ClassMeta$HI1.class   |   Bin 210 -> 0 bytes
 .../juno/core/test/CT_ClassMeta$HI1Filter.class |   Bin 607 -> 0 bytes
 .../ibm/juno/core/test/CT_ClassMeta$HI2.class   |   Bin 271 -> 0 bytes
 .../juno/core/test/CT_ClassMeta$HI2Filter.class |   Bin 607 -> 0 bytes
 .../com/ibm/juno/core/test/CT_ClassMeta.class   |   Bin 6861 -> 0 bytes
 .../test/CT_DataConversionTest$NotABean.class   |   Bin 758 -> 0 bytes
 .../test/CT_DataConversionTest$TestEnum.class   |   Bin 1289 -> 0 bytes
 .../juno/core/test/CT_DataConversionTest.class  |   Bin 4573 -> 0 bytes
 .../juno/core/test/CT_IgnoredClasses$A.class    |   Bin 581 -> 0 bytes
 .../ibm/juno/core/test/CT_IgnoredClasses.class  |   Bin 2230 -> 0 bytes
 .../com/ibm/juno/core/test/CT_JacocoDummy.class |   Bin 2576 -> 0 bytes
 .../juno/core/test/CT_ObjectList$Person.class   |   Bin 460 -> 0 bytes
 .../com/ibm/juno/core/test/CT_ObjectList.class  |   Bin 2428 -> 0 bytes
 .../com/ibm/juno/core/test/CT_ObjectMap.class   |   Bin 13257 -> 0 bytes
 .../CT_ParserGenerics$TestCollection1.class     |   Bin 625 -> 0 bytes
 .../CT_ParserGenerics$TestCollection2.class     |   Bin 625 -> 0 bytes
 .../core/test/CT_ParserGenerics$TestMap1.class  |   Bin 560 -> 0 bytes
 .../core/test/CT_ParserGenerics$TestMap2.class  |   Bin 546 -> 0 bytes
 .../ibm/juno/core/test/CT_ParserGenerics.class  |   Bin 2608 -> 0 bytes
 .../ibm/juno/core/test/CT_ParserReader.class    |   Bin 4281 -> 0 bytes
 .../core/test/CT_PropertyNamerDashedLC.class    |   Bin 1118 -> 0 bytes
 .../ibm/juno/core/test/CT_Visibility$A.class    |   Bin 560 -> 0 bytes
 .../com/ibm/juno/core/test/CT_Visibility.class  |   Bin 5163 -> 0 bytes
 .../com/ibm/juno/core/test/TestUtils$1.class    |   Bin 2177 -> 0 bytes
 .../com/ibm/juno/core/test/TestUtils.class      |   Bin 12059 -> 0 bytes
 .../ibm/juno/core/test/XmlValidatorParser.class |   Bin 5295 -> 0 bytes
 .../com/ibm/juno/core/test/a/A1$1.class         |   Bin 207 -> 0 bytes
 .../com/ibm/juno/core/test/a/A1$A2.class        |   Bin 1818 -> 0 bytes
 .../com/ibm/juno/core/test/a/A1$A3.class        |   Bin 1818 -> 0 bytes
 .../com/ibm/juno/core/test/a/A1$A4.class        |   Bin 1823 -> 0 bytes
 .../com/ibm/juno/core/test/a/A1$A5.class        |   Bin 2016 -> 0 bytes
 .../core.test/com/ibm/juno/core/test/a/A1.class |   Bin 3121 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs$A.class |   Bin 855 -> 0 bytes
 .../rttests/CT_RoundTripAddClassAttrs$AA.class  |   Bin 554 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs$B.class |   Bin 1187 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs$C.class |   Bin 1355 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs$D.class |   Bin 1316 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs$E.class |   Bin 1658 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs$F.class |   Bin 1670 -> 0 bytes
 .../rttests/CT_RoundTripAddClassAttrs$IA.class  |   Bin 346 -> 0 bytes
 .../a/rttests/CT_RoundTripAddClassAttrs.class   |   Bin 10298 -> 0 bytes
 .../CT_RoundTripBeanInheritance$A1.class        |   Bin 1574 -> 0 bytes
 .../CT_RoundTripBeanInheritance$A2.class        |   Bin 1002 -> 0 bytes
 .../CT_RoundTripBeanInheritance$A3.class        |   Bin 1077 -> 0 bytes
 .../CT_RoundTripBeanInheritance$B1.class        |   Bin 1772 -> 0 bytes
 .../CT_RoundTripBeanInheritance$B2.class        |   Bin 1447 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanInheritance.class |   Bin 3295 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$1.class |   Bin 993 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$2.class |   Bin 1055 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$A.class |   Bin 1131 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$ABean.class  |   Bin 623 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$B.class |   Bin 1143 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$B1.class     |   Bin 739 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$B2.class     |   Bin 739 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$B3.class     |   Bin 1069 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$BA.class     |   Bin 1001 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$BA1.class    |   Bin 814 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$BA2.class    |   Bin 542 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$C.class |   Bin 483 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$C1.class     |   Bin 739 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$C2.class     |   Bin 739 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$C3.class     |   Bin 1069 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$CA.class     |   Bin 519 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$CA1.class    |   Bin 814 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$CA2.class    |   Bin 542 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$CAFilter.class |   Bin 1091 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$CBean.class  |   Bin 783 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$CFilter.class  |   Bin 1173 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$D1.class     |   Bin 811 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$D2.class     |   Bin 709 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$D2Filter.class |   Bin 836 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$E1.class     |   Bin 815 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$E2.class     |   Bin 709 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$E2Filter.class |   Bin 830 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$FA1.class    |   Bin 589 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$FA2.class    |   Bin 724 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$FB1.class    |   Bin 489 -> 0 bytes
 .../CT_RoundTripBeanMaps$FB1Filter.class        |   Bin 795 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$FB2.class    |   Bin 724 -> 0 bytes
 .../CT_RoundTripBeanMaps$FB2Filter.class        |   Bin 872 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$G$G1$G2.class  |   Bin 790 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$G$G1.class   |   Bin 966 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$G.class |   Bin 1109 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$H$H1$H2.class  |   Bin 790 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$H$H1.class   |   Bin 966 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$H.class |   Bin 1520 -> 0 bytes
 .../rttests/CT_RoundTripBeanMaps$I$I1$I2.class  |   Bin 786 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$I$I1.class   |   Bin 962 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$I.class |   Bin 1380 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$IBean.class  |   Bin 337 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$J$J2.class   |   Bin 1014 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$J.class |   Bin 964 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$K.class |   Bin 2392 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$KEnum.class  |   Bin 1320 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$L.class |   Bin 743 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$M.class |   Bin 1172 -> 0 bytes
 .../a/rttests/CT_RoundTripBeanMaps$N$N2.class   |   Bin 911 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps$N.class |   Bin 758 -> 0 bytes
 .../test/a/rttests/CT_RoundTripBeanMaps.class   |   Bin 18595 -> 0 bytes
 .../core/test/a/rttests/CT_RoundTripDTOs.class  |   Bin 1495 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$A$1.class   |   Bin 1057 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$A$2.class   |   Bin 1057 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$A$3.class   |   Bin 1053 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$A$4.class   |   Bin 1053 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$A.class     |   Bin 3187 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$AEnum.class |   Bin 1292 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$B$1.class   |   Bin 1057 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$B$2.class   |   Bin 1057 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$B$3.class   |   Bin 1053 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$B$4.class   |   Bin 1053 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$B.class     |   Bin 3187 -> 0 bytes
 .../test/a/rttests/CT_RoundTripEnum$BEnum.class |   Bin 1763 -> 0 bytes
 .../core/test/a/rttests/CT_RoundTripEnum.class  |   Bin 4324 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A$1.class |   Bin 960 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A$2.class |   Bin 1054 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A$3.class |   Bin 1028 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A$4.class |   Bin 1028 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A$5.class |   Bin 990 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A$6.class |   Bin 1073 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$A.class   |   Bin 2293 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$B.class   |   Bin 745 -> 0 bytes
 .../CT_RoundTripFilterBeans$BFilter.class       |   Bin 1962 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$C1.class  |   Bin 817 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$C2.class  |   Bin 1122 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$C3.class  |   Bin 1487 -> 0 bytes
 .../rttests/CT_RoundTripFilterBeans$CDTO.class  |   Bin 521 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$D1.class  |   Bin 676 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans$D2.class  |   Bin 1067 -> 0 bytes
 .../a/rttests/CT_RoundTripFilterBeans.class     |   Bin 7825 -> 0 bytes
 .../a/rttests/CT_RoundTripGenerics$Pair.class   |   Bin 1450 -> 0 bytes
 .../rttests/CT_RoundTripGenerics$RealPair.class |   Bin 902 -> 0 bytes
 .../a/rttests/CT_RoundTripGenerics$Source.class |   Bin 658 -> 0 bytes
 .../a/rttests/CT_RoundTripGenerics$Target.class |   Bin 658 -> 0 bytes
 .../test/a/rttests/CT_RoundTripGenerics.class   |   Bin 2318 -> 0 bytes
 .../a/rttests/CT_RoundTripLargeObjects$A.class  |   Bin 1588 -> 0 bytes
 .../a/rttests/CT_RoundTripLargeObjects$A1.class |   Bin 628 -> 0 bytes
 .../CT_RoundTripLargeObjects$A1List.class       |   Bin 672 -> 0 bytes
 .../CT_RoundTripLargeObjects$A1Map.class        |   Bin 693 -> 0 bytes
 .../a/rttests/CT_RoundTripLargeObjects.class    |   Bin 5949 -> 0 bytes
 .../a/rttests/CT_RoundTripMaps$TestEnum.class   |   Bin 1313 -> 0 bytes
 .../core/test/a/rttests/CT_RoundTripMaps.class  |   Bin 7150 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$A.class        |   Bin 1526 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$A1.class       |   Bin 1036 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$A2.class       |   Bin 1033 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$A3.class       |   Bin 1031 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$A4.class       |   Bin 1037 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$B.class        |   Bin 1018 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$B1.class       |   Bin 1457 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$B2.class       |   Bin 1920 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$C.class        |   Bin 1526 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$C1.class       |   Bin 1530 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$C2.class       |   Bin 1279 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$C3.class       |   Bin 1375 -> 0 bytes
 .../CT_RoundTripObjectsAsStrings$C4.class       |   Bin 1031 -> 0 bytes
 .../rttests/CT_RoundTripObjectsAsStrings.class  |   Bin 3563 -> 0 bytes
 ...T_RoundTripObjectsWithSpecialMethods$A.class |   Bin 1317 -> 0 bytes
 ..._RoundTripObjectsWithSpecialMethods$A2.class |   Bin 943 -> 0 bytes
 ...T_RoundTripObjectsWithSpecialMethods$B.class |   Bin 1003 -> 0 bytes
 ..._RoundTripObjectsWithSpecialMethods$B2.class |   Bin 1151 -> 0 bytes
 .../CT_RoundTripObjectsWithSpecialMethods.class |   Bin 2666 -> 0 bytes
 .../CT_RoundTripPrimitiveObjectBeans.class      |   Bin 7644 -> 0 bytes
 .../rttests/CT_RoundTripPrimitivesBeans$1.class |   Bin 1127 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$1.class |   Bin 1046 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$2.class |   Bin 1046 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$3.class |   Bin 1047 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$4.class |   Bin 1046 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$5.class |   Bin 1046 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$6.class |   Bin 1046 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$7.class |   Bin 1046 -> 0 bytes
 ...ndTripPrimitivesBeans$PrimitivesBean$8.class |   Bin 1046 -> 0 bytes
 ...oundTripPrimitivesBeans$PrimitivesBean.class |   Bin 4229 -> 0 bytes
 .../a/rttests/CT_RoundTripPrimitivesBeans.class |   Bin 6247 -> 0 bytes
 .../a/rttests/CT_RoundTripReadOnlyBeans$A.class |   Bin 1381 -> 0 bytes
 .../a/rttests/CT_RoundTripReadOnlyBeans$B.class |   Bin 1101 -> 0 bytes
 .../a/rttests/CT_RoundTripReadOnlyBeans.class   |   Bin 1891 -> 0 bytes
 .../a/rttests/CT_RoundTripSimpleObjects.class   |   Bin 14990 -> 0 bytes
 .../a/rttests/CT_RoundTripToObjectMaps$1.class  |   Bin 1116 -> 0 bytes
 .../a/rttests/CT_RoundTripToObjectMaps$2.class  |   Bin 1186 -> 0 bytes
 .../a/rttests/CT_RoundTripToObjectMaps$A.class  |   Bin 1441 -> 0 bytes
 .../a/rttests/CT_RoundTripToObjectMaps.class    |   Bin 3110 -> 0 bytes
 .../test/a/rttests/RoundTripTest$Flags.class    |   Bin 658 -> 0 bytes
 .../core/test/a/rttests/RoundTripTest.class     |   Bin 13365 -> 0 bytes
 .../com/ibm/juno/core/test/csv/CT_Csv$A.class   |   Bin 511 -> 0 bytes
 .../com/ibm/juno/core/test/csv/CT_Csv.class     |   Bin 1283 -> 0 bytes
 .../ibm/juno/core/test/dto/atom/CT_Atom.class   |   Bin 5585 -> 0 bytes
 .../com/ibm/juno/core/test/dto/atom/test1.xml   |    46 -
 .../com/ibm/juno/core/test/dto/atom/test2.xml   |    46 -
 .../com/ibm/juno/core/test/dto/atom/test3.xml   |    46 -
 .../test/dto/cognos/CT_CognosXml$Item.class     |   Bin 841 -> 0 bytes
 .../core/test/dto/cognos/CT_CognosXml.class     |   Bin 3825 -> 0 bytes
 .../test/dto/jsonschema/CT_JsonSchema.class     |   Bin 5202 -> 0 bytes
 .../juno/core/test/dto/jsonschema/test1.json    |    77 -
 .../juno/core/test/dto/jsonschema/test2.json    |    20 -
 .../core/test/filters/CT_BeanFilter$A1.class    |   Bin 266 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$A2.class    |   Bin 334 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$A3.class    |   Bin 734 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$B1.class    |   Bin 457 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$B2.class    |   Bin 517 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$C1.class    |   Bin 659 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$C2.class    |   Bin 698 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$C3.class    |   Bin 845 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$D1.class    |   Bin 659 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$D2.class    |   Bin 793 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$D3.class    |   Bin 698 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$E1.class    |   Bin 659 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$E2.class    |   Bin 793 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$E3.class    |   Bin 810 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$F1.class    |   Bin 754 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$F2.class    |   Bin 698 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$F3.class    |   Bin 845 -> 0 bytes
 .../core/test/filters/CT_BeanFilter$Test2.class |   Bin 719 -> 0 bytes
 .../juno/core/test/filters/CT_BeanFilter.class  |   Bin 4139 -> 0 bytes
 .../juno/core/test/filters/CT_BeanMap$A.class   |   Bin 486 -> 0 bytes
 .../juno/core/test/filters/CT_BeanMap$B.class   |   Bin 906 -> 0 bytes
 .../juno/core/test/filters/CT_BeanMap$B1.class  |   Bin 440 -> 0 bytes
 .../core/test/filters/CT_BeanMap$B1Filter.class |   Bin 1283 -> 0 bytes
 .../juno/core/test/filters/CT_BeanMap$B2.class  |   Bin 481 -> 0 bytes
 .../core/test/filters/CT_BeanMap$B2Filter.class |   Bin 1283 -> 0 bytes
 .../ibm/juno/core/test/filters/CT_BeanMap.class |   Bin 2694 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$1.class    |   Bin 822 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$2.class    |   Bin 945 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$A$1.class  |   Bin 954 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$A$2.class  |   Bin 1038 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$A$3.class  |   Bin 1135 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$A$4.class  |   Bin 1238 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$A.class    |   Bin 1695 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$B$1.class  |   Bin 954 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$B$2.class  |   Bin 1038 -> 0 bytes
 .../filters/CT_ByteArrayBase64Filter$B.class    |   Bin 1191 -> 0 bytes
 .../test/filters/CT_ByteArrayBase64Filter.class |   Bin 4507 -> 0 bytes
 .../core/test/filters/CT_CalendarFilter$A.class |   Bin 1478 -> 0 bytes
 .../core/test/filters/CT_CalendarFilter.class   |   Bin 20536 -> 0 bytes
 .../core/test/filters/CT_DateFilter$A.class     |   Bin 621 -> 0 bytes
 .../juno/core/test/filters/CT_DateFilter.class  |   Bin 5585 -> 0 bytes
 .../test/filters/CT_EnumerationFilter.class     |   Bin 1639 -> 0 bytes
 .../core/test/filters/CT_IteratorFilter.class   |   Bin 1639 -> 0 bytes
 .../core/test/filters/CT_ReaderFilter.class     |   Bin 1906 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$A.class   |   Bin 594 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$B$1.class |   Bin 866 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$B.class   |   Bin 881 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$C$1.class |   Bin 797 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$C.class   |   Bin 860 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$D.class   |   Bin 762 -> 0 bytes
 .../juno/core/test/html/CT_Common$E1$1.class    |   Bin 890 -> 0 bytes
 .../juno/core/test/html/CT_Common$E1$2.class    |   Bin 824 -> 0 bytes
 .../juno/core/test/html/CT_Common$E1$3.class    |   Bin 976 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$E1.class  |   Bin 1744 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$E2.class  |   Bin 461 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$F.class   |   Bin 703 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$G.class   |   Bin 570 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$J.class   |   Bin 1356 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$R1.class  |   Bin 575 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$R2.class  |   Bin 575 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Common$R3.class  |   Bin 575 -> 0 bytes
 .../com/ibm/juno/core/test/html/CT_Common.class |   Bin 14435 -> 0 bytes
 .../juno/core/test/html/CT_CommonParser$1.class |   Bin 1472 -> 0 bytes
 .../core/test/html/CT_CommonParser$A1.class     |   Bin 548 -> 0 bytes
 .../core/test/html/CT_CommonParser$A2.class     |   Bin 581 -> 0 bytes
 .../core/test/html/CT_CommonParser$A3.class     |   Bin 634 -> 0 bytes
 .../juno/core/test/html/CT_CommonParser$B.class |   Bin 442 -> 0 bytes
 .../juno/core/test/html/CT_CommonParser$C.class |   Bin 1100 -> 0 bytes
 .../juno/core/test/html/CT_CommonParser.class   |   Bin 7309 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$A1.class    |   Bin 442 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$A2.class    |   Bin 442 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$A3.class    |   Bin 577 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$A4.class    |   Bin 653 -> 0 bytes
 .../juno/core/test/html/CT_Html$A4Filter.class  |   Bin 1136 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$A5.class    |   Bin 653 -> 0 bytes
 .../juno/core/test/html/CT_Html$A5Filter.class  |   Bin 1184 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$B1.class    |   Bin 661 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$B2.class    |   Bin 556 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$C1.class    |   Bin 550 -> 0 bytes
 .../ibm/juno/core/test/html/CT_Html$C2.class    |   Bin 550 -> 0 bytes
 .../com/ibm/juno/core/test/html/CT_Html.class   |   Bin 5328 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$1.class    |   Bin 2117 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$2.class    |   Bin 792 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$3.class    |   Bin 797 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$4.class    |   Bin 797 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$5.class    |   Bin 1348 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$6.class    |   Bin 1333 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$7.class    |   Bin 1351 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$8.class    |   Bin 1332 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$9.class    |   Bin 1334 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$A.class    |   Bin 605 -> 0 bytes
 .../juno/core/test/ini/CT_ConfigFile$B.class    |   Bin 1512 -> 0 bytes
 .../ibm/juno/core/test/ini/CT_ConfigFile.class  |   Bin 42958 -> 0 bytes
 .../ibm/juno/core/test/ini/CT_ConfigMgr$1.class |   Bin 593 -> 0 bytes
 .../ibm/juno/core/test/ini/CT_ConfigMgr.class   |   Bin 9283 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$A.class   |   Bin 594 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$B$1.class |   Bin 866 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$B.class   |   Bin 881 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$C$1.class |   Bin 797 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$C.class   |   Bin 860 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$D.class   |   Bin 762 -> 0 bytes
 .../juno/core/test/jena/CT_Common$E1$1.class    |   Bin 818 -> 0 bytes
 .../juno/core/test/jena/CT_Common$E1$2.class    |   Bin 752 -> 0 bytes
 .../juno/core/test/jena/CT_Common$E1$3.class    |   Bin 846 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$E1.class  |   Bin 1765 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$E2.class  |   Bin 461 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$F.class   |   Bin 837 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$G.class   |   Bin 570 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$R1.class  |   Bin 575 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$R2.class  |   Bin 575 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_Common$R3.class  |   Bin 575 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Common.class |   Bin 13485 -> 0 bytes
 .../juno/core/test/jena/CT_CommonParser$1.class |   Bin 1472 -> 0 bytes
 .../core/test/jena/CT_CommonParser$A1.class     |   Bin 548 -> 0 bytes
 .../core/test/jena/CT_CommonParser$A2.class     |   Bin 581 -> 0 bytes
 .../core/test/jena/CT_CommonParser$A3.class     |   Bin 634 -> 0 bytes
 .../juno/core/test/jena/CT_CommonParser$B.class |   Bin 442 -> 0 bytes
 .../juno/core/test/jena/CT_CommonParser$C.class |   Bin 1100 -> 0 bytes
 .../juno/core/test/jena/CT_CommonParser.class   |   Bin 9004 -> 0 bytes
 .../juno/core/test/jena/CT_CommonXml$A.class    |   Bin 884 -> 0 bytes
 .../juno/core/test/jena/CT_CommonXml$B.class    |   Bin 879 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_CommonXml.class  |   Bin 2940 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$A.class  |   Bin 1257 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$B.class  |   Bin 2688 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$BA.class |   Bin 965 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$BB.class |   Bin 965 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$BC.class |   Bin 966 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$BD.class |   Bin 974 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$BE.class |   Bin 969 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$C.class  |   Bin 2504 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf$D.class  |   Bin 1139 -> 0 bytes
 .../com/ibm/juno/core/test/jena/CT_Rdf.class    |   Bin 11093 -> 0 bytes
 .../juno/core/test/jena/CT_RdfParser$A.class    |   Bin 2247 -> 0 bytes
 .../juno/core/test/jena/CT_RdfParser$A1.class   |   Bin 1885 -> 0 bytes
 .../ibm/juno/core/test/jena/CT_RdfParser.class  |   Bin 3611 -> 0 bytes
 .../juno/core/test/json/BrokenCognosOutput.txt  |     1 -
 .../ibm/juno/core/test/json/CT_Common$A.class   |   Bin 594 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$B$1.class |   Bin 866 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$B.class   |   Bin 881 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$C$1.class |   Bin 797 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$C.class   |   Bin 860 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$D.class   |   Bin 762 -> 0 bytes
 .../juno/core/test/json/CT_Common$E1$1.class    |   Bin 890 -> 0 bytes
 .../juno/core/test/json/CT_Common$E1$2.class    |   Bin 824 -> 0 bytes
 .../juno/core/test/json/CT_Common$E1$3.class    |   Bin 976 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$E1.class  |   Bin 1744 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$E2.class  |   Bin 461 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$F.class   |   Bin 703 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$G.class   |   Bin 570 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$J.class   |   Bin 1356 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$R1.class  |   Bin 575 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$R2.class  |   Bin 575 -> 0 bytes
 .../ibm/juno/core/test/json/CT_Common$R3.class  |   Bin 575 -> 0 bytes
 .../com/ibm/juno/core/test/json/CT_Common.class |   Bin 10391 -> 0 bytes
 .../juno/core/test/json/CT_CommonParser$1.class |   Bin 1472 -> 0 bytes
 .../core/test/json/CT_CommonParser$A1.class     |   Bin 548 -> 0 bytes
 .../core/test/json/CT_CommonParser$A2.class     |   Bin 581 -> 0 bytes
 .../core/test/json/CT_CommonParser$A3.class     |   Bin 634 -> 0 bytes
 .../juno/core/test/json/CT_CommonParser$B.class |   Bin 442 -> 0 bytes
 .../juno/core/test/json/CT_CommonParser$C.class |   Bin 1100 -> 0 bytes
 .../juno/core/test/json/CT_CommonParser.class   |   Bin 6353 -> 0 bytes
 .../com/ibm/juno/core/test/json/CT_Json$A.class |   Bin 658 -> 0 bytes
 .../com/ibm/juno/core/test/json/CT_Json$B.class |   Bin 1069 -> 0 bytes
 .../com/ibm/juno/core/test/json/CT_Json$C.class |   Bin 451 -> 0 bytes
 .../com/ibm/juno/core/test/json/CT_Json.class   |   Bin 7860 -> 0 bytes
 .../juno/core/test/json/CT_JsonParser$A.class   |   Bin 440 -> 0 bytes
 .../juno/core/test/json/CT_JsonParser$B.class   |   Bin 655 -> 0 bytes
 .../juno/core/test/json/CT_JsonParser$C.class   |   Bin 861 -> 0 bytes
 .../ibm/juno/core/test/json/CT_JsonParser.class |   Bin 7487 -> 0 bytes
 .../ibm/juno/core/test/json/CT_JsonSchema.class |   Bin 1611 -> 0 bytes
 .../urlencoding/CT_CommonParser_Uon$1.class     |   Bin 1531 -> 0 bytes
 .../urlencoding/CT_CommonParser_Uon$A1.class    |   Bin 607 -> 0 bytes
 .../urlencoding/CT_CommonParser_Uon$A2.class    |   Bin 640 -> 0 bytes
 .../urlencoding/CT_CommonParser_Uon$A3.class    |   Bin 671 -> 0 bytes
 .../urlencoding/CT_CommonParser_Uon$B.class     |   Bin 479 -> 0 bytes
 .../urlencoding/CT_CommonParser_Uon$C.class     |   Bin 1170 -> 0 bytes
 .../test/urlencoding/CT_CommonParser_Uon.class  |   Bin 5760 -> 0 bytes
 .../CT_CommonParser_UrlEncoding$1.class         |   Bin 1579 -> 0 bytes
 .../CT_CommonParser_UrlEncoding$A1.class        |   Bin 655 -> 0 bytes
 .../CT_CommonParser_UrlEncoding$A2.class        |   Bin 688 -> 0 bytes
 .../CT_CommonParser_UrlEncoding$A3.class        |   Bin 703 -> 0 bytes
 .../CT_CommonParser_UrlEncoding$B.class         |   Bin 511 -> 0 bytes
 .../CT_CommonParser_UrlEncoding$C.class         |   Bin 1226 -> 0 bytes
 .../CT_CommonParser_UrlEncoding.class           |   Bin 7161 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon$A.class |   Bin 642 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$B$1.class    |   Bin 958 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon$B.class |   Bin 962 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$C$1.class    |   Bin 889 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon$C.class |   Bin 941 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon$D.class |   Bin 843 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$E1$1.class   |   Bin 960 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$E1$2.class   |   Bin 916 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$E1$3.class   |   Bin 1046 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$E1.class     |   Bin 1869 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$E2.class     |   Bin 498 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon$F.class |   Bin 751 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon$G.class |   Bin 607 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$R1.class     |   Bin 634 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$R2.class     |   Bin 634 -> 0 bytes
 .../test/urlencoding/CT_Common_Uon$R3.class     |   Bin 634 -> 0 bytes
 .../core/test/urlencoding/CT_Common_Uon.class   |   Bin 10239 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$A.class   |   Bin 682 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$B$1.class |   Bin 1030 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$B.class   |   Bin 1026 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$C$1.class |   Bin 961 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$C.class   |   Bin 1005 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$D.class   |   Bin 907 -> 0 bytes
 .../CT_Common_UrlEncoding$E1$1.class            |   Bin 1016 -> 0 bytes
 .../CT_Common_UrlEncoding$E1$2.class            |   Bin 988 -> 0 bytes
 .../CT_Common_UrlEncoding$E1$3.class            |   Bin 1102 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$E1.class  |   Bin 1965 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$E2.class  |   Bin 530 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$F.class   |   Bin 791 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$G.class   |   Bin 639 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$R1.class  |   Bin 682 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$R2.class  |   Bin 682 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding$R3.class  |   Bin 682 -> 0 bytes
 .../urlencoding/CT_Common_UrlEncoding.class     |   Bin 10604 -> 0 bytes
 .../core/test/urlencoding/CT_UonParser$A.class  |   Bin 474 -> 0 bytes
 .../core/test/urlencoding/CT_UonParser.class    |   Bin 10441 -> 0 bytes
 .../CT_UonParserReader$SlowStringReader.class   |   Bin 1014 -> 0 bytes
 .../test/urlencoding/CT_UonParserReader.class   |   Bin 4228 -> 0 bytes
 .../test/urlencoding/CT_UonSerializer.class     |   Bin 10386 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$A.class    |   Bin 506 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$B.class    |   Bin 512 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$C.class    |   Bin 552 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$C1.class   |   Bin 493 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$D.class    |   Bin 761 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$D1.class   |   Bin 507 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$D2.class   |   Bin 507 -> 0 bytes
 .../urlencoding/CT_UrlEncodingParser$E.class    |   Bin 526 -> 0 bytes
 .../test/urlencoding/CT_UrlEncodingParser.class |   Bin 20008 -> 0 bytes
 .../urlencoding/CT_UrlEncodingSerializer.class  |   Bin 10071 -> 0 bytes
 .../ibm/juno/core/test/urlencoding/DTOs$A.class |   Bin 653 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$1.class   |   Bin 678 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$10.class  |   Bin 929 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$2.class   |   Bin 737 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$3.class   |   Bin 739 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$4.class   |   Bin 808 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$5.class   |   Bin 927 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$6.class   |   Bin 678 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$7.class   |   Bin 737 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$8.class   |   Bin 739 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$B$9.class   |   Bin 808 -> 0 bytes
 .../ibm/juno/core/test/urlencoding/DTOs$B.class |   Bin 5496 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$1.class   |   Bin 678 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$10.class  |   Bin 929 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$2.class   |   Bin 737 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$3.class   |   Bin 739 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$4.class   |   Bin 808 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$5.class   |   Bin 927 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$6.class   |   Bin 678 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$7.class   |   Bin 737 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$8.class   |   Bin 739 -> 0 bytes
 .../juno/core/test/urlencoding/DTOs$C$9.class   |   Bin 808 -> 0 bytes
 .../ibm/juno/core/test/urlencoding/DTOs$C.class |   Bin 2634 -> 0 bytes
 .../ibm/juno/core/test/urlencoding/DTOs.class   |   Bin 511 -> 0 bytes
 .../com/ibm/juno/core/test/utils/CT_Args.class  |   Bin 1714 -> 0 bytes
 .../juno/core/test/utils/CT_ArrayUtils.class    |   Bin 4007 -> 0 bytes
 .../core/test/utils/CT_ByteArrayCache.class     |   Bin 1392 -> 0 bytes
 .../test/utils/CT_ByteArrayInOutStream.class    |   Bin 1335 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_CharSet.class   |   Bin 810 -> 0 bytes
 .../juno/core/test/utils/CT_ClassUtils$A.class  |   Bin 221 -> 0 bytes
 .../juno/core/test/utils/CT_ClassUtils$A1.class |   Bin 476 -> 0 bytes
 .../juno/core/test/utils/CT_ClassUtils$A2.class |   Bin 454 -> 0 bytes
 .../juno/core/test/utils/CT_ClassUtils.class    |   Bin 3319 -> 0 bytes
 .../core/test/utils/CT_CollectionUtils.class    |   Bin 979 -> 0 bytes
 .../juno/core/test/utils/CT_FilteredMap.class   |   Bin 1832 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOPipe$1.class  |   Bin 939 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOPipe$2.class  |   Bin 939 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOPipe$3.class  |   Bin 939 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOPipe$4.class  |   Bin 1007 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOPipe$5.class  |   Bin 944 -> 0 bytes
 .../test/utils/CT_IOPipe$TestInputStream.class  |   Bin 743 -> 0 bytes
 .../test/utils/CT_IOPipe$TestOutputStream.class |   Bin 911 -> 0 bytes
 .../core/test/utils/CT_IOPipe$TestReader.class  |   Bin 593 -> 0 bytes
 .../core/test/utils/CT_IOPipe$TestWriter.class  |   Bin 533 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOPipe.class    |   Bin 4988 -> 0 bytes
 .../test/utils/CT_IOUtils$TestInputStream.class |   Bin 747 -> 0 bytes
 .../utils/CT_IOUtils$TestOutputStream.class     |   Bin 915 -> 0 bytes
 .../core/test/utils/CT_IOUtils$TestReader.class |   Bin 597 -> 0 bytes
 .../core/test/utils/CT_IOUtils$TestWriter.class |   Bin 537 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_IOUtils.class   |   Bin 1476 -> 0 bytes
 .../juno/core/test/utils/CT_IdentityList.class  |   Bin 1038 -> 0 bytes
 .../juno/core/test/utils/CT_KeywordStore.class  |   Bin 1462 -> 0 bytes
 .../juno/core/test/utils/CT_MultiIterable.class |   Bin 2226 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_MultiSet.class  |   Bin 3670 -> 0 bytes
 .../juno/core/test/utils/CT_ParserReader.class  |   Bin 1365 -> 0 bytes
 .../core/test/utils/CT_PojoIntrospector.class   |   Bin 1678 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$1.class   |   Bin 978 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$2.class   |   Bin 928 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$3.class   |   Bin 981 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$4.class   |   Bin 978 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$5.class   |   Bin 973 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$A.class   |   Bin 731 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$B.class   |   Bin 1082 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$C.class   |   Bin 697 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$D1.class  |   Bin 864 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$D2.class  |   Bin 734 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$E.class   |   Bin 827 -> 0 bytes
 .../core/test/utils/CT_PojoQuery$F1$1.class     |   Bin 1385 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$F1.class  |   Bin 1402 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$F2.class  |   Bin 767 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$G.class   |   Bin 827 -> 0 bytes
 .../core/test/utils/CT_PojoQuery$H1$1.class     |   Bin 1385 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$H1.class  |   Bin 1402 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$H2.class  |   Bin 767 -> 0 bytes
 .../juno/core/test/utils/CT_PojoQuery$I.class   |   Bin 996 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_PojoQuery.class |   Bin 12626 -> 0 bytes
 .../juno/core/test/utils/CT_PojoRest$A.class    |   Bin 1691 -> 0 bytes
 .../core/test/utils/CT_PojoRest$Address.class   |   Bin 1244 -> 0 bytes
 .../test/utils/CT_PojoRest$AddressBook.class    |   Bin 1102 -> 0 bytes
 .../core/test/utils/CT_PojoRest$Person.class    |   Bin 1162 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_PojoRest.class  |   Bin 21086 -> 0 bytes
 .../ibm/juno/core/test/utils/CT_SimpleMap.class |   Bin 2167 -> 0 bytes
 .../test/utils/CT_StringBuilderWriter.class     |   Bin 1917 -> 0 bytes
 .../test/utils/CT_StringUtils$BadNumber.class   |   Bin 437 -> 0 bytes
 .../juno/core/test/utils/CT_StringUtils.class   |   Bin 14381 -> 0 bytes
 .../test/utils/CT_StringVarResolver$1.class     |   Bin 957 -> 0 bytes
 .../test/utils/CT_StringVarResolver$2.class     |   Bin 958 -> 0 bytes
 .../test/utils/CT_StringVarResolver$3.class     |   Bin 965 -> 0 bytes
 .../test/utils/CT_StringVarResolver$4.class     |   Bin 973 -> 0 bytes
 .../test/utils/CT_StringVarResolver$5.class     |   Bin 906 -> 0 bytes
 .../test/utils/CT_StringVarResolver$6.class     |   Bin 795 -> 0 bytes
 .../test/utils/CT_StringVarResolver$7.class     |   Bin 795 -> 0 bytes
 .../core/test/utils/CT_StringVarResolver.class  |   Bin 5850 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$A.class    |   Bin 590 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$B$1.class  |   Bin 858 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$B.class    |   Bin 874 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$C$1.class  |   Bin 789 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$C.class    |   Bin 853 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$D.class    |   Bin 755 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$E1$1.class |   Bin 884 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$E1$2.class |   Bin 816 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$E1$3.class |   Bin 970 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$E1.class   |   Bin 1750 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$E2.class   |   Bin 692 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$G.class    |   Bin 567 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$R1.class   |   Bin 570 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$R2.class   |   Bin 570 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Common$R3.class   |   Bin 570 -> 0 bytes
 .../juno/core/test/xml/CT_Common$Test7b.class   |   Bin 719 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Common.class  |   Bin 10265 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser$1.class  |   Bin 1467 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser$A1.class |   Bin 543 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser$A2.class |   Bin 576 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser$A3.class |   Bin 631 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser$B.class  |   Bin 439 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser$C.class  |   Bin 1094 -> 0 bytes
 .../juno/core/test/xml/CT_CommonParser.class    |   Bin 6580 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_CommonXml$A.class |   Bin 1014 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_CommonXml$B.class |   Bin 970 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_CommonXml.class   |   Bin 2383 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$A.class   |   Bin 510 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$B1.class  |   Bin 409 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$B2.class  |   Bin 411 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$C1.class  |   Bin 297 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$C2.class  |   Bin 435 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$C3.class  |   Bin 447 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$D.class   |   Bin 542 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$E.class   |   Bin 510 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$F.class   |   Bin 543 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$G.class   |   Bin 610 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$H.class   |   Bin 576 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$I.class   |   Bin 607 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Xml$J1$1.class    |   Bin 789 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$J1.class  |   Bin 862 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$J2.class  |   Bin 545 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$K.class   |   Bin 493 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$L.class   |   Bin 626 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$M.class   |   Bin 784 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$N.class   |   Bin 985 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$O.class   |   Bin 1020 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$P.class   |   Bin 1017 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_Xml$Person1.class |   Bin 890 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml$Q.class   |   Bin 1022 -> 0 bytes
 .../com/ibm/juno/core/test/xml/CT_Xml.class     |   Bin 24963 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$1.class  |   Bin 725 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$10.class |   Bin 739 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$2.class  |   Bin 725 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$3.class  |   Bin 739 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$4.class  |   Bin 739 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$5.class  |   Bin 721 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$6.class  |   Bin 721 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$7.class  |   Bin 711 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$8.class  |   Bin 711 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$9.class  |   Bin 737 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$A.class  |   Bin 965 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$B.class  |   Bin 818 -> 0 bytes
 .../core/test/xml/CT_XmlCollapsed$C$1.class     |   Bin 762 -> 0 bytes
 .../core/test/xml/CT_XmlCollapsed$C$2.class     |   Bin 762 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$C.class  |   Bin 1154 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$D.class  |   Bin 2445 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$E.class  |   Bin 1800 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$F1.class |   Bin 826 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$FA.class |   Bin 1149 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$FB.class |   Bin 977 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$FC.class |   Bin 982 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$G.class  |   Bin 1168 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$H.class  |   Bin 952 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$H1.class |   Bin 587 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed$I.class  |   Bin 975 -> 0 bytes
 .../juno/core/test/xml/CT_XmlCollapsed.class    |   Bin 8105 -> 0 bytes
 .../juno/core/test/xml/CT_XmlContent$A.class    |   Bin 838 -> 0 bytes
 .../juno/core/test/xml/CT_XmlContent$B.class    |   Bin 1013 -> 0 bytes
 .../xml/CT_XmlContent$BContentHandler.class     |   Bin 2057 -> 0 bytes
 .../juno/core/test/xml/CT_XmlContent$C1.class   |   Bin 626 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_XmlContent.class  |   Bin 5773 -> 0 bytes
 .../ibm/juno/core/test/xml/CT_XmlParser.class   |   Bin 2984 -> 0 bytes
 .../core/test/xml/testComparisonWithJson.json   |    17 -
 .../core/test/xml/testComparisonWithJson.xml    |    17 -
 .../ibm/juno/core/test/xml/testNamespaces.xml   |    17 -
 .../com/ibm/juno/core/test/xml/xml1a/T1.class   |   Bin 1152 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1a/T2.class   |   Bin 1169 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1b/T3.class   |   Bin 1111 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1b/T4.class   |   Bin 1140 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1b/T5.class   |   Bin 1169 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1b/T6.class   |   Bin 1152 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1b/T7.class   |   Bin 1270 -> 0 bytes
 .../juno/core/test/xml/xml1b/package-info.class |   Bin 273 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1c/T8.class   |   Bin 789 -> 0 bytes
 .../com/ibm/juno/core/test/xml/xml1c/T9.class   |   Bin 499 -> 0 bytes
 .../juno/core/test/xml/xml1c/package-info.class |   Bin 478 -> 0 bytes
 .../PrimitiveAtomicObjectsBean$1.class          |   Bin 912 -> 0 bytes
 .../PrimitiveAtomicObjectsBean$2.class          |   Bin 906 -> 0 bytes
 .../testbeans/PrimitiveAtomicObjectsBean.class  |   Bin 2069 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$1.class |   Bin 839 -> 0 bytes
 .../testbeans/PrimitiveObjectsBean$10.class     |   Bin 855 -> 0 bytes
 .../testbeans/PrimitiveObjectsBean$11.class     |   Bin 855 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$2.class |   Bin 837 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$3.class |   Bin 853 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$4.class |   Bin 840 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$5.class |   Bin 846 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$6.class |   Bin 837 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$7.class |   Bin 840 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$8.class |   Bin 843 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean$9.class |   Bin 845 -> 0 bytes
 .../juno/testbeans/PrimitiveObjectsBean.class   |   Bin 6622 -> 0 bytes
 .../ibm/juno/testbeans/TestURI$TestURIb.class   |   Bin 571 -> 0 bytes
 .../com/ibm/juno/testbeans/TestURI.class        |   Bin 1280 -> 0 bytes
 .../bin/core/META-INF/MANIFEST.MF               |    39 +-
 .../core/com/ibm/juno/core/BeanContext.class    |   Bin 39727 -> 0 bytes
 .../bin/core/com/ibm/juno/core/BeanContext.java |  1804 ---
 .../com/ibm/juno/core/BeanContextFactory.class  |   Bin 12989 -> 0 bytes
 .../com/ibm/juno/core/BeanContextFactory.java   |   454 -
 .../ibm/juno/core/BeanContextProperties.class   |   Bin 2021 -> 0 bytes
 .../ibm/juno/core/BeanContextProperties.java    |   188 -
 .../core/com/ibm/juno/core/BeanMap$1$1.class    |   Bin 1891 -> 0 bytes
 .../bin/core/com/ibm/juno/core/BeanMap$1.class  |   Bin 1507 -> 0 bytes
 .../bin/core/com/ibm/juno/core/BeanMap.class    |   Bin 8831 -> 0 bytes
 .../bin/core/com/ibm/juno/core/BeanMap.java     |   461 -
 .../core/com/ibm/juno/core/BeanMapEntry.class   |   Bin 2398 -> 0 bytes
 .../core/com/ibm/juno/core/BeanMapEntry.java    |   121 -
 .../com/ibm/juno/core/BeanMeta$BeanMethod.class |   Bin 1996 -> 0 bytes
 .../core/BeanMeta$SubTypePropertyMeta.class     |   Bin 4607 -> 0 bytes
 .../bin/core/com/ibm/juno/core/BeanMeta.class   |   Bin 21850 -> 0 bytes
 .../bin/core/com/ibm/juno/core/BeanMeta.java    |   749 -
 .../com/ibm/juno/core/BeanMetaFiltered.class    |   Bin 2803 -> 0 bytes
 .../com/ibm/juno/core/BeanMetaFiltered.java     |    70 -
 .../com/ibm/juno/core/BeanPropertyMeta.class    |   Bin 23240 -> 0 bytes
 .../com/ibm/juno/core/BeanPropertyMeta.java     |   803 --
 .../juno/core/BeanProxyInvocationHandler.class  |   Bin 3213 -> 0 bytes
 .../juno/core/BeanProxyInvocationHandler.java   |    78 -
 .../ibm/juno/core/BeanRuntimeException.class    |   Bin 1822 -> 0 bytes
 .../com/ibm/juno/core/BeanRuntimeException.java |    63 -
 .../core/com/ibm/juno/core/ClassMeta$1.class    |   Bin 1002 -> 0 bytes
 .../ibm/juno/core/ClassMeta$ClassCategory.class |   Bin 1999 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ClassMeta.class  |   Bin 27370 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ClassMeta.java   |  1262 --
 .../bin/core/com/ibm/juno/core/CoreApi.class    |   Bin 3859 -> 0 bytes
 .../bin/core/com/ibm/juno/core/CoreApi.java     |   172 -
 .../bin/core/com/ibm/juno/core/Delegate.class   |   Bin 282 -> 0 bytes
 .../bin/core/com/ibm/juno/core/Delegate.java    |    29 -
 .../core/InvalidDataConversionException.class   |   Bin 1321 -> 0 bytes
 .../core/InvalidDataConversionException.java    |    33 -
 .../bin/core/com/ibm/juno/core/Lockable.class   |   Bin 1134 -> 0 bytes
 .../bin/core/com/ibm/juno/core/Lockable.java    |    84 -
 .../com/ibm/juno/core/LockedException.class     |   Bin 472 -> 0 bytes
 .../core/com/ibm/juno/core/LockedException.java |    28 -
 .../bin/core/com/ibm/juno/core/MediaRange.class |   Bin 6761 -> 0 bytes
 .../bin/core/com/ibm/juno/core/MediaRange.java  |   312 -
 .../core/com/ibm/juno/core/ObjectList$1.class   |   Bin 1368 -> 0 bytes
 .../core/com/ibm/juno/core/ObjectList$2$1.class |   Bin 1356 -> 0 bytes
 .../core/com/ibm/juno/core/ObjectList$2.class   |   Bin 1025 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ObjectList.class |   Bin 6761 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ObjectList.java  |   447 -
 .../core/com/ibm/juno/core/ObjectMap$1.class    |   Bin 1668 -> 0 bytes
 .../com/ibm/juno/core/ObjectMap$2$1$1.class     |   Bin 1595 -> 0 bytes
 .../core/com/ibm/juno/core/ObjectMap$2$1.class  |   Bin 1375 -> 0 bytes
 .../core/com/ibm/juno/core/ObjectMap$2.class    |   Bin 1235 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ObjectMap.class  |   Bin 20822 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ObjectMap.java   |  1282 --
 .../core/com/ibm/juno/core/PropertyNamer.class  |   Bin 192 -> 0 bytes
 .../core/com/ibm/juno/core/PropertyNamer.java   |    31 -
 .../ibm/juno/core/PropertyNamerDashedLC.class   |   Bin 1221 -> 0 bytes
 .../ibm/juno/core/PropertyNamerDashedLC.java    |    62 -
 .../ibm/juno/core/PropertyNamerDefault.class    |   Bin 572 -> 0 bytes
 .../com/ibm/juno/core/PropertyNamerDefault.java |    35 -
 .../bin/core/com/ibm/juno/core/Streamable.class |   Bin 260 -> 0 bytes
 .../bin/core/com/ibm/juno/core/Streamable.java  |    38 -
 .../core/com/ibm/juno/core/Visibility$1.class   |   Bin 841 -> 0 bytes
 .../bin/core/com/ibm/juno/core/Visibility.class |   Bin 3748 -> 0 bytes
 .../bin/core/com/ibm/juno/core/Visibility.java  |   195 -
 .../bin/core/com/ibm/juno/core/Writable.class   |   Bin 249 -> 0 bytes
 .../bin/core/com/ibm/juno/core/Writable.java    |    38 -
 .../com/ibm/juno/core/annotation/Bean.class     |   Bin 1016 -> 0 bytes
 .../core/com/ibm/juno/core/annotation/Bean.java |   216 -
 .../juno/core/annotation/BeanConstructor.class  |   Bin 570 -> 0 bytes
 .../juno/core/annotation/BeanConstructor.java   |    82 -
 .../ibm/juno/core/annotation/BeanIgnore.class   |   Bin 506 -> 0 bytes
 .../ibm/juno/core/annotation/BeanIgnore.java    |    34 -
 .../ibm/juno/core/annotation/BeanProperty.class |   Bin 1125 -> 0 bytes
 .../ibm/juno/core/annotation/BeanProperty.java  |   182 -
 .../ibm/juno/core/annotation/BeanSubType.class  |   Bin 550 -> 0 bytes
 .../ibm/juno/core/annotation/BeanSubType.java   |    42 -
 .../com/ibm/juno/core/annotation/Consumes.class |   Bin 536 -> 0 bytes
 .../com/ibm/juno/core/annotation/Consumes.java  |    69 -
 .../com/ibm/juno/core/annotation/Filter.class   |   Bin 766 -> 0 bytes
 .../com/ibm/juno/core/annotation/Filter.java    |    82 -
 .../ibm/juno/core/annotation/NameProperty.class |   Bin 445 -> 0 bytes
 .../ibm/juno/core/annotation/NameProperty.java  |    31 -
 .../juno/core/annotation/ParentProperty.class   |   Bin 449 -> 0 bytes
 .../juno/core/annotation/ParentProperty.java    |    31 -
 .../com/ibm/juno/core/annotation/Produces.class |   Bin 593 -> 0 bytes
 .../com/ibm/juno/core/annotation/Produces.java  |    82 -
 .../ibm/juno/core/annotation/Remoteable.class   |   Bin 493 -> 0 bytes
 .../ibm/juno/core/annotation/Remoteable.java    |    23 -
 .../core/com/ibm/juno/core/annotation/URI.class |   Bin 492 -> 0 bytes
 .../core/com/ibm/juno/core/annotation/URI.java  |    64 -
 .../com/ibm/juno/core/annotation/package.html   |    34 -
 .../com/ibm/juno/core/csv/CsvSerializer.class   |   Bin 4682 -> 0 bytes
 .../com/ibm/juno/core/csv/CsvSerializer.java    |    90 -
 .../bin/core/com/ibm/juno/core/csv/package.html |    55 -
 .../ibm/juno/core/doc-files/AddressBook.html    |   106 -
 .../bin/core/com/ibm/juno/core/dto/Link.class   |   Bin 2451 -> 0 bytes
 .../bin/core/com/ibm/juno/core/dto/Link.java    |   133 -
 .../com/ibm/juno/core/dto/ResultSetList.class   |   Bin 3565 -> 0 bytes
 .../com/ibm/juno/core/dto/ResultSetList.java    |   107 -
 .../com/ibm/juno/core/dto/atom/Category.class   |   Bin 1897 -> 0 bytes
 .../com/ibm/juno/core/dto/atom/Category.java    |   137 -
 .../com/ibm/juno/core/dto/atom/Common.class     |   Bin 1050 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Common.java |    84 -
 .../ibm/juno/core/dto/atom/CommonEntry.class    |   Bin 5067 -> 0 bytes
 .../com/ibm/juno/core/dto/atom/CommonEntry.java |   276 -
 .../com/ibm/juno/core/dto/atom/Content.class    |   Bin 2193 -> 0 bytes
 .../com/ibm/juno/core/dto/atom/Content.java     |   144 -
 .../core/com/ibm/juno/core/dto/atom/Entry.class |   Bin 6763 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Entry.java  |   243 -
 .../core/com/ibm/juno/core/dto/atom/Feed.class  |   Bin 7645 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Feed.java   |   284 -
 .../com/ibm/juno/core/dto/atom/Generator.class  |   Bin 1910 -> 0 bytes
 .../com/ibm/juno/core/dto/atom/Generator.java   |   139 -
 .../core/com/ibm/juno/core/dto/atom/Icon.class  |   Bin 1433 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Icon.java   |    93 -
 .../core/com/ibm/juno/core/dto/atom/Id.class    |   Bin 1432 -> 0 bytes
 .../bin/core/com/ibm/juno/core/dto/atom/Id.java |    92 -
 .../core/com/ibm/juno/core/dto/atom/Link.class  |   Bin 2646 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Link.java   |   222 -
 .../core/com/ibm/juno/core/dto/atom/Logo.class  |   Bin 1433 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Logo.java   |    93 -
 .../com/ibm/juno/core/dto/atom/Person.class     |   Bin 1654 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Person.java |   131 -
 .../com/ibm/juno/core/dto/atom/Source.class     |   Bin 6319 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Source.java |   223 -
 .../core/dto/atom/Text$TextContentHandler.class |   Bin 2341 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Text.class  |   Bin 2082 -> 0 bytes
 .../core/com/ibm/juno/core/dto/atom/Text.java   |   179 -
 .../core/dto/atom/doc-files/Example_HTML.png    |   Bin 31484 -> 0 bytes
 .../ibm/juno/core/dto/atom/package-info.class   |   Bin 417 -> 0 bytes
 .../ibm/juno/core/dto/atom/package-info.java    |    19 -
 .../com/ibm/juno/core/dto/atom/package.html     |   578 -
 .../com/ibm/juno/core/dto/cognos/Column.class   |   Bin 1838 -> 0 bytes
 .../com/ibm/juno/core/dto/cognos/Column.java    |   154 -
 .../ibm/juno/core/dto/cognos/DataSet$Row.class  |   Bin 648 -> 0 bytes
 .../com/ibm/juno/core/dto/cognos/DataSet.class  |   Bin 3673 -> 0 bytes
 .../com/ibm/juno/core/dto/cognos/DataSet.java   |   188 -
 .../ibm/juno/core/dto/cognos/doc-files/HTML.png |   Bin 8476 -> 0 bytes
 .../ibm/juno/core/dto/cognos/doc-files/JSON.png |   Bin 6963 -> 0 bytes
 .../juno/core/dto/cognos/doc-files/RDFXML.png   |   Bin 19981 -> 0 bytes
 .../ibm/juno/core/dto/cognos/package-info.class |   Bin 310 -> 0 bytes
 .../ibm/juno/core/dto/cognos/package-info.java  |    13 -
 .../com/ibm/juno/core/dto/cognos/package.html   |   170 -
 .../ibm/juno/core/dto/jsonschema/JsonType.class |   Bin 2223 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/JsonType.java  |   103 -
 .../core/dto/jsonschema/JsonTypeArray.class     |   Bin 1098 -> 0 bytes
 .../juno/core/dto/jsonschema/JsonTypeArray.java |    50 -
 .../ibm/juno/core/dto/jsonschema/Sample$1.class |   Bin 1811 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/Sample.class   |   Bin 2015 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/Sample.java    |    63 -
 .../Schema$BooleanOrSchemaArrayFilter.class     |   Bin 1704 -> 0 bytes
 .../Schema$BooleanOrSchemaFilter.class          |   Bin 1613 -> 0 bytes
 .../Schema$JsonTypeOrJsonTypeArrayFilter.class  |   Bin 1739 -> 0 bytes
 .../Schema$SchemaOrSchemaArrayFilter.class      |   Bin 1678 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/Schema.class   |   Bin 21125 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/Schema.java    |  1392 --
 .../juno/core/dto/jsonschema/SchemaArray.class  |   Bin 1082 -> 0 bytes
 .../juno/core/dto/jsonschema/SchemaArray.java   |    50 -
 .../juno/core/dto/jsonschema/SchemaMap.class    |   Bin 3080 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/SchemaMap.java |   119 -
 .../core/dto/jsonschema/SchemaProperty.class    |   Bin 886 -> 0 bytes
 .../core/dto/jsonschema/SchemaProperty.java     |    44 -
 .../jsonschema/SchemaPropertySimpleArray.class  |   Bin 927 -> 0 bytes
 .../jsonschema/SchemaPropertySimpleArray.java   |    41 -
 .../juno/core/dto/jsonschema/SchemaRef.class    |   Bin 667 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/SchemaRef.java |    34 -
 .../dto/jsonschema/doc-files/Example_Html.png   |   Bin 31260 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Json.png   |   Bin 22006 -> 0 bytes
 .../jsonschema/doc-files/Example_Options.png    |   Bin 41887 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Turtle.png |   Bin 28988 -> 0 bytes
 .../jsonschema/doc-files/Example_UrlEncoded.png |   Bin 21715 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Xml.png    |   Bin 28095 -> 0 bytes
 .../doc-files/Example_XmlRdfAbbrev.png          |   Bin 36296 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/package.html   |   511 -
 .../bin/core/com/ibm/juno/core/dto/package.html |    34 -
 .../com/ibm/juno/core/encoders/Encoder.class    |   Bin 550 -> 0 bytes
 .../com/ibm/juno/core/encoders/Encoder.java     |    53 -
 .../encoders/EncoderGroup$EncoderEntry.class    |   Bin 1630 -> 0 bytes
 .../ibm/juno/core/encoders/EncoderGroup.class   |   Bin 5451 -> 0 bytes
 .../ibm/juno/core/encoders/EncoderGroup.java    |   195 -
 .../ibm/juno/core/encoders/GzipEncoder$1.class  |   Bin 878 -> 0 bytes
 .../ibm/juno/core/encoders/GzipEncoder.class    |   Bin 1094 -> 0 bytes
 .../com/ibm/juno/core/encoders/GzipEncoder.java |    44 -
 .../juno/core/encoders/IdentityEncoder.class    |   Bin 959 -> 0 bytes
 .../ibm/juno/core/encoders/IdentityEncoder.java |    43 -
 .../com/ibm/juno/core/encoders/package.html     |    53 -
 .../juno/core/filter/AnnotationBeanFilter.class |   Bin 3014 -> 0 bytes
 .../juno/core/filter/AnnotationBeanFilter.java  |    63 -
 .../com/ibm/juno/core/filter/BeanFilter.class   |   Bin 5773 -> 0 bytes
 .../com/ibm/juno/core/filter/BeanFilter.java    |   472 -
 .../juno/core/filter/Filter$FilterType.class    |   Bin 1151 -> 0 bytes
 .../com/ibm/juno/core/filter/Filter$NULL.class  |   Bin 356 -> 0 bytes
 .../core/com/ibm/juno/core/filter/Filter.class  |   Bin 1942 -> 0 bytes
 .../core/com/ibm/juno/core/filter/Filter.java   |   134 -
 .../juno/core/filter/InterfaceBeanFilter.class  |   Bin 774 -> 0 bytes
 .../juno/core/filter/InterfaceBeanFilter.java   |    35 -
 .../ibm/juno/core/filter/PojoFilter$NULL.class  |   Bin 470 -> 0 bytes
 .../com/ibm/juno/core/filter/PojoFilter.class   |   Bin 4888 -> 0 bytes
 .../com/ibm/juno/core/filter/PojoFilter.java    |   261 -
 .../ibm/juno/core/filter/SurrogateFilter.class  |   Bin 4270 -> 0 bytes
 .../ibm/juno/core/filter/SurrogateFilter.java   |   203 -
 .../ibm/juno/core/filter/doc-files/classes.dnx  |    99 -
 .../ibm/juno/core/filter/doc-files/classes.png  |   Bin 15527 -> 0 bytes
 .../core/com/ibm/juno/core/filter/package.html  |   764 -
 .../juno/core/filters/BeanStringFilter.class    |   Bin 1046 -> 0 bytes
 .../ibm/juno/core/filters/BeanStringFilter.java |    35 -
 .../core/filters/ByteArrayBase64Filter.class    |   Bin 1765 -> 0 bytes
 .../core/filters/ByteArrayBase64Filter.java     |    47 -
 .../core/filters/CalendarFilter$ISO8601DT.class |   Bin 1965 -> 0 bytes
 .../filters/CalendarFilter$ISO8601DTZ.class     |   Bin 2313 -> 0 bytes
 .../core/filters/CalendarFilter$Medium.class    |   Bin 1182 -> 0 bytes
 .../core/filters/CalendarFilter$RFC2822D.class  |   Bin 1117 -> 0 bytes
 .../core/filters/CalendarFilter$RFC2822DT.class |   Bin 1136 -> 0 bytes
 .../filters/CalendarFilter$RFC2822DTZ.class     |   Bin 1214 -> 0 bytes
 .../core/filters/CalendarFilter$Simple.class    |   Bin 1119 -> 0 bytes
 .../core/filters/CalendarFilter$ToString.class  |   Bin 1134 -> 0 bytes
 .../ibm/juno/core/filters/CalendarFilter.class  |   Bin 4852 -> 0 bytes
 .../ibm/juno/core/filters/CalendarFilter.java   |   289 -
 .../juno/core/filters/CalendarLongFilter.class  |   Bin 2306 -> 0 bytes
 .../juno/core/filters/CalendarLongFilter.java   |    52 -
 .../juno/core/filters/CalendarMapFilter.class   |   Bin 3010 -> 0 bytes
 .../juno/core/filters/CalendarMapFilter.java    |    60 -
 .../core/filters/DateFilter$ISO8601DT.class     |   Bin 2816 -> 0 bytes
 .../core/filters/DateFilter$ISO8601DTP.class    |   Bin 526 -> 0 bytes
 .../core/filters/DateFilter$ISO8601DTPNZ.class  |   Bin 1115 -> 0 bytes
 .../core/filters/DateFilter$ISO8601DTZ.class    |   Bin 2173 -> 0 bytes
 .../core/filters/DateFilter$ISO8601DTZP.class   |   Bin 529 -> 0 bytes
 .../juno/core/filters/DateFilter$Medium.class   |   Bin 1154 -> 0 bytes
 .../juno/core/filters/DateFilter$RFC2822D.class |   Bin 1089 -> 0 bytes
 .../core/filters/DateFilter$RFC2822DT.class     |   Bin 1108 -> 0 bytes
 .../core/filters/DateFilter$RFC2822DTZ.class    |   Bin 1140 -> 0 bytes
 .../juno/core/filters/DateFilter$Simple.class   |   Bin 1091 -> 0 bytes
 .../juno/core/filters/DateFilter$SimpleP.class  |   Bin 1098 -> 0 bytes
 .../juno/core/filters/DateFilter$ToString.class |   Bin 1106 -> 0 bytes
 .../com/ibm/juno/core/filters/DateFilter.class  |   Bin 4397 -> 0 bytes
 .../com/ibm/juno/core/filters/DateFilter.java   |   345 -
 .../ibm/juno/core/filters/DateLongFilter.class  |   Bin 2119 -> 0 bytes
 .../ibm/juno/core/filters/DateLongFilter.java   |    48 -
 .../ibm/juno/core/filters/DateMapFilter.class   |   Bin 2437 -> 0 bytes
 .../ibm/juno/core/filters/DateMapFilter.java    |    52 -
 .../juno/core/filters/EnumerationFilter.class   |   Bin 1138 -> 0 bytes
 .../juno/core/filters/EnumerationFilter.java    |    35 -
 .../ibm/juno/core/filters/IteratorFilter.class  |   Bin 1102 -> 0 bytes
 .../ibm/juno/core/filters/IteratorFilter.java   |    35 -
 .../juno/core/filters/ReaderFilter$Html.class   |   Bin 828 -> 0 bytes
 .../juno/core/filters/ReaderFilter$Json.class   |   Bin 828 -> 0 bytes
 .../core/filters/ReaderFilter$PlainText.class   |   Bin 744 -> 0 bytes
 .../juno/core/filters/ReaderFilter$Xml.class    |   Bin 821 -> 0 bytes
 .../ibm/juno/core/filters/ReaderFilter.class    |   Bin 2399 -> 0 bytes
 .../com/ibm/juno/core/filters/ReaderFilter.java |   108 -
 .../filters/XMLGregorianCalendarFilter.class    |   Bin 2373 -> 0 bytes
 .../filters/XMLGregorianCalendarFilter.java     |    60 -
 .../core/com/ibm/juno/core/filters/package.html |    59 -
 .../juno/core/html/HtmlBeanPropertyMeta.class   |   Bin 2095 -> 0 bytes
 .../juno/core/html/HtmlBeanPropertyMeta.java    |    86 -
 .../com/ibm/juno/core/html/HtmlClassMeta.class  |   Bin 1516 -> 0 bytes
 .../com/ibm/juno/core/html/HtmlClassMeta.java   |    88 -
 .../ibm/juno/core/html/HtmlDocSerializer.class  |   Bin 6465 -> 0 bytes
 .../ibm/juno/core/html/HtmlDocSerializer.java   |   162 -
 .../core/html/HtmlDocSerializerProperties.class |   Bin 842 -> 0 bytes
 .../core/html/HtmlDocSerializerProperties.java  |   165 -
 .../core/com/ibm/juno/core/html/HtmlLink.class  |   Bin 579 -> 0 bytes
 .../core/com/ibm/juno/core/html/HtmlLink.java   |    45 -
 .../com/ibm/juno/core/html/HtmlParser$Tag.class |   Bin 6106 -> 0 bytes
 .../com/ibm/juno/core/html/HtmlParser.class     |   Bin 29140 -> 0 bytes
 .../core/com/ibm/juno/core/html/HtmlParser.java |   743 -
 .../ibm/juno/core/html/HtmlParserContext.class  |   Bin 2579 -> 0 bytes
 .../ibm/juno/core/html/HtmlParserContext.java   |    78 -
 .../juno/core/html/HtmlParserProperties.class   |   Bin 1025 -> 0 bytes
 .../juno/core/html/HtmlParserProperties.java    |    52 -
 .../core/html/HtmlSchemaDocSerializer.class     |   Bin 6504 -> 0 bytes
 .../juno/core/html/HtmlSchemaDocSerializer.java |   144 -
 .../ibm/juno/core/html/HtmlSerializer$Sq.class  |   Bin 6359 -> 0 bytes
 .../core/html/HtmlSerializer$SqReadable.class   |   Bin 681 -> 0 bytes
 .../com/ibm/juno/core/html/HtmlSerializer.class |   Bin 26106 -> 0 bytes
 .../com/ibm/juno/core/html/HtmlSerializer.java  |   668 -
 .../juno/core/html/HtmlSerializerContext.class  |   Bin 4126 -> 0 bytes
 .../juno/core/html/HtmlSerializerContext.java   |   147 -
 .../core/html/HtmlSerializerProperties.class    |   Bin 2912 -> 0 bytes
 .../core/html/HtmlSerializerProperties.java     |   113 -
 .../juno/core/html/HtmlSerializerWriter.class   |   Bin 14671 -> 0 bytes
 .../juno/core/html/HtmlSerializerWriter.java    |   328 -
 .../core/html/HtmlStrippedDocSerializer.class   |   Bin 2144 -> 0 bytes
 .../core/html/HtmlStrippedDocSerializer.java    |    55 -
 .../ibm/juno/core/html/SimpleHtmlWriter.class   |   Bin 623 -> 0 bytes
 .../ibm/juno/core/html/SimpleHtmlWriter.java    |    36 -
 .../ibm/juno/core/html/annotation/Html.class    |   Bin 648 -> 0 bytes
 .../com/ibm/juno/core/html/annotation/Html.java |    54 -
 .../ibm/juno/core/html/annotation/package.html  |    34 -
 .../core/html/doc-files/HTML_DESCRIPTION.png    |   Bin 3644 -> 0 bytes
 .../ibm/juno/core/html/doc-files/HTML_LINKS.png |   Bin 593 -> 0 bytes
 .../ibm/juno/core/html/doc-files/HTML_TITLE.png |   Bin 2435 -> 0 bytes
 .../ibm/juno/core/html/dto/HtmlElement.class    |   Bin 413 -> 0 bytes
 .../com/ibm/juno/core/html/dto/HtmlElement.java |    23 -
 .../core/com/ibm/juno/core/html/dto/Img.class   |   Bin 583 -> 0 bytes
 .../core/com/ibm/juno/core/html/dto/Img.java    |    35 -
 .../com/ibm/juno/core/html/dto/package.html     |    34 -
 .../core/com/ibm/juno/core/html/package.html    |    72 -
 .../core/com/ibm/juno/core/ini/ConfigFile.class |   Bin 13890 -> 0 bytes
 .../core/com/ibm/juno/core/ini/ConfigFile.java  |   743 -
 .../ibm/juno/core/ini/ConfigFileFormat.class    |   Bin 1108 -> 0 bytes
 .../com/ibm/juno/core/ini/ConfigFileFormat.java |    25 -
 .../ibm/juno/core/ini/ConfigFileImpl$1$1.class  |   Bin 2396 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileImpl$1.class    |   Bin 1248 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileImpl$2$1.class  |   Bin 2139 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileImpl$2.class    |   Bin 1097 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileImpl$3$1.class  |   Bin 2108 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileImpl$3.class    |   Bin 1144 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileImpl$4.class    |   Bin 801 -> 0 bytes
 .../com/ibm/juno/core/ini/ConfigFileImpl.class  |   Bin 22336 -> 0 bytes
 .../com/ibm/juno/core/ini/ConfigFileImpl.java   |   729 -
 .../ibm/juno/core/ini/ConfigFileListener.class  |   Bin 904 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileListener.java   |    42 -
 .../ibm/juno/core/ini/ConfigFileWrapped.class   |   Bin 8325 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileWrapped.java    |   259 -
 .../ibm/juno/core/ini/ConfigFileWritable.class  |   Bin 1064 -> 0 bytes
 .../ibm/juno/core/ini/ConfigFileWritable.java   |    40 -
 .../core/com/ibm/juno/core/ini/ConfigMgr.class  |   Bin 8960 -> 0 bytes
 .../core/com/ibm/juno/core/ini/ConfigMgr.java   |   312 -
 .../com/ibm/juno/core/ini/ConfigUtils.class     |   Bin 1223 -> 0 bytes
 .../core/com/ibm/juno/core/ini/ConfigUtils.java |    37 -
 .../core/com/ibm/juno/core/ini/Encoder.class    |   Bin 210 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ini/Encoder.java |    35 -
 .../com/ibm/juno/core/ini/EntryListener.class   |   Bin 1049 -> 0 bytes
 .../com/ibm/juno/core/ini/EntryListener.java    |    44 -
 .../com/ibm/juno/core/ini/Section$1$1.class     |   Bin 2658 -> 0 bytes
 .../core/com/ibm/juno/core/ini/Section$1.class  |   Bin 1159 -> 0 bytes
 .../com/ibm/juno/core/ini/Section$2$1.class     |   Bin 2384 -> 0 bytes
 .../core/com/ibm/juno/core/ini/Section$2.class  |   Bin 1034 -> 0 bytes
 .../core/com/ibm/juno/core/ini/Section.class    |   Bin 16089 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ini/Section.java |   577 -
 .../com/ibm/juno/core/ini/SectionListener.class |   Bin 1776 -> 0 bytes
 .../com/ibm/juno/core/ini/SectionListener.java  |    59 -
 .../core/com/ibm/juno/core/ini/XorEncoder.class |   Bin 1552 -> 0 bytes
 .../core/com/ibm/juno/core/ini/XorEncoder.java  |    46 -
 .../com/ibm/juno/core/ini/doc-files/config1.png |   Bin 39851 -> 0 bytes
 .../com/ibm/juno/core/ini/doc-files/config2.png |   Bin 48881 -> 0 bytes
 .../com/ibm/juno/core/ini/doc-files/config3.png |   Bin 59095 -> 0 bytes
 .../bin/core/com/ibm/juno/core/ini/package.html |   643 -
 .../core/com/ibm/juno/core/jena/Constants.class |   Bin 974 -> 0 bytes
 .../core/com/ibm/juno/core/jena/Constants.java  |    91 -
 .../juno/core/jena/RdfBeanPropertyMeta.class    |   Bin 2183 -> 0 bytes
 .../ibm/juno/core/jena/RdfBeanPropertyMeta.java |    78 -
 .../com/ibm/juno/core/jena/RdfClassMeta.class   |   Bin 1937 -> 0 bytes
 .../com/ibm/juno/core/jena/RdfClassMeta.java    |    82 -
 .../juno/core/jena/RdfCollectionFormat.class    |   Bin 1245 -> 0 bytes
 .../ibm/juno/core/jena/RdfCollectionFormat.java |    52 -
 .../com/ibm/juno/core/jena/RdfParser$N3.class   |   Bin 5394 -> 0 bytes
 .../ibm/juno/core/jena/RdfParser$NTriple.class  |   Bin 5426 -> 0 bytes
 .../ibm/juno/core/jena/RdfParser$Turtle.class   |   Bin 5419 -> 0 bytes
 .../com/ibm/juno/core/jena/RdfParser$Xml.class  |   Bin 5412 -> 0 bytes
 .../core/com/ibm/juno/core/jena/RdfParser.class |   Bin 27508 -> 0 bytes
 .../core/com/ibm/juno/core/jena/RdfParser.java  |   527 -
 .../ibm/juno/core/jena/RdfParserContext.class   |   Bin 5754 -> 0 bytes
 .../ibm/juno/core/jena/RdfParserContext.java    |   136 -
 .../juno/core/jena/RdfParserProperties.class    |   Bin 1594 -> 0 bytes
 .../ibm/juno/core/jena/RdfParserProperties.java |    68 -
 .../ibm/juno/core/jena/RdfProperties$1.class    |   Bin 826 -> 0 bytes
 .../com/ibm/juno/core/jena/RdfProperties.class  |   Bin 4532 -> 0 bytes
 .../com/ibm/juno/core/jena/RdfProperties.java   |   415 -
 .../ibm/juno/core/jena/RdfSerializer$1.class    |   Bin 891 -> 0 bytes
 .../ibm/juno/core/jena/RdfSerializer$N3.class   |   Bin 5068 -> 0 bytes
 .../juno/core/jena/RdfSerializer$NTriple.class  |   Bin 5100 -> 0 bytes
 .../juno/core/jena/RdfSerializer$Turtle.class   |   Bin 5093 -> 0 bytes
 .../ibm/juno/core/jena/RdfSerializer$Xml.class  |   Bin 5086 -> 0 bytes
 .../core/jena/RdfSerializer$XmlAbbrev.class     |   Bin 5152 -> 0 bytes
 .../com/ibm/juno/core/jena/RdfSerializer.class  |   Bin 23240 -> 0 bytes
 .../com/ibm/juno/core/jena/RdfSerializer.java   |   466 -
 .../juno/core/jena/RdfSerializerContext.class   |   Bin 6787 -> 0 bytes
 .../juno/core/jena/RdfSerializerContext.java    |   135 -
 .../core/jena/RdfSerializerProperties.class     |   Bin 1772 -> 0 bytes
 .../juno/core/jena/RdfSerializerProperties.java |    80 -
 .../core/com/ibm/juno/core/jena/RdfUtils.class  |   Bin 3704 -> 0 bytes
 .../core/com/ibm/juno/core/jena/RdfUtils.java   |    87 -
 .../com/ibm/juno/core/jena/annotation/Rdf.class |   Bin 757 -> 0 bytes
 .../com/ibm/juno/core/jena/annotation/Rdf.java  |    58 -
 .../ibm/juno/core/jena/annotation/RdfNs.class   |   Bin 488 -> 0 bytes
 .../ibm/juno/core/jena/annotation/RdfNs.java    |    37 -
 .../juno/core/jena/annotation/RdfSchema.class   |   Bin 658 -> 0 bytes
 .../juno/core/jena/annotation/RdfSchema.java    |    94 -
 .../ibm/juno/core/jena/annotation/package.html  |    34 -
 .../juno/core/jena/doc-files/Example_HTML.png   |   Bin 35528 -> 0 bytes
 .../ibm/juno/core/jena/doc-files/Example_N3.png |   Bin 37430 -> 0 bytes
 .../core/jena/doc-files/Example_NTriple.png     |   Bin 48413 -> 0 bytes
 .../juno/core/jena/doc-files/Example_RDFXML.png |   Bin 30486 -> 0 bytes
 .../jena/doc-files/Example_RDFXMLABBREV.png     |   Bin 30356 -> 0 bytes
 .../juno/core/jena/doc-files/Example_Turtle.png |   Bin 35328 -> 0 bytes
 .../core/com/ibm/juno/core/jena/package.html    |  1687 ---
 .../core/jso/JavaSerializedObjectParser.class   |   Bin 2598 -> 0 bytes
 .../core/jso/JavaSerializedObjectParser.java    |    55 -
 .../jso/JavaSerializedObjectSerializer.class    |   Bin 2227 -> 0 bytes
 .../jso/JavaSerializedObjectSerializer.java     |    52 -
 .../bin/core/com/ibm/juno/core/jso/package.html |    34 -
 .../com/ibm/juno/core/json/JsonClassMeta.class  |   Bin 1237 -> 0 bytes
 .../com/ibm/juno/core/json/JsonClassMeta.java   |    55 -
 .../com/ibm/juno/core/json/JsonParser.class     |   Bin 30289 -> 0 bytes
 .../core/com/ibm/juno/core/json/JsonParser.java |   852 --
 .../ibm/juno/core/json/JsonParserContext.class  |   Bin 2067 -> 0 bytes
 .../ibm/juno/core/json/JsonParserContext.java   |    69 -
 .../juno/core/json/JsonParserProperties.class   |   Bin 1648 -> 0 bytes
 .../juno/core/json/JsonParserProperties.java    |    85 -
 .../juno/core/json/JsonSchemaSerializer.class   |   Bin 7569 -> 0 bytes
 .../juno/core/json/JsonSchemaSerializer.java    |   154 -
 .../core/json/JsonSerializer$Readable.class     |   Bin 5118 -> 0 bytes
 .../juno/core/json/JsonSerializer$Simple.class  |   Bin 5351 -> 0 bytes
 .../json/JsonSerializer$SimpleReadable.class    |   Bin 750 -> 0 bytes
 .../JsonSerializer$SimpleReadableSafe.class     |   Bin 731 -> 0 bytes
 .../com/ibm/juno/core/json/JsonSerializer.class |   Bin 18306 -> 0 bytes
 .../com/ibm/juno/core/json/JsonSerializer.java  |   457 -
 .../juno/core/json/JsonSerializerContext.class  |   Bin 2584 -> 0 bytes
 .../juno/core/json/JsonSerializerContext.java   |    89 -
 .../core/json/JsonSerializerProperties.class    |   Bin 1841 -> 0 bytes
 .../core/json/JsonSerializerProperties.java     |    91 -
 .../juno/core/json/JsonSerializerWriter.class   |   Bin 8041 -> 0 bytes
 .../juno/core/json/JsonSerializerWriter.java    |   262 -
 .../ibm/juno/core/json/annotation/Json.class    |   Bin 549 -> 0 bytes
 .../com/ibm/juno/core/json/annotation/Json.java |    72 -
 .../ibm/juno/core/json/annotation/package.html  |    34 -
 .../juno/core/json/doc-files/Example_HTML.png   |   Bin 35528 -> 0 bytes
 .../juno/core/json/doc-files/Example_JSON.png   |   Bin 26954 -> 0 bytes
 .../core/json/doc-files/Example_JSONSchema.png  |   Bin 34114 -> 0 bytes
 .../core/json/doc-files/Example_JSONSimple.png  |   Bin 30920 -> 0 bytes
 .../core/com/ibm/juno/core/json/package.html    |  1460 --
 .../bin/core/com/ibm/juno/core/package.html     |   210 -
 .../juno/core/parser/InputStreamParser.class    |   Bin 1249 -> 0 bytes
 .../ibm/juno/core/parser/InputStreamParser.java |    52 -
 .../ibm/juno/core/parser/ParseException.class   |   Bin 2158 -> 0 bytes
 .../ibm/juno/core/parser/ParseException.java    |    81 -
 .../core/com/ibm/juno/core/parser/Parser.class  |   Bin 13715 -> 0 bytes
 .../core/com/ibm/juno/core/parser/Parser.java   |   573 -
 .../ibm/juno/core/parser/ParserContext.class    |   Bin 3288 -> 0 bytes
 .../com/ibm/juno/core/parser/ParserContext.java |   132 -
 .../core/parser/ParserGroup$ParserEntry.class   |   Bin 1860 -> 0 bytes
 .../com/ibm/juno/core/parser/ParserGroup.class  |   Bin 8908 -> 0 bytes
 .../com/ibm/juno/core/parser/ParserGroup.java   |   317 -
 .../ibm/juno/core/parser/ParserListener.class   |   Bin 795 -> 0 bytes
 .../ibm/juno/core/parser/ParserListener.java    |    40 -
 .../ibm/juno/core/parser/ParserProperties.class |   Bin 1341 -> 0 bytes
 .../ibm/juno/core/parser/ParserProperties.java  |    57 -
 .../com/ibm/juno/core/parser/ParserReader.class |   Bin 5140 -> 0 bytes
 .../com/ibm/juno/core/parser/ParserReader.java  |   379 -
 .../com/ibm/juno/core/parser/ReaderParser.class |   Bin 13034 -> 0 bytes
 .../com/ibm/juno/core/parser/ReaderParser.java  |   394 -
 .../core/com/ibm/juno/core/parser/package.html  |   126 -
 .../juno/core/plaintext/PlainTextParser.class   |   Bin 2659 -> 0 bytes
 .../juno/core/plaintext/PlainTextParser.java    |    68 -
 .../core/plaintext/PlainTextSerializer.class    |   Bin 2441 -> 0 bytes
 .../core/plaintext/PlainTextSerializer.java     |    66 -
 .../com/ibm/juno/core/plaintext/package.html    |    34 -
 .../serializer/OutputStreamSerializer.class     |   Bin 1086 -> 0 bytes
 .../core/serializer/OutputStreamSerializer.java |    51 -
 .../core/serializer/SerializeException.class    |   Bin 1312 -> 0 bytes
 .../core/serializer/SerializeException.java     |    53 -
 .../ibm/juno/core/serializer/Serializer.class   |   Bin 12341 -> 0 bytes
 .../ibm/juno/core/serializer/Serializer.java    |   377 -
 .../core/serializer/SerializerContext$1.class   |   Bin 260 -> 0 bytes
 .../SerializerContext$StackElement.class        |   Bin 2647 -> 0 bytes
 .../core/serializer/SerializerContext.class     |   Bin 11485 -> 0 bytes
 .../juno/core/serializer/SerializerContext.java |   464 -
 .../SerializerGroup$SerializerEntry.class       |   Bin 1944 -> 0 bytes
 .../juno/core/serializer/SerializerGroup.class  |   Bin 9261 -> 0 bytes
 .../juno/core/serializer/SerializerGroup.java   |   345 -
 .../core/serializer/SerializerProperties.class  |   Bin 3865 -> 0 bytes
 .../core/serializer/SerializerProperties.java   |   303 -
 .../juno/core/serializer/SerializerWriter.class |   Bin 4439 -> 0 bytes
 .../juno/core/serializer/SerializerWriter.java  |   308 -
 .../ibm/juno/core/serializer/StringObject.class |   Bin 1887 -> 0 bytes
 .../ibm/juno/core/serializer/StringObject.java  |    81 -
 .../juno/core/serializer/WriterSerializer.class |   Bin 5593 -> 0 bytes
 .../juno/core/serializer/WriterSerializer.java  |   162 -
 .../com/ibm/juno/core/serializer/package.html   |   128 -
 .../ibm/juno/core/soap/SoapXmlSerializer.class  |   Bin 2914 -> 0 bytes
 .../ibm/juno/core/soap/SoapXmlSerializer.java   |    78 -
 .../core/soap/SoapXmlSerializerProperties.class |   Bin 460 -> 0 bytes
 .../core/soap/SoapXmlSerializerProperties.java  |    24 -
 .../core/com/ibm/juno/core/soap/package.html    |    34 -
 .../core/urlencoding/UonParser$Decoding.class   |   Bin 5450 -> 0 bytes
 .../ibm/juno/core/urlencoding/UonParser.class   |   Bin 30286 -> 0 bytes
 .../ibm/juno/core/urlencoding/UonParser.java    |   861 --
 .../core/urlencoding/UonParserContext.class     |   Bin 2541 -> 0 bytes
 .../juno/core/urlencoding/UonParserContext.java |    75 -
 .../core/urlencoding/UonParserProperties.class  |   Bin 1690 -> 0 bytes
 .../core/urlencoding/UonParserProperties.java   |    76 -
 .../juno/core/urlencoding/UonParserReader.class |   Bin 3739 -> 0 bytes
 .../juno/core/urlencoding/UonParserReader.java  |   195 -
 .../urlencoding/UonSerializer$Encoding.class    |   Bin 5128 -> 0 bytes
 .../urlencoding/UonSerializer$Readable.class    |   Bin 5176 -> 0 bytes
 .../core/urlencoding/UonSerializer$Simple.class |   Bin 5267 -> 0 bytes
 .../UonSerializer$SimpleEncoding.class          |   Bin 5337 -> 0 bytes
 .../juno/core/urlencoding/UonSerializer.class   |   Bin 18291 -> 0 bytes
 .../juno/core/urlencoding/UonSerializer.java    |   532 -
 .../core/urlencoding/UonSerializerContext.class |   Bin 2838 -> 0 bytes
 .../core/urlencoding/UonSerializerContext.java  |    97 -
 .../urlencoding/UonSerializerProperties.class   |   Bin 1846 -> 0 bytes
 .../urlencoding/UonSerializerProperties.java    |   135 -
 .../core/urlencoding/UonSerializerWriter.class  |   Bin 8068 -> 0 bytes
 .../core/urlencoding/UonSerializerWriter.java   |   265 -
 .../core/urlencoding/UrlEncodingClassMeta.class |   Bin 1183 -> 0 bytes
 .../core/urlencoding/UrlEncodingClassMeta.java  |    55 -
 .../core/urlencoding/UrlEncodingParser.class    |   Bin 26192 -> 0 bytes
 .../core/urlencoding/UrlEncodingParser.java     |   568 -
 .../urlencoding/UrlEncodingProperties.class     |   Bin 1563 -> 0 bytes
 .../core/urlencoding/UrlEncodingProperties.java |    82 -
 .../UrlEncodingSerializer$Readable.class        |   Bin 6286 -> 0 bytes
 .../UrlEncodingSerializer$Simple.class          |   Bin 6473 -> 0 bytes
 .../UrlEncodingSerializer$SimpleExpanded.class  |   Bin 975 -> 0 bytes
 .../urlencoding/UrlEncodingSerializer.class     |   Bin 19689 -> 0 bytes
 .../core/urlencoding/UrlEncodingSerializer.java |   515 -
 .../urlencoding/annotation/UrlEncoding.class    |   Bin 558 -> 0 bytes
 .../urlencoding/annotation/UrlEncoding.java     |    37 -
 .../core/urlencoding/annotation/package.html    |    34 -
 .../core/urlencoding/doc-files/Example_HTML.png |   Bin 32778 -> 0 bytes
 .../doc-files/Example_UrlEncoding.png           |   Bin 20958 -> 0 bytes
 .../juno/core/urlencoding/doc-files/rfc_uon.txt |   352 -
 .../com/ibm/juno/core/urlencoding/package.html  |  1410 --
 .../bin/core/com/ibm/juno/core/utils/Args.class |   Bin 3493 -> 0 bytes
 .../bin/core/com/ibm/juno/core/utils/Args.java  |   240 -
 .../ibm/juno/core/utils/ArrayUtils$1$1.class    |   Bin 1297 -> 0 bytes
 .../com/ibm/juno/core/utils/ArrayUtils$1.class  |   Bin 919 -> 0 bytes
 .../com/ibm/juno/core/utils/ArrayUtils$2.class  |   Bin 1346 -> 0 bytes
 .../com/ibm/juno/core/utils/ArrayUtils.class    |   Bin 5994 -> 0 bytes
 .../com/ibm/juno/core/utils/ArrayUtils.java     |   273 -
 .../core/com/ibm/juno/core/utils/AsciiSet.class |   Bin 847 -> 0 bytes
 .../core/com/ibm/juno/core/utils/AsciiSet.java  |    55 -
 .../ibm/juno/core/utils/ByteArrayCache$1.class  |   Bin 241 -> 0 bytes
 .../core/utils/ByteArrayCache$ByteArray.class   |   Bin 1404 -> 0 bytes
 .../ibm/juno/core/utils/ByteArrayCache.class    |   Bin 1763 -> 0 bytes
 .../com/ibm/juno/core/utils/ByteArrayCache.java |   102 -
 .../juno/core/utils/ByteArrayInOutStream.class  |   Bin 568 -> 0 bytes
 .../juno/core/utils/ByteArrayInOutStream.java   |    28 -
 .../juno/core/utils/CharSequenceReader.class    |   Bin 2106 -> 0 bytes
 .../ibm/juno/core/utils/CharSequenceReader.java |    96 -
 .../core/utils/ClassUtils$ClassComparator.class |   Bin 1263 -> 0 bytes
 .../com/ibm/juno/core/utils/ClassUtils.class    |   Bin 4921 -> 0 bytes
 .../com/ibm/juno/core/utils/ClassUtils.java     |   211 -
 .../ibm/juno/core/utils/CollectionUtils.class   |   Bin 1720 -> 0 bytes
 .../ibm/juno/core/utils/CollectionUtils.java    |    53 -
 .../ibm/juno/core/utils/DelegateBeanMap$1.class |   Bin 244 -> 0 bytes
 .../DelegateBeanMap$BeanMapEntryOverride.class  |   Bin 1885 -> 0 bytes
 .../ibm/juno/core/utils/DelegateBeanMap.class   |   Bin 4741 -> 0 bytes
 .../ibm/juno/core/utils/DelegateBeanMap.java    |   111 -
 .../com/ibm/juno/core/utils/DelegateList.class  |   Bin 1022 -> 0 bytes
 .../com/ibm/juno/core/utils/DelegateList.java   |    35 -
 .../com/ibm/juno/core/utils/DelegateMap.class   |   Bin 1863 -> 0 bytes
 .../com/ibm/juno/core/utils/DelegateMap.java    |    50 -
 .../com/ibm/juno/core/utils/FileUtils.class     |   Bin 2910 -> 0 bytes
 .../core/com/ibm/juno/core/utils/FileUtils.java |   130 -
 .../com/ibm/juno/core/utils/FilteredMap$1.class |   Bin 1489 -> 0 bytes
 .../juno/core/utils/FilteredMap$ListSet.class   |   Bin 1042 -> 0 bytes
 .../com/ibm/juno/core/utils/FilteredMap.class   |   Bin 2318 -> 0 bytes
 .../com/ibm/juno/core/utils/FilteredMap.java    |    92 -
 .../juno/core/utils/IOPipe$LineProcessor.class  |   Bin 273 -> 0 bytes
 .../core/com/ibm/juno/core/utils/IOPipe.class   |   Bin 4317 -> 0 bytes
 .../core/com/ibm/juno/core/utils/IOPipe.java    |   208 -
 .../core/com/ibm/juno/core/utils/IOUtils.class  |   Bin 6538 -> 0 bytes
 .../core/com/ibm/juno/core/utils/IOUtils.java   |   352 -
 .../com/ibm/juno/core/utils/IdentityList.class  |   Bin 1207 -> 0 bytes
 .../com/ibm/juno/core/utils/IdentityList.java   |    45 -
 .../com/ibm/juno/core/utils/KeywordSet.class    |   Bin 1797 -> 0 bytes
 .../com/ibm/juno/core/utils/KeywordSet.java     |    86 -
 .../ibm/juno/core/utils/MultiIterable$1.class   |   Bin 1689 -> 0 bytes
 .../com/ibm/juno/core/utils/MultiIterable.class |   Bin 1790 -> 0 bytes
 .../com/ibm/juno/core/utils/MultiIterable.java  |    74 -
 .../com/ibm/juno/core/utils/MultiSet$1.class    |   Bin 1856 -> 0 bytes
 .../core/com/ibm/juno/core/utils/MultiSet.class |   Bin 2492 -> 0 bytes
 .../core/com/ibm/juno/core/utils/MultiSet.java  |   107 -
 .../ibm/juno/core/utils/PojoIntrospector.class  |   Bin 2768 -> 0 bytes
 .../ibm/juno/core/utils/PojoIntrospector.java   |   113 -
 .../com/ibm/juno/core/utils/PojoQuery$1.class   |   Bin 1489 -> 0 bytes
 .../juno/core/utils/PojoQuery$CalendarP.class   |   Bin 1287 -> 0 bytes
 .../core/utils/PojoQuery$CollectionFilter.class |   Bin 1491 -> 0 bytes
 .../juno/core/utils/PojoQuery$DateMatcher.class |   Bin 1496 -> 0 bytes
 .../juno/core/utils/PojoQuery$IMatcher.class    |   Bin 335 -> 0 bytes
 .../juno/core/utils/PojoQuery$MapMatcher.class  |   Bin 3150 -> 0 bytes
 .../core/utils/PojoQuery$NumberMatcher.class    |   Bin 1256 -> 0 bytes
 .../core/utils/PojoQuery$NumberPattern.class    |   Bin 3588 -> 0 bytes
 .../juno/core/utils/PojoQuery$NumberRange.class |   Bin 1386 -> 0 bytes
 .../core/utils/PojoQuery$ObjectMatcher.class    |   Bin 2209 -> 0 bytes
 .../core/utils/PojoQuery$SearchPattern.class    |   Bin 5144 -> 0 bytes
 .../core/utils/PojoQuery$StringMatcher.class    |   Bin 1215 -> 0 bytes
 .../core/utils/PojoQuery$TimestampPattern.class |   Bin 3265 -> 0 bytes
 .../core/utils/PojoQuery$TimestampRange.class   |   Bin 2063 -> 0 bytes
 .../com/ibm/juno/core/utils/PojoQuery.class     |   Bin 13850 -> 0 bytes
 .../core/com/ibm/juno/core/utils/PojoQuery.java |  1246 --
 .../ibm/juno/core/utils/PojoRest$JsonNode.class |   Bin 1337 -> 0 bytes
 .../core/com/ibm/juno/core/utils/PojoRest.class |   Bin 15155 -> 0 bytes
 .../core/com/ibm/juno/core/utils/PojoRest.java  |   843 --
 .../ibm/juno/core/utils/PojoRestException.class |   Bin 865 -> 0 bytes
 .../ibm/juno/core/utils/PojoRestException.java  |    56 -
 .../com/ibm/juno/core/utils/ProcBuilder$1.class |   Bin 1118 -> 0 bytes
 .../com/ibm/juno/core/utils/ProcBuilder$2.class |   Bin 532 -> 0 bytes
 .../com/ibm/juno/core/utils/ProcBuilder$3.class |   Bin 695 -> 0 bytes
 .../com/ibm/juno/core/utils/ProcBuilder$4.class |   Bin 695 -> 0 bytes
 .../com/ibm/juno/core/utils/ProcBuilder$5.class |   Bin 736 -> 0 bytes
 .../juno/core/utils/ProcBuilder$Matcher.class   |   Bin 428 -> 0 bytes
 .../com/ibm/juno/core/utils/ProcBuilder.class   |   Bin 8917 -> 0 bytes
 .../com/ibm/juno/core/utils/ProcBuilder.java    |   382 -
 .../ibm/juno/core/utils/ReflectionUtils.class   |   Bin 4418 -> 0 bytes
 .../ibm/juno/core/utils/ReflectionUtils.java    |   159 -
 .../juno/core/utils/SafeResourceBundle.class    |   Bin 4521 -> 0 bytes
 .../ibm/juno/core/utils/SafeResourceBundle.java |   132 -
 .../core/utils/SafeResourceMultiBundle.class    |   Bin 3417 -> 0 bytes
 .../core/utils/SafeResourceMultiBundle.java     |    82 -
 .../com/ibm/juno/core/utils/SimpleMap$1.class   |   Bin 226 -> 0 bytes
 .../core/utils/SimpleMap$SimpleMapEntry.class   |   Bin 1667 -> 0 bytes
 .../com/ibm/juno/core/utils/SimpleMap.class     |   Bin 3232 -> 0 bytes
 .../core/com/ibm/juno/core/utils/SimpleMap.java |   112 -
 .../juno/core/utils/StringBuilderWriter.class   |   Bin 3183 -> 0 bytes
 .../juno/core/utils/StringBuilderWriter.java    |    95 -
 .../com/ibm/juno/core/utils/StringUtils.class   |   Bin 17281 -> 0 bytes
 .../com/ibm/juno/core/utils/StringUtils.java    |   873 --
 .../com/ibm/juno/core/utils/StringVar.class     |   Bin 480 -> 0 bytes
 .../core/com/ibm/juno/core/utils/StringVar.java |    37 -
 .../juno/core/utils/StringVarMultipart.class    |   Bin 804 -> 0 bytes
 .../ibm/juno/core/utils/StringVarMultipart.java |    32 -
 .../juno/core/utils/StringVarResolver$1.class   |   Bin 658 -> 0 bytes
 .../juno/core/utils/StringVarResolver$2.class   |   Bin 663 -> 0 bytes
 .../ibm/juno/core/utils/StringVarResolver.class |   Bin 5316 -> 0 bytes
 .../ibm/juno/core/utils/StringVarResolver.java  |   357 -
 .../juno/core/utils/StringVarWithDefault.class  |   Bin 852 -> 0 bytes
 .../juno/core/utils/StringVarWithDefault.java   |    31 -
 .../ibm/juno/core/utils/TeeOutputStream$1.class |   Bin 244 -> 0 bytes
 .../TeeOutputStream$NoCloseOutputStream.class   |   Bin 1315 -> 0 bytes
 .../ibm/juno/core/utils/TeeOutputStream.class   |   Bin 3666 -> 0 bytes
 .../ibm/juno/core/utils/TeeOutputStream.java    |   159 -
 .../com/ibm/juno/core/utils/TeeWriter$1.class   |   Bin 226 -> 0 bytes
 .../core/utils/TeeWriter$NoCloseWriter.class    |   Bin 1132 -> 0 bytes
 .../com/ibm/juno/core/utils/TeeWriter.class     |   Bin 3489 -> 0 bytes
 .../core/com/ibm/juno/core/utils/TeeWriter.java |   161 -
 .../ibm/juno/core/utils/ThrowableUtils.class    |   Bin 1565 -> 0 bytes
 .../com/ibm/juno/core/utils/ThrowableUtils.java |    67 -
 .../juno/core/utils/ZipFileList$FileEntry.class |   Bin 2495 -> 0 bytes
 .../core/utils/ZipFileList$ZipFileEntry.class   |   Bin 328 -> 0 bytes
 .../com/ibm/juno/core/utils/ZipFileList.class   |   Bin 951 -> 0 bytes
 .../com/ibm/juno/core/utils/ZipFileList.java    |   136 -
 .../core/com/ibm/juno/core/utils/package.html   |    53 -
 .../core/com/ibm/juno/core/xml/Namespace.class  |   Bin 1697 -> 0 bytes
 .../core/com/ibm/juno/core/xml/Namespace.java   |    81 -
 .../ibm/juno/core/xml/NamespaceFactory.class    |   Bin 3707 -> 0 bytes
 .../com/ibm/juno/core/xml/NamespaceFactory.java |   126 -
 .../com/ibm/juno/core/xml/XmlBeanMeta.class     |   Bin 4650 -> 0 bytes
 .../core/com/ibm/juno/core/xml/XmlBeanMeta.java |   125 -
 .../ibm/juno/core/xml/XmlBeanPropertyMeta.class |   Bin 5522 -> 0 bytes
 .../ibm/juno/core/xml/XmlBeanPropertyMeta.java  |   159 -
 .../com/ibm/juno/core/xml/XmlClassMeta.class    |   Bin 2602 -> 0 bytes
 .../com/ibm/juno/core/xml/XmlClassMeta.java     |   114 -
 .../juno/core/xml/XmlContentHandler$NULL.class  |   Bin 329 -> 0 bytes
 .../ibm/juno/core/xml/XmlContentHandler.class   |   Bin 618 -> 0 bytes
 .../ibm/juno/core/xml/XmlContentHandler.java    |   135 -
 .../juno/core/xml/XmlDocSerializer$Simple.class |   Bin 1273 -> 0 bytes
 .../ibm/juno/core/xml/XmlDocSerializer.class    |   Bin 1722 -> 0 bytes
 .../com/ibm/juno/core/xml/XmlDocSerializer.java |    62 -
 .../core/com/ibm/juno/core/xml/XmlParser.class  |   Bin 27091 -> 0 bytes
 .../core/com/ibm/juno/core/xml/XmlParser.java   |   558 -
 .../ibm/juno/core/xml/XmlParserContext.class    |   Bin 5612 -> 0 bytes
 .../com/ibm/juno/core/xml/XmlParserContext.java |   213 -
 .../ibm/juno/core/xml/XmlParserProperties.class |   Bin 3808 -> 0 bytes
 .../ibm/juno/core/xml/XmlParserProperties.java  |   244 -
 .../juno/core/xml/XmlSchemaDocSerializer.class  |   Bin 1651 -> 0 bytes
 .../juno/core/xml/XmlSchemaDocSerializer.java   |    50 -
 .../juno/core/xml/XmlSchemaSerializer$1.class   |   Bin 2397 -> 0 bytes
 .../xml/XmlSchemaSerializer$QueueEntry.class    |   Bin 941 -> 0 bytes
 .../core/xml/XmlSchemaSerializer$Schema.class   |   Bin 12084 -> 0 bytes
 .../core/xml/XmlSchemaSerializer$Schemas.class  |   Bin 7798 -> 0 bytes
 .../ibm/juno/core/xml/XmlSchemaSerializer.class |   Bin 7423 -> 0 bytes
 .../ibm/juno/core/xml/XmlSchemaSerializer.java  |   588 -
 .../juno/core/xml/XmlSerializer$Simple.class    |   Bin 5193 -> 0 bytes
 .../juno/core/xml/XmlSerializer$SimpleSq.class  |   Bin 672 -> 0 bytes
 .../xml/XmlSerializer$SimpleXmlJsonSq.class     |   Bin 702 -> 0 bytes
 .../ibm/juno/core/xml/XmlSerializer$Sq.class    |   Bin 5030 -> 0 bytes
 .../core/xml/XmlSerializer$SqReadable.class     |   Bin 670 -> 0 bytes
 .../juno/core/xml/XmlSerializer$XmlJson.class   |   Bin 5194 -> 0 bytes
 .../juno/core/xml/XmlSerializer$XmlJsonSq.class |   Bin 677 -> 0 bytes
 .../com/ibm/juno/core/xml/XmlSerializer.class   |   Bin 24665 -> 0 bytes
 .../com/ibm/juno/core/xml/XmlSerializer.java    |   725 -
 .../juno/core/xml/XmlSerializerContext.class    |   Bin 5905 -> 0 bytes
 .../ibm/juno/core/xml/XmlSerializerContext.java |   202 -
 .../juno/core/xml/XmlSerializerProperties.class |   Bin 3403 -> 0 bytes
 .../juno/core/xml/XmlSerializerProperties.java  |   171 -
 .../ibm/juno/core/xml/XmlSerializerWriter.class |   Bin 10717 -> 0 bytes
 .../ibm/juno/core/xml/XmlSerializerWriter.java  |   662 -
 .../core/com/ibm/juno/core/xml/XmlUtils.class   |   Bin 12146 -> 0 bytes
 .../core/com/ibm/juno/core/xml/XmlUtils.java    |   569 -
 .../com/ibm/juno/core/xml/annotation/Xml.class  |   Bin 1110 -> 0 bytes
 .../com/ibm/juno/core/xml/annotation/Xml.java   |   197 -
 .../juno/core/xml/annotation/XmlFormat.class    |   Bin 1239 -> 0 bytes
 .../ibm/juno/core/xml/annotation/XmlFormat.java |    53 -
 .../ibm/juno/core/xml/annotation/XmlNs.class    |   Bin 487 -> 0 bytes
 .../com/ibm/juno/core/xml/annotation/XmlNs.java |    37 -
 .../juno/core/xml/annotation/XmlSchema.class    |   Bin 656 -> 0 bytes
 .../ibm/juno/core/xml/annotation/XmlSchema.java |    94 -
 .../ibm/juno/core/xml/annotation/package.html   |    34 -
 .../juno/core/xml/doc-files/Example_HTML.png    |   Bin 35528 -> 0 bytes
 .../ibm/juno/core/xml/doc-files/Example_XML.png |   Bin 32865 -> 0 bytes
 .../core/xml/doc-files/Example_XMLSchema.png    |   Bin 45685 -> 0 bytes
 .../core/xml/doc-files/Example_XMLSimple.png    |   Bin 34372 -> 0 bytes
 .../bin/core/com/ibm/juno/core/xml/package.html |  2321 ---
 .../bin/core/doc-files/Microservices.1.png      |   Bin 22345 -> 0 bytes
 .../doc-files/Samples.AddressBookResource.1.png |   Bin 44553 -> 0 bytes
 .../doc-files/Samples.AddressBookResource.2.png |   Bin 224346 -> 0 bytes
 .../Samples.AddressBookResource.Demo.1.png      |   Bin 17539 -> 0 bytes
 .../Samples.AddressBookResource.Demo.10.png     |   Bin 37153 -> 0 bytes
 .../Samples.AddressBookResource.Demo.2.png      |   Bin 47285 -> 0 bytes
 .../Samples.AddressBookResource.Demo.3.png      |   Bin 40911 -> 0 bytes
 .../Samples.AddressBookResource.Demo.4.png      |   Bin 40461 -> 0 bytes
 .../Samples.AddressBookResource.Demo.5.png      |   Bin 49884 -> 0 bytes
 .../Samples.AddressBookResource.Demo.6.png      |   Bin 52332 -> 0 bytes
 .../Samples.AddressBookResource.Demo.7.png      |   Bin 39401 -> 0 bytes
 .../Samples.AddressBookResource.Demo.8.png      |   Bin 34154 -> 0 bytes
 .../Samples.AddressBookResource.Demo.9.png      |   Bin 51831 -> 0 bytes
 ...les.AddressBookResource.Introspectable.1.png |   Bin 21714 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.1.png |   Bin 43970 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.2.png |   Bin 35177 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.3.png |   Bin 35137 -> 0 bytes
 ...amples.AddressBookResource.Traversable.1.png |   Bin 28868 -> 0 bytes
 ...amples.AddressBookResource.Traversable.2.png |   Bin 20464 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.1.png    |   Bin 45184 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.2.png    |   Bin 78940 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.3.png    |   Bin 28698 -> 0 bytes
 .../bin/core/doc-files/Samples.Building.1.png   |   Bin 14082 -> 0 bytes
 .../bin/core/doc-files/Samples.Building.2.png   |   Bin 5543 -> 0 bytes
 .../core/doc-files/Samples.ConfigResource.1.png |   Bin 38071 -> 0 bytes
 .../core/doc-files/Samples.ConfigResource.2.png |   Bin 42599 -> 0 bytes
 .../core/doc-files/Samples.ConfigResource.3.png |   Bin 41856 -> 0 bytes
 .../Samples.DockerRegistryResource.1.png        |   Bin 16230 -> 0 bytes
 .../Samples.DockerRegistryResource.2.png        |   Bin 23808 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.1.png  |   Bin 15414 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.2.png  |   Bin 10797 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.3.png  |   Bin 66934 -> 0 bytes
 .../bin/core/doc-files/Samples.Installing.1.png |   Bin 52312 -> 0 bytes
 .../bin/core/doc-files/Samples.Installing.2.png |   Bin 59664 -> 0 bytes
 .../bin/core/doc-files/Samples.Installing.3.png |   Bin 25927 -> 0 bytes
 .../doc-files/Samples.JsonSchemaResource.1.png  |   Bin 36315 -> 0 bytes
 .../doc-files/Samples.JsonSchemaResource.2.png  |   Bin 28837 -> 0 bytes
 .../core/doc-files/Samples.LogsResource.1.png   |   Bin 37594 -> 0 bytes
 .../core/doc-files/Samples.LogsResource.2.png   |   Bin 42497 -> 0 bytes
 .../core/doc-files/Samples.LogsResource.3.png   |   Bin 56603 -> 0 bytes
 .../Samples.MethodExampleResource.1.png         |   Bin 27555 -> 0 bytes
 .../Samples.MethodExampleResource.2.png         |   Bin 71023 -> 0 bytes
 .../core/doc-files/Samples.PhotosResource.1.png |   Bin 16442 -> 0 bytes
 .../core/doc-files/Samples.PhotosResource.2.png |   Bin 71952 -> 0 bytes
 ...Samples.RequestEchoResource.1.htmlschema.png |   Bin 35501 -> 0 bytes
 .../Samples.RequestEchoResource.1.json.png      |   Bin 30092 -> 0 bytes
 ...Samples.RequestEchoResource.1.jsonschema.png |   Bin 31731 -> 0 bytes
 ...Samples.RequestEchoResource.1.jsonsimple.png |   Bin 29302 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.1.png |   Bin 54743 -> 0 bytes
 .../Samples.RequestEchoResource.1.uon.png       |   Bin 64778 -> 0 bytes
 ...amples.RequestEchoResource.1.urlencoding.png |   Bin 71054 -> 0 bytes
 .../Samples.RequestEchoResource.1.xml.png       |   Bin 43989 -> 0 bytes
 .../Samples.RequestEchoResource.1.xmlschema.png |   Bin 47951 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.2.png |   Bin 30872 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.3.png |   Bin 27501 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.4.png |   Bin 22149 -> 0 bytes
 .../bin/core/doc-files/Samples.Running.1.png    |   Bin 40422 -> 0 bytes
 .../bin/core/doc-files/Samples.Running.2.png    |   Bin 15925 -> 0 bytes
 .../bin/core/doc-files/Samples.Running.3.png    |   Bin 62643 -> 0 bytes
 .../Samples.SampleRemoteableServlet.1.png       |   Bin 23969 -> 0 bytes
 .../Samples.SampleRemoteableServlet.2.png       |   Bin 29986 -> 0 bytes
 .../Samples.SampleRemoteableServlet.3.png       |   Bin 45596 -> 0 bytes
 .../doc-files/Samples.SqlQueryResource.1.png    |   Bin 16113 -> 0 bytes
 .../doc-files/Samples.SqlQueryResource.2.png    |   Bin 40356 -> 0 bytes
 .../doc-files/Samples.TempDirResource.1.png     |   Bin 32843 -> 0 bytes
 .../doc-files/Samples.TempDirResource.2.png     |   Bin 20359 -> 0 bytes
 .../Samples.TumblrParserResource.1.png          |   Bin 168439 -> 0 bytes
 .../Samples.UrlEncodedFormResource.1.png        |   Bin 24026 -> 0 bytes
 .../Samples.UrlEncodedFormResource.2.png        |   Bin 31318 -> 0 bytes
 .../bin/core/doc-files/Server.Html.png          |   Bin 52497 -> 0 bytes
 .../bin/core/doc-files/Server.Json.png          |   Bin 29692 -> 0 bytes
 .../bin/core/doc-files/Server.N3.png            |   Bin 45391 -> 0 bytes
 .../bin/core/doc-files/Server.NTuple.png        |   Bin 55713 -> 0 bytes
 .../bin/core/doc-files/Server.Options.png       |   Bin 67005 -> 0 bytes
 .../bin/core/doc-files/Server.RdfXml.png        |   Bin 45274 -> 0 bytes
 .../bin/core/doc-files/Server.SimpleXml.png     |   Bin 36746 -> 0 bytes
 .../bin/core/doc-files/Server.Turtle.png        |   Bin 45180 -> 0 bytes
 .../bin/core/doc-files/Server.Uon.png           |   Bin 28160 -> 0 bytes
 .../bin/core/doc-files/Server.UrlEncoding.png   |   Bin 32516 -> 0 bytes
 .../bin/core/doc-files/Server.Xml.png           |   Bin 45446 -> 0 bytes
 com.ibm.team.juno.releng/bin/core/javadoc.css   |  1039 --
 com.ibm.team.juno.releng/bin/core/overview.html |  7448 ----------
 .../bin/microservice/META-INF/MANIFEST.MF       |    14 +-
 .../ibm/juno/microservice/Microservice$1.class  |   Bin 1180 -> 0 bytes
 .../ibm/juno/microservice/Microservice$2.class  |   Bin 1285 -> 0 bytes
 .../ibm/juno/microservice/Microservice$3.class  |   Bin 665 -> 0 bytes
 .../ibm/juno/microservice/Microservice$4.class  |   Bin 955 -> 0 bytes
 .../ibm/juno/microservice/Microservice$5.class  |   Bin 953 -> 0 bytes
 .../ibm/juno/microservice/Microservice$6.class  |   Bin 922 -> 0 bytes
 .../ibm/juno/microservice/Microservice.class    |   Bin 7426 -> 0 bytes
 .../com/ibm/juno/microservice/Microservice.java |   521 -
 .../com/ibm/juno/microservice/Resource$1.class  |   Bin 928 -> 0 bytes
 .../com/ibm/juno/microservice/Resource$2.class  |   Bin 933 -> 0 bytes
 .../com/ibm/juno/microservice/Resource.class    |   Bin 1301 -> 0 bytes
 .../com/ibm/juno/microservice/Resource.java     |    74 -
 .../ibm/juno/microservice/ResourceGroup$1.class |   Bin 958 -> 0 bytes
 .../ibm/juno/microservice/ResourceGroup$2.class |   Bin 963 -> 0 bytes
 .../ibm/juno/microservice/ResourceGroup.class   |   Bin 1336 -> 0 bytes
 .../ibm/juno/microservice/ResourceGroup.java    |    72 -
 .../ibm/juno/microservice/ResourceJena.class    |   Bin 712 -> 0 bytes
 .../com/ibm/juno/microservice/ResourceJena.java |    28 -
 .../juno/microservice/RestMicroservice$1.class  |   Bin 1498 -> 0 bytes
 .../juno/microservice/RestMicroservice$2.class  |   Bin 1180 -> 0 bytes
 .../juno/microservice/RestMicroservice.class    |   Bin 13722 -> 0 bytes
 .../ibm/juno/microservice/RestMicroservice.java |   554 -
 .../ibm/juno/microservice/doc-files/build1.png  |   Bin 2633 -> 0 bytes
 .../ibm/juno/microservice/doc-files/build2.png  |   Bin 8634 -> 0 bytes
 .../juno/microservice/doc-files/helloworld1.png |   Bin 14050 -> 0 bytes
 .../microservice/doc-files/instructions1.png    |   Bin 44658 -> 0 bytes
 .../microservice/doc-files/instructions2.png    |   Bin 54971 -> 0 bytes
 .../microservice/doc-files/instructions3.png    |   Bin 20755 -> 0 bytes
 .../microservice/doc-files/instructions4.png    |   Bin 28672 -> 0 bytes
 .../microservice/doc-files/instructions5.png    |   Bin 8894 -> 0 bytes
 .../microservice/doc-files/instructions6.png    |   Bin 22345 -> 0 bytes
 .../juno/microservice/doc-files/manifest1.png   |   Bin 10493 -> 0 bytes
 .../com/ibm/juno/microservice/javadoc.css       |  1039 --
 .../com/ibm/juno/microservice/package.html      |   944 --
 .../juno/microservice/resources/ConfigEdit.html |    32 -
 .../microservice/resources/ConfigResource.class |   Bin 5386 -> 0 bytes
 .../microservice/resources/ConfigResource.java  |   184 -
 .../DirectoryResource$FileResource.class        |   Bin 2656 -> 0 bytes
 .../resources/DirectoryResource.class           |   Bin 8434 -> 0 bytes
 .../resources/DirectoryResource.java            |   354 -
 .../resources/LogEntryFormatter.class           |   Bin 6683 -> 0 bytes
 .../resources/LogEntryFormatter.java            |   257 -
 .../resources/LogParser$Entry.class             |   Bin 5074 -> 0 bytes
 .../juno/microservice/resources/LogParser.class |   Bin 5547 -> 0 bytes
 .../juno/microservice/resources/LogParser.java  |   225 -
 .../microservice/resources/LogsResource$1.class |   Bin 957 -> 0 bytes
 .../resources/LogsResource$FileResource.class   |   Bin 2573 -> 0 bytes
 .../LogsResource$FileResourceComparator.class   |   Bin 1933 -> 0 bytes
 .../microservice/resources/LogsResource.class   |   Bin 11211 -> 0 bytes
 .../microservice/resources/LogsResource.java    |   299 -
 .../resources/SampleRootResource.class          |   Bin 758 -> 0 bytes
 .../resources/SampleRootResource.java           |    27 -
 .../resources/ShutdownResource$1.class          |   Bin 1039 -> 0 bytes
 .../resources/ShutdownResource.class            |   Bin 1125 -> 0 bytes
 .../resources/ShutdownResource.java             |    49 -
 .../juno/microservice/resources/package.html    |    24 -
 .../bin/samples/META-INF/MANIFEST.MF            |    20 +-
 .../ibm/juno/samples/addressbook/Address.class  |   Bin 1851 -> 0 bytes
 .../ibm/juno/samples/addressbook/Address.java   |    49 -
 .../juno/samples/addressbook/AddressBook.class  |   Bin 3954 -> 0 bytes
 .../juno/samples/addressbook/AddressBook.java   |    98 -
 .../samples/addressbook/CreateAddress.class     |   Bin 1001 -> 0 bytes
 .../juno/samples/addressbook/CreateAddress.java |    37 -
 .../juno/samples/addressbook/CreatePerson.class |   Bin 1472 -> 0 bytes
 .../juno/samples/addressbook/CreatePerson.java  |    40 -
 .../juno/samples/addressbook/IAddressBook.class |   Bin 716 -> 0 bytes
 .../juno/samples/addressbook/IAddressBook.java  |    41 -
 .../ibm/juno/samples/addressbook/Person.class   |   Bin 3249 -> 0 bytes
 .../ibm/juno/samples/addressbook/Person.java    |    68 -
 .../juno/samples/addressbook/package-info.class |   Bin 689 -> 0 bytes
 .../juno/samples/addressbook/package-info.java  |    31 -
 .../ibm/juno/samples/addressbook/package.html   |    27 -
 .../ibm/juno/server/samples/AdminGuard.class    |   Bin 492 -> 0 bytes
 .../com/ibm/juno/server/samples/AdminGuard.java |    22 -
 .../juno/server/samples/AtomFeedResource.class  |   Bin 5483 -> 0 bytes
 .../juno/server/samples/AtomFeedResource.java   |   103 -
 .../server/samples/CodeFormatterResource.class  |   Bin 1840 -> 0 bytes
 .../server/samples/CodeFormatterResource.html   |    48 -
 .../server/samples/CodeFormatterResource.java   |    46 -
 .../com/ibm/juno/server/samples/Constants.class |   Bin 679 -> 0 bytes
 .../com/ibm/juno/server/samples/Constants.java  |    25 -
 .../DirectoryResource$FileResource.class        |   Bin 2293 -> 0 bytes
 .../juno/server/samples/DirectoryResource.class |   Bin 7725 -> 0 bytes
 .../juno/server/samples/DirectoryResource.java  |   231 -
 .../DockerRegistryResource$DockerImage.class    |   Bin 530 -> 0 bytes
 .../DockerRegistryResource$QueryResults.class   |   Bin 770 -> 0 bytes
 .../server/samples/DockerRegistryResource.class |   Bin 3023 -> 0 bytes
 .../server/samples/DockerRegistryResource.java  |    68 -
 .../server/samples/HelloWorldResource.class     |   Bin 936 -> 0 bytes
 .../juno/server/samples/HelloWorldResource.java |    34 -
 .../server/samples/JsonSchemaResource.class     |   Bin 3007 -> 0 bytes
 .../juno/server/samples/JsonSchemaResource.java |    70 -
 .../server/samples/MethodExampleResource.class  |   Bin 4000 -> 0 bytes
 .../server/samples/MethodExampleResource.java   |    87 -
 .../samples/PhotosResource$ImageParser.class    |   Bin 1742 -> 0 bytes
 .../PhotosResource$ImageSerializer.class        |   Bin 1879 -> 0 bytes
 .../server/samples/PhotosResource$Photo.class   |   Bin 1001 -> 0 bytes
 .../juno/server/samples/PhotosResource.class    |   Bin 4381 -> 0 bytes
 .../ibm/juno/server/samples/PhotosResource.java |   140 -
 .../server/samples/RequestEchoResource.class    |   Bin 1866 -> 0 bytes
 .../server/samples/RequestEchoResource.java     |    55 -
 .../ibm/juno/server/samples/RootResources.class |   Bin 1812 -> 0 bytes
 .../ibm/juno/server/samples/RootResources.java  |    50 -
 .../samples/SampleRemoteableServlet.class       |   Bin 1919 -> 0 bytes
 .../server/samples/SampleRemoteableServlet.java |    53 -
 .../juno/server/samples/SourceResource$1.class  |   Bin 249 -> 0 bytes
 .../server/samples/SourceResource$Source.class  |   Bin 2401 -> 0 bytes
 .../juno/server/samples/SourceResource.class    |   Bin 3963 -> 0 bytes
 .../ibm/juno/server/samples/SourceResource.java |   110 -
 .../samples/SqlQueryResource$PostInput.class    |   Bin 546 -> 0 bytes
 .../juno/server/samples/SqlQueryResource.class  |   Bin 5695 -> 0 bytes
 .../juno/server/samples/SqlQueryResource.html   |    51 -
 .../juno/server/samples/SqlQueryResource.java   |   124 -
 ...mpDirResource$MultipartFormDataMatcher.class |   Bin 944 -> 0 bytes
 .../juno/server/samples/TempDirResource.class   |   Bin 3440 -> 0 bytes
 .../juno/server/samples/TempDirResource.java    |    74 -
 .../juno/server/samples/TempDirUploadPage.html  |    27 -
 .../samples/TumblrParserResource$Entry.class    |   Bin 519 -> 0 bytes
 .../server/samples/TumblrParserResource.class   |   Bin 4382 -> 0 bytes
 .../server/samples/TumblrParserResource.java    |    77 -
 .../ibm/juno/server/samples/UrlEncodedForm.html |    55 -
 .../UrlEncodedFormResource$FormInputBean.class  |   Bin 855 -> 0 bytes
 .../server/samples/UrlEncodedFormResource.class |   Bin 1596 -> 0 bytes
 .../server/samples/UrlEncodedFormResource.java  |    49 -
 .../addressbook/AddressBookResource$1.class     |   Bin 1497 -> 0 bytes
 .../AddressBookResource$Options.class           |   Bin 1519 -> 0 bytes
 .../addressbook/AddressBookResource.class       |   Bin 9995 -> 0 bytes
 .../addressbook/AddressBookResource.java        |   329 -
 .../server/samples/addressbook/ClientTest.class |   Bin 5167 -> 0 bytes
 .../server/samples/addressbook/ClientTest.java  |    99 -
 .../nls/AddressBookResource.properties          |    71 -
 .../ibm/juno/server/samples/averycutedog.jpg    |   Bin 40879 -> 0 bytes
 .../server/samples/htdocs/code-highlighting.css |   124 -
 .../samples/nls/AtomFeedResource.properties     |    16 -
 .../nls/CodeFormatterResource.properties        |    13 -
 .../samples/nls/HelloWorldResource.properties   |    14 -
 .../samples/nls/JsonSchemaResource.properties   |    15 -
 .../nls/MethodExampleResource.properties        |    32 -
 .../samples/nls/PhotosResource.properties       |    19 -
 .../samples/nls/RequestEchoResource.properties  |    14 -
 .../server/samples/nls/RootResources.properties |    13 -
 .../nls/SampleRemoteableServlet.properties      |    12 -
 .../samples/nls/SourceResource.properties       |    14 -
 .../samples/nls/SqlQueryResource.properties     |    14 -
 .../samples/nls/TempDirResource.properties      |    13 -
 .../samples/nls/TumblrParserResource.properties |    14 -
 .../nls/UrlEncodedFormResource.properties       |    17 -
 .../bin/server.test/META-INF/MANIFEST.MF        |    20 +-
 .../com/ibm/juno/server/test/DTOs$A.class       |   Bin 613 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$1.class     |   Bin 628 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$10.class    |   Bin 849 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$2.class     |   Bin 687 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$3.class     |   Bin 689 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$4.class     |   Bin 728 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$5.class     |   Bin 847 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$6.class     |   Bin 628 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$7.class     |   Bin 687 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$8.class     |   Bin 689 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$9.class     |   Bin 728 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B.class       |   Bin 5216 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$1.class     |   Bin 628 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$10.class    |   Bin 849 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$2.class     |   Bin 687 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$3.class     |   Bin 689 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$4.class     |   Bin 728 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$5.class     |   Bin 847 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$6.class     |   Bin 628 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$7.class     |   Bin 687 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$8.class     |   Bin 689 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$9.class     |   Bin 728 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C.class       |   Bin 2424 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs.class         |   Bin 461 -> 0 bytes
 .../com/ibm/juno/server/test/Root.class         |   Bin 3631 -> 0 bytes
 .../test/TestAcceptCharset$TestParser.class     |   Bin 1797 -> 0 bytes
 .../test/TestAcceptCharset$TestSerializer.class |   Bin 1874 -> 0 bytes
 .../juno/server/test/TestAcceptCharset.class    |   Bin 1569 -> 0 bytes
 .../server/test/TestBeanContextProperties.class |   Bin 1853 -> 0 bytes
 .../juno/server/test/TestCallbackStrings.class  |   Bin 2547 -> 0 bytes
 .../test/TestCharsetEncodings$ASerializer.class |   Bin 1354 -> 0 bytes
 .../test/TestCharsetEncodings$CtParser.class    |   Bin 1638 -> 0 bytes
 .../juno/server/test/TestCharsetEncodings.class |   Bin 1628 -> 0 bytes
 .../com/ibm/juno/server/test/TestConfig.class   |   Bin 1949 -> 0 bytes
 .../com/ibm/juno/server/test/TestContent.class  |   Bin 2798 -> 0 bytes
 .../server/test/TestDefaultContentTypes$1.class |   Bin 270 -> 0 bytes
 .../TestDefaultContentTypes$DummyParser.class   |   Bin 1842 -> 0 bytes
 ...estDefaultContentTypes$DummySerializer.class |   Bin 1801 -> 0 bytes
 .../test/TestDefaultContentTypes$P1.class       |   Bin 768 -> 0 bytes
 .../test/TestDefaultContentTypes$P2.class       |   Bin 768 -> 0 bytes
 .../test/TestDefaultContentTypes$P3.class       |   Bin 768 -> 0 bytes
 .../test/TestDefaultContentTypes$S1.class       |   Bin 776 -> 0 bytes
 .../test/TestDefaultContentTypes$S2.class       |   Bin 776 -> 0 bytes
 .../test/TestDefaultContentTypes$S3.class       |   Bin 776 -> 0 bytes
 .../server/test/TestDefaultContentTypes.class   |   Bin 3254 -> 0 bytes
 .../test/TestErrorConditions$NeverMatcher.class |   Bin 628 -> 0 bytes
 .../server/test/TestErrorConditions$Test1.class |   Bin 467 -> 0 bytes
 .../server/test/TestErrorConditions$Test2.class |   Bin 450 -> 0 bytes
 .../test/TestErrorConditions$Test3a.class       |   Bin 453 -> 0 bytes
 .../test/TestErrorConditions$Test3b.class       |   Bin 569 -> 0 bytes
 .../test/TestErrorConditions$Test3b1.class      |   Bin 439 -> 0 bytes
 .../test/TestErrorConditions$Test3c.class       |   Bin 712 -> 0 bytes
 .../juno/server/test/TestErrorConditions.class  |   Bin 3775 -> 0 bytes
 .../ibm/juno/server/test/TestFilters$A.class    |   Bin 406 -> 0 bytes
 .../juno/server/test/TestFilters$FilterA1.class |   Bin 2313 -> 0 bytes
 .../juno/server/test/TestFilters$FilterA2.class |   Bin 2313 -> 0 bytes
 .../juno/server/test/TestFilters$FilterA3.class |   Bin 2313 -> 0 bytes
 .../com/ibm/juno/server/test/TestFilters.class  |   Bin 2166 -> 0 bytes
 .../juno/server/test/TestFiltersParent.class    |   Bin 703 -> 0 bytes
 .../juno/server/test/TestGroups$PParser.class   |   Bin 1609 -> 0 bytes
 .../server/test/TestGroups$SSerializer.class    |   Bin 1498 -> 0 bytes
 .../com/ibm/juno/server/test/TestGroups.class   |   Bin 1778 -> 0 bytes
 .../juno/server/test/TestGzip$MyEncoder.class   |   Bin 562 -> 0 bytes
 .../juno/server/test/TestGzip$TestGzipOff.class |   Bin 1195 -> 0 bytes
 .../juno/server/test/TestGzip$TestGzipOn.class  |   Bin 2641 -> 0 bytes
 .../com/ibm/juno/server/test/TestGzip.class     |   Bin 539 -> 0 bytes
 .../test/TestInheritance$DummyParser.class      |   Bin 1424 -> 0 bytes
 .../test/TestInheritance$DummySerializer.class  |   Bin 1239 -> 0 bytes
 .../juno/server/test/TestInheritance$E1.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$E2.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$E3.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$E4.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$F1.class   |   Bin 1063 -> 0 bytes
 .../juno/server/test/TestInheritance$F2.class   |   Bin 1063 -> 0 bytes
 .../juno/server/test/TestInheritance$F3.class   |   Bin 1063 -> 0 bytes
 .../juno/server/test/TestInheritance$Foo1.class |   Bin 510 -> 0 bytes
 .../juno/server/test/TestInheritance$Foo2.class |   Bin 510 -> 0 bytes
 .../juno/server/test/TestInheritance$Foo3.class |   Bin 510 -> 0 bytes
 .../juno/server/test/TestInheritance$P1.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P2.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P3.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P4.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P5.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$S1.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S2.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S3.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S4.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S5.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$Sub.class  |   Bin 1550 -> 0 bytes
 .../test/TestInheritance$TestEncoders.class     |   Bin 1291 -> 0 bytes
 .../test/TestInheritance$TestFilters.class      |   Bin 2078 -> 0 bytes
 .../test/TestInheritance$TestParsers.class      |   Bin 1688 -> 0 bytes
 .../test/TestInheritance$TestProperties.class   |   Bin 2637 -> 0 bytes
 .../test/TestInheritance$TestSerializers.class  |   Bin 1719 -> 0 bytes
 .../ibm/juno/server/test/TestInheritance.class  |   Bin 2994 -> 0 bytes
 .../ibm/juno/server/test/TestLargePojos.class   |   Bin 1100 -> 0 bytes
 .../TestMessages$ResourceBundleFilter.class     |   Bin 1643 -> 0 bytes
 .../test/TestMessages$TestMessages2.class       |   Bin 540 -> 0 bytes
 .../com/ibm/juno/server/test/TestMessages.class |   Bin 1170 -> 0 bytes
 .../juno/server/test/TestMessages.properties    |    10 -
 .../juno/server/test/TestMessages2.properties   |    10 -
 .../ibm/juno/server/test/TestNls$Test1.class    |   Bin 1835 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test2.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test3.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test4.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test5.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test6.class    |   Bin 1715 -> 0 bytes
 .../com/ibm/juno/server/test/TestNls.class      |   Bin 1177 -> 0 bytes
 .../com/ibm/juno/server/test/TestNls.properties |    74 -
 .../test/TestNlsProperty$TestSerializer.class   |   Bin 1512 -> 0 bytes
 .../ibm/juno/server/test/TestNlsProperty.class  |   Bin 1235 -> 0 bytes
 .../juno/server/test/TestNlsProperty.properties |    10 -
 .../juno/server/test/TestNoParserInput.class    |   Bin 1501 -> 0 bytes
 .../test/TestOnPostCall$TestSerializer.class    |   Bin 2449 -> 0 bytes
 .../ibm/juno/server/test/TestOnPostCall.class   |   Bin 2784 -> 0 bytes
 .../server/test/TestOnPreCall$TestParserA.class |   Bin 2353 -> 0 bytes
 .../ibm/juno/server/test/TestOnPreCall.class    |   Bin 2619 -> 0 bytes
 .../server/test/TestOptionsWithoutNls.class     |   Bin 1432 -> 0 bytes
 .../TestOverlappingMethods$Test1Guard.class     |   Bin 860 -> 0 bytes
 .../TestOverlappingMethods$Test2Guard.class     |   Bin 860 -> 0 bytes
 .../TestOverlappingMethods$Test3aMatcher.class  |   Bin 862 -> 0 bytes
 .../TestOverlappingMethods$Test3bMatcher.class  |   Bin 862 -> 0 bytes
 .../server/test/TestOverlappingMethods.class    |   Bin 3586 -> 0 bytes
 .../com/ibm/juno/server/test/TestParams$A.class |   Bin 450 -> 0 bytes
 .../juno/server/test/TestParams$Test6Bean.class |   Bin 460 -> 0 bytes
 .../com/ibm/juno/server/test/TestParams.class   |   Bin 12171 -> 0 bytes
 .../server/test/TestParsers$TestParserA.class   |   Bin 1831 -> 0 bytes
 .../server/test/TestParsers$TestParserB.class   |   Bin 1830 -> 0 bytes
 .../server/test/TestParsers$TestParserC.class   |   Bin 1830 -> 0 bytes
 .../server/test/TestParsers$TestParserD.class   |   Bin 1842 -> 0 bytes
 .../com/ibm/juno/server/test/TestParsers.class  |   Bin 2253 -> 0 bytes
 .../juno/server/test/TestPath$TestPath2.class   |   Bin 933 -> 0 bytes
 .../juno/server/test/TestPath$TestPath3.class   |   Bin 514 -> 0 bytes
 .../juno/server/test/TestPath$TestPath3a.class  |   Bin 800 -> 0 bytes
 .../com/ibm/juno/server/test/TestPath.class     |   Bin 997 -> 0 bytes
 .../com/ibm/juno/server/test/TestPaths$A.class  |   Bin 1481 -> 0 bytes
 .../com/ibm/juno/server/test/TestPaths.class    |   Bin 2510 -> 0 bytes
 .../TestProperties$PropertySerializer1.class    |   Bin 2006 -> 0 bytes
 .../TestProperties$PropertySerializer2.class    |   Bin 1775 -> 0 bytes
 .../ibm/juno/server/test/TestProperties.class   |   Bin 2070 -> 0 bytes
 .../ibm/juno/server/test/TestRestClient.class   |   Bin 986 -> 0 bytes
 .../test/TestSerializers$TestSerializerA.class  |   Bin 1513 -> 0 bytes
 .../test/TestSerializers$TestSerializerB.class  |   Bin 1513 -> 0 bytes
 .../test/TestSerializers$TestSerializerC.class  |   Bin 1513 -> 0 bytes
 .../test/TestSerializers$TestSerializerD.class  |   Bin 1544 -> 0 bytes
 .../ibm/juno/server/test/TestSerializers.class  |   Bin 2102 -> 0 bytes
 .../ibm/juno/server/test/TestStaticFiles.class  |   Bin 734 -> 0 bytes
 .../ibm/juno/server/test/TestUris$Child.class   |   Bin 1689 -> 0 bytes
 .../juno/server/test/TestUris$GrandChild.class  |   Bin 1590 -> 0 bytes
 .../com/ibm/juno/server/test/TestUris.class     |   Bin 2711 -> 0 bytes
 .../server/test/TestUrlContent$TestBean.class   |   Bin 473 -> 0 bytes
 .../server/test/TestUrlContent$TestEnum.class   |   Bin 1148 -> 0 bytes
 .../ibm/juno/server/test/TestUrlContent.class   |   Bin 2471 -> 0 bytes
 .../com/ibm/juno/server/test/xdocs/test.txt     |     1 -
 .../ibm/juno/server/test/xdocs/xdocs/test.txt   |     1 -
 .../com/ibm/juno/server/tests/AllTests.class    |   Bin 2573 -> 0 bytes
 .../ibm/juno/server/tests/CT_JacocoDummy.class  |   Bin 1275 -> 0 bytes
 .../ibm/juno/server/tests/CT_RestUtils.class    |   Bin 4727 -> 0 bytes
 .../server/tests/CT_TestAcceptCharset.class     |   Bin 4963 -> 0 bytes
 .../tests/CT_TestBeanContextProperties.class    |   Bin 1484 -> 0 bytes
 .../server/tests/CT_TestCallbackStrings.class   |   Bin 1857 -> 0 bytes
 .../server/tests/CT_TestCharsetEncodings.class  |   Bin 3667 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestConfig.class   |   Bin 3590 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestContent.class  |   Bin 15635 -> 0 bytes
 .../tests/CT_TestDefaultContentTypes.class      |   Bin 8733 -> 0 bytes
 .../server/tests/CT_TestErrorConditions.class   |   Bin 7368 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestFilters.class  |   Bin 2240 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestGroups.class   |   Bin 3700 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestGzip.class |   Bin 8076 -> 0 bytes
 .../juno/server/tests/CT_TestInheritance.class  |   Bin 3289 -> 0 bytes
 .../juno/server/tests/CT_TestLargePojos.class   |   Bin 3128 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestMessages.class |   Bin 1319 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestNls.class  |   Bin 7065 -> 0 bytes
 .../juno/server/tests/CT_TestNlsProperty.class  |   Bin 1645 -> 0 bytes
 .../server/tests/CT_TestNoParserInput.class     |   Bin 2493 -> 0 bytes
 .../juno/server/tests/CT_TestOnPostCall.class   |   Bin 3695 -> 0 bytes
 .../juno/server/tests/CT_TestOnPreCall.class    |   Bin 2260 -> 0 bytes
 .../server/tests/CT_TestOptionsWithoutNls.class |   Bin 2058 -> 0 bytes
 .../tests/CT_TestOverlappingMethods.class       |   Bin 4150 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestParams.class   |   Bin 13076 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestParsers.class  |   Bin 4253 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestPath.class |   Bin 1713 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestPaths.class    |   Bin 16152 -> 0 bytes
 .../juno/server/tests/CT_TestProperties.class   |   Bin 2120 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient$1.class |   Bin 1588 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient$2.class |   Bin 1549 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient$3.class |   Bin 1549 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient.class   |   Bin 5184 -> 0 bytes
 .../juno/server/tests/CT_TestSerializers.class  |   Bin 4130 -> 0 bytes
 .../juno/server/tests/CT_TestStaticFiles.class  |   Bin 2121 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestUris.class |   Bin 22260 -> 0 bytes
 .../juno/server/tests/CT_TestUrlContent.class   |   Bin 2246 -> 0 bytes
 .../juno/server/tests/CT_UrlPathPattern.class   |   Bin 1561 -> 0 bytes
 .../com/ibm/juno/server/tests/Constants.class   |   Bin 1504 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$A.class      |   Bin 617 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$1.class    |   Bin 633 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$10.class   |   Bin 857 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$2.class    |   Bin 692 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$3.class    |   Bin 694 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$4.class    |   Bin 736 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$5.class    |   Bin 855 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$6.class    |   Bin 633 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$7.class    |   Bin 692 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$8.class    |   Bin 694 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$9.class    |   Bin 736 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B.class      |   Bin 5244 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$1.class    |   Bin 633 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$10.class   |   Bin 857 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$2.class    |   Bin 692 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$3.class    |   Bin 694 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$4.class    |   Bin 736 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$5.class    |   Bin 855 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$6.class    |   Bin 633 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$7.class    |   Bin 692 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$8.class    |   Bin 694 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$9.class    |   Bin 736 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C.class      |   Bin 2445 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs.class        |   Bin 466 -> 0 bytes
 .../ibm/juno/server/tests/LargePojo$A1.class    |   Bin 547 -> 0 bytes
 .../juno/server/tests/LargePojo$A1List.class    |   Bin 547 -> 0 bytes
 .../ibm/juno/server/tests/LargePojo$A1Map.class |   Bin 568 -> 0 bytes
 .../com/ibm/juno/server/tests/LargePojo.class   |   Bin 1298 -> 0 bytes
 .../ibm/juno/server/tests/TestRestClient.class  |   Bin 3779 -> 0 bytes
 .../com/ibm/juno/server/tests/TestUtils.class   |   Bin 2774 -> 0 bytes
 .../CT_AddressBookResource$PersonList.class     |   Bin 576 -> 0 bytes
 .../tests/sample/CT_AddressBookResource.class   |   Bin 8852 -> 0 bytes
 .../sample/CT_AddressBookResource_test0.json    |    14 -
 .../server/tests/sample/CT_RootResources.class  |   Bin 5376 -> 0 bytes
 .../CT_SampleRemoteableServicesResource.class   |   Bin 3458 -> 0 bytes
 .../sample/CT_TestMultiPartFormPosts.class      |   Bin 2439 -> 0 bytes
 .../server/tests/sample/SamplesRestClient.class |   Bin 3803 -> 0 bytes
 .../bin/server/META-INF/MANIFEST.MF             |    25 +-
 .../com/ibm/juno/server/ReaderResource.class    |   Bin 2191 -> 0 bytes
 .../com/ibm/juno/server/ReaderResource.java     |    96 -
 .../server/com/ibm/juno/server/Redirect.class   |   Bin 1872 -> 0 bytes
 .../server/com/ibm/juno/server/Redirect.java    |   133 -
 .../com/ibm/juno/server/ResponseHandler.class   |   Bin 328 -> 0 bytes
 .../com/ibm/juno/server/ResponseHandler.java    |    87 -
 .../com/ibm/juno/server/RestConverter.class     |   Bin 491 -> 0 bytes
 .../com/ibm/juno/server/RestConverter.java      |    70 -
 .../com/ibm/juno/server/RestException.class     |   Bin 2966 -> 0 bytes
 .../com/ibm/juno/server/RestException.java      |   133 -
 .../server/com/ibm/juno/server/RestGuard.class  |   Bin 814 -> 0 bytes
 .../server/com/ibm/juno/server/RestGuard.java   |    95 -
 .../com/ibm/juno/server/RestMatcher.class       |   Bin 355 -> 0 bytes
 .../server/com/ibm/juno/server/RestMatcher.java |    61 -
 .../com/ibm/juno/server/RestRequest$1.class     |   Bin 919 -> 0 bytes
 .../com/ibm/juno/server/RestRequest.class       |   Bin 31670 -> 0 bytes
 .../server/com/ibm/juno/server/RestRequest.java |  1743 ---
 .../com/ibm/juno/server/RestResponse$1.class    |   Bin 1210 -> 0 bytes
 .../com/ibm/juno/server/RestResponse.class      |   Bin 9992 -> 0 bytes
 .../com/ibm/juno/server/RestResponse.java       |   427 -
 .../com/ibm/juno/server/RestServlet$1.class     |   Bin 1192 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$10.class    |   Bin 846 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$11.class    |   Bin 2518 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$12.class    |   Bin 1599 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$2.class     |   Bin 889 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$3.class     |   Bin 807 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$4.class     |   Bin 802 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$5.class     |   Bin 895 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$6.class     |   Bin 1316 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$7.class     |   Bin 2419 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$8.class     |   Bin 1191 -> 0 bytes
 .../com/ibm/juno/server/RestServlet$9.class     |   Bin 969 -> 0 bytes
 .../juno/server/RestServlet$MethodMeta.class    |   Bin 19810 -> 0 bytes
 .../juno/server/RestServlet$MethodParam.class   |   Bin 6575 -> 0 bytes
 .../juno/server/RestServlet$MultiMethod.class   |   Bin 4753 -> 0 bytes
 .../ibm/juno/server/RestServlet$ParamType.class |   Bin 2106 -> 0 bytes
 .../server/RestServlet$ResourceMethod.class     |   Bin 1073 -> 0 bytes
 .../com/ibm/juno/server/RestServlet.class       |   Bin 57121 -> 0 bytes
 .../server/com/ibm/juno/server/RestServlet.java |  3045 ----
 .../ibm/juno/server/RestServletDefault.class    |   Bin 2959 -> 0 bytes
 .../com/ibm/juno/server/RestServletDefault.java |   228 -
 .../ibm/juno/server/RestServletException.class  |   Bin 1073 -> 0 bytes
 .../ibm/juno/server/RestServletException.java   |    44 -
 .../juno/server/RestServletGroupDefault.class   |   Bin 1001 -> 0 bytes
 .../juno/server/RestServletGroupDefault.java    |    39 -
 .../com/ibm/juno/server/RestServletNls$1.class  |   Bin 233 -> 0 bytes
 .../server/RestServletNls$ClassBundleDef.class  |   Bin 1337 -> 0 bytes
 .../com/ibm/juno/server/RestServletNls.class    |   Bin 4631 -> 0 bytes
 .../com/ibm/juno/server/RestServletNls.java     |   102 -
 .../ibm/juno/server/RestServletProperties.class |   Bin 1211 -> 0 bytes
 .../ibm/juno/server/RestServletProperties.java  |   144 -
 .../com/ibm/juno/server/RestUtils$1.class       |   Bin 1963 -> 0 bytes
 .../server/com/ibm/juno/server/RestUtils.class  |   Bin 4660 -> 0 bytes
 .../server/com/ibm/juno/server/RestUtils.java   |   246 -
 .../com/ibm/juno/server/StreamResource.class    |   Bin 1919 -> 0 bytes
 .../com/ibm/juno/server/StreamResource.java     |    87 -
 .../com/ibm/juno/server/UrlPathPattern.class    |   Bin 3843 -> 0 bytes
 .../com/ibm/juno/server/UrlPathPattern.java     |   157 -
 .../com/ibm/juno/server/annotation/Attr.class   |   Bin 537 -> 0 bytes
 .../com/ibm/juno/server/annotation/Attr.java    |    70 -
 .../ibm/juno/server/annotation/Content.class    |   Bin 480 -> 0 bytes
 .../com/ibm/juno/server/annotation/Content.java |    54 -
 .../ibm/juno/server/annotation/HasParam.class   |   Bin 513 -> 0 bytes
 .../ibm/juno/server/annotation/HasParam.java    |    91 -
 .../ibm/juno/server/annotation/HasQParam.class  |   Bin 515 -> 0 bytes
 .../ibm/juno/server/annotation/HasQParam.java   |    57 -
 .../com/ibm/juno/server/annotation/Header.class |   Bin 509 -> 0 bytes
 .../com/ibm/juno/server/annotation/Header.java  |    50 -
 .../ibm/juno/server/annotation/Inherit.class    |   Bin 1168 -> 0 bytes
 .../com/ibm/juno/server/annotation/Inherit.java |    30 -
 .../ibm/juno/server/annotation/Messages.class   |   Bin 482 -> 0 bytes
 .../ibm/juno/server/annotation/Messages.java    |    48 -
 .../com/ibm/juno/server/annotation/Method.class |   Bin 478 -> 0 bytes
 .../com/ibm/juno/server/annotation/Method.java  |    47 -
 .../com/ibm/juno/server/annotation/Param.class  |   Bin 567 -> 0 bytes
 .../com/ibm/juno/server/annotation/Param.java   |    76 -
 .../juno/server/annotation/PathRemainder.class  |   Bin 492 -> 0 bytes
 .../juno/server/annotation/PathRemainder.java   |    44 -
 .../ibm/juno/server/annotation/Properties.class |   Bin 486 -> 0 bytes
 .../ibm/juno/server/annotation/Properties.java  |    62 -
 .../ibm/juno/server/annotation/Property.class   |   Bin 534 -> 0 bytes
 .../ibm/juno/server/annotation/Property.java    |    61 -
 .../com/ibm/juno/server/annotation/QParam.class |   Bin 569 -> 0 bytes
 .../com/ibm/juno/server/annotation/QParam.java  |    72 -
 .../ibm/juno/server/annotation/Response.class   |   Bin 641 -> 0 bytes
 .../ibm/juno/server/annotation/Response.java    |    67 -
 .../ibm/juno/server/annotation/RestMethod.class |   Bin 1815 -> 0 bytes
 .../ibm/juno/server/annotation/RestMethod.java  |   379 -
 .../juno/server/annotation/RestResource.class   |   Bin 1670 -> 0 bytes
 .../juno/server/annotation/RestResource.java    |   432 -
 .../com/ibm/juno/server/annotation/Var.class    |   Bin 592 -> 0 bytes
 .../com/ibm/juno/server/annotation/Var.java     |    66 -
 .../juno/server/annotation/VarCategory.class    |   Bin 536 -> 0 bytes
 .../ibm/juno/server/annotation/VarCategory.java |    32 -
 .../com/ibm/juno/server/annotation/package.html |    34 -
 .../juno/server/converters/Introspectable.class |   Bin 1950 -> 0 bytes
 .../juno/server/converters/Introspectable.java  |    55 -
 .../ibm/juno/server/converters/Queryable.class  |   Bin 3469 -> 0 bytes
 .../ibm/juno/server/converters/Queryable.java   |    97 -
 .../juno/server/converters/Traversable.class    |   Bin 1791 -> 0 bytes
 .../ibm/juno/server/converters/Traversable.java |    63 -
 .../com/ibm/juno/server/converters/package.html |    34 -
 .../ibm/juno/server/doc-files/AddressBook.png   |   Bin 44553 -> 0 bytes
 .../juno/server/doc-files/AddressBookJson.png   |   Bin 30639 -> 0 bytes
 .../server/doc-files/AddressBookOptions.png     |   Bin 224346 -> 0 bytes
 .../server/doc-files/AddressBook_junostyle.png  |   Bin 52768 -> 0 bytes
 .../server/doc-files/HelloWorldResource1.png    |   Bin 14206 -> 0 bytes
 .../server/doc-files/HelloWorldResource2.png    |   Bin 30721 -> 0 bytes
 .../server/doc-files/HelloWorldResource3.png    |   Bin 11040 -> 0 bytes
 .../server/doc-files/HelloWorldResource4.png    |   Bin 16188 -> 0 bytes
 .../doc-files/HelloWorldResourceOptions.png     |   Bin 67692 -> 0 bytes
 .../doc-files/HelloWorldResourceOptionsJson.png |   Bin 27940 -> 0 bytes
 .../com/ibm/juno/server/doc-files/Options2.png  |   Bin 9809 -> 0 bytes
 .../ibm/juno/server/doc-files/OptionsPage.png   |   Bin 56895 -> 0 bytes
 .../server/doc-files/Samples_RootResources.png  |   Bin 62372 -> 0 bytes
 .../juno/server/doc-files/UrlEncodedForm.png    |   Bin 21379 -> 0 bytes
 .../server/htdocs/MethodExampleResource1.png    |   Bin 12276 -> 0 bytes
 .../com/ibm/juno/server/htdocs/javadoc.css      |   782 -
 .../ibm/juno/server/jaxrs/BaseProvider.class    |   Bin 9644 -> 0 bytes
 .../com/ibm/juno/server/jaxrs/BaseProvider.java |   144 -
 .../ibm/juno/server/jaxrs/DefaultProvider.class |   Bin 1858 -> 0 bytes
 .../ibm/juno/server/jaxrs/DefaultProvider.java  |    69 -
 .../ibm/juno/server/jaxrs/JunoProvider.class    |   Bin 879 -> 0 bytes
 .../com/ibm/juno/server/jaxrs/JunoProvider.java |    85 -
 .../com/ibm/juno/server/jaxrs/package.html      |   354 -
 .../server/jaxrs/rdf/DefaultJenaProvider.class  |   Bin 3048 -> 0 bytes
 .../server/jaxrs/rdf/DefaultJenaProvider.java   |    89 -
 .../com/ibm/juno/server/jaxrs/rdf/package.html  |    27 -
 .../server/jena/RestServletJenaDefault.class    |   Bin 4130 -> 0 bytes
 .../server/jena/RestServletJenaDefault.java     |   268 -
 .../jena/RestServletJenaGroupDefault.class      |   Bin 1032 -> 0 bytes
 .../jena/RestServletJenaGroupDefault.java       |    39 -
 .../com/ibm/juno/server/jena/package.html       |    40 -
 .../bin/server/com/ibm/juno/server/juno.ico     |   Bin 39438 -> 0 bytes
 ...eanDescription$BeanPropertyDescription.class |   Bin 979 -> 0 bytes
 .../juno/server/labels/BeanDescription.class    |   Bin 2083 -> 0 bytes
 .../ibm/juno/server/labels/BeanDescription.java |    69 -
 .../labels/ChildResourceDescriptions.class      |   Bin 2189 -> 0 bytes
 .../labels/ChildResourceDescriptions.java       |    59 -
 .../ibm/juno/server/labels/DefaultLabels.class  |   Bin 2899 -> 0 bytes
 .../ibm/juno/server/labels/DefaultLabels.java   |    74 -
 .../labels/MethodDescription$Response.class     |   Bin 1825 -> 0 bytes
 .../juno/server/labels/MethodDescription.class  |   Bin 5388 -> 0 bytes
 .../juno/server/labels/MethodDescription.java   |   324 -
 .../juno/server/labels/NameDescription.class    |   Bin 1024 -> 0 bytes
 .../ibm/juno/server/labels/NameDescription.java |    70 -
 .../juno/server/labels/ParamDescription.class   |   Bin 1308 -> 0 bytes
 .../juno/server/labels/ParamDescription.java    |    99 -
 .../server/labels/ResourceDescription.class     |   Bin 3402 -> 0 bytes
 .../juno/server/labels/ResourceDescription.java |   104 -
 .../ibm/juno/server/labels/ResourceLink.class   |   Bin 1926 -> 0 bytes
 .../ibm/juno/server/labels/ResourceLink.java    |    64 -
 .../juno/server/labels/ResourceOptions.class    |   Bin 6442 -> 0 bytes
 .../ibm/juno/server/labels/ResourceOptions.java |   278 -
 .../server/com/ibm/juno/server/labels/Var.class |   Bin 1911 -> 0 bytes
 .../server/com/ibm/juno/server/labels/Var.java  |    83 -
 .../server/labels/nls/DefaultLabels.properties  |    36 -
 .../com/ibm/juno/server/labels/package.html     |    34 -
 .../matchers/MultipartFormDataMatcher.class     |   Bin 816 -> 0 bytes
 .../matchers/MultipartFormDataMatcher.java      |    24 -
 .../server/matchers/UrlEncodedFormMatcher.class |   Bin 817 -> 0 bytes
 .../server/matchers/UrlEncodedFormMatcher.java  |    24 -
 .../com/ibm/juno/server/matchers/package.html   |    27 -
 .../bin/server/com/ibm/juno/server/package.html |  3575 -----
 .../RemoteableServiceProperties.class           |   Bin 514 -> 0 bytes
 .../remoteable/RemoteableServiceProperties.java |    35 -
 .../server/remoteable/RemoteableServlet.class   |   Bin 5846 -> 0 bytes
 .../server/remoteable/RemoteableServlet.java    |   150 -
 .../ibm/juno/server/remoteable/doc-files/1.png  |   Bin 15845 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/2.png  |   Bin 20379 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/3.png  |   Bin 33919 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/4.png  |   Bin 21108 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/5.png  |   Bin 10553 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/6.png  |   Bin 24934 -> 0 bytes
 .../com/ibm/juno/server/remoteable/package.html |   349 -
 .../juno/server/response/DefaultHandler.class   |   Bin 4623 -> 0 bytes
 .../juno/server/response/DefaultHandler.java    |    85 -
 .../server/response/InputStreamHandler.class    |   Bin 1376 -> 0 bytes
 .../server/response/InputStreamHandler.java     |    40 -
 .../juno/server/response/ReaderHandler.class    |   Bin 1183 -> 0 bytes
 .../ibm/juno/server/response/ReaderHandler.java |    38 -
 .../juno/server/response/RedirectHandler.class  |   Bin 1995 -> 0 bytes
 .../juno/server/response/RedirectHandler.java   |    46 -
 .../server/response/StreamableHandler.class     |   Bin 2161 -> 0 bytes
 .../juno/server/response/StreamableHandler.java |    49 -
 .../juno/server/response/WritableHandler.class  |   Bin 2123 -> 0 bytes
 .../juno/server/response/WritableHandler.java   |    49 -
 .../response/ZipFileListResponseHandler.class   |   Bin 2603 -> 0 bytes
 .../response/ZipFileListResponseHandler.java    |    58 -
 .../com/ibm/juno/server/response/package.html   |    34 -
 .../com/ibm/juno/server/styles/devops.css       |   200 -
 .../server/com/ibm/juno/server/styles/juno.css  |   129 -
 com.ibm.team.juno.releng/build.properties       |    26 +-
 com.ibm.team.juno.releng/build.xml              |   424 +-
 .../build/Juno Cloud API (v5.2.0.0).zip         |   Bin 36988162 -> 0 bytes
 com.ibm.team.juno.releng/build/Readme.txt       |    33 -
 .../com.ibm.team.juno.client_5.2.0.0.jar        |   Bin 56332 -> 0 bytes
 .../com.ibm.team.juno.microservice_5.2.0.0.jar  |   Bin 49605 -> 0 bytes
 .../com.ibm.team.juno.server_5.2.0.0.jar        |   Bin 178033 -> 0 bytes
 .../build/bundles/com.ibm.team.juno_5.2.0.0.jar |   Bin 669287 -> 0 bytes
 com.ibm.team.juno.releng/build/derby.log        |     0
 .../build/doc/allclasses-frame.html             |   436 -
 .../build/doc/allclasses-noframe.html           |   436 -
 .../com/ibm/juno/client/AllowAllRedirects.html  |   299 -
 .../doc/com/ibm/juno/client/DateHeader.html     |   261 -
 .../doc/com/ibm/juno/client/HttpMethod.html     |   455 -
 .../doc/com/ibm/juno/client/NameValuePairs.html |   357 -
 .../com/ibm/juno/client/ResponsePattern.html    |   374 -
 .../build/doc/com/ibm/juno/client/RestCall.html |  1274 --
 .../com/ibm/juno/client/RestCallException.html  |   449 -
 .../ibm/juno/client/RestCallInterceptor.html    |   338 -
 .../doc/com/ibm/juno/client/RestCallLogger.html |   367 -
 .../doc/com/ibm/juno/client/RestClient.html     |  2142 ---
 .../com/ibm/juno/client/RestRequestEntity.html  |   356 -
 .../build/doc/com/ibm/juno/client/RetryOn.html  |   255 -
 .../ibm/juno/client/SSLOpts.CertValidate.html   |   336 -
 .../com/ibm/juno/client/SSLOpts.HostVerify.html |   336 -
 .../build/doc/com/ibm/juno/client/SSLOpts.html  |   487 -
 .../juno/client/SerializedNameValuePair.html    |   304 -
 .../ibm/juno/client/SimpleX509TrustManager.html |   319 -
 .../client/class-use/AllowAllRedirects.html     |   117 -
 .../ibm/juno/client/class-use/DateHeader.html   |   117 -
 .../ibm/juno/client/class-use/HttpMethod.html   |   185 -
 .../juno/client/class-use/NameValuePairs.html   |   161 -
 .../juno/client/class-use/ResponsePattern.html  |   161 -
 .../com/ibm/juno/client/class-use/RestCall.html |   444 -
 .../client/class-use/RestCallException.html     |   327 -
 .../client/class-use/RestCallInterceptor.html   |   182 -
 .../juno/client/class-use/RestCallLogger.html   |   117 -
 .../ibm/juno/client/class-use/RestClient.html   |   515 -
 .../client/class-use/RestRequestEntity.html     |   117 -
 .../com/ibm/juno/client/class-use/RetryOn.html  |   178 -
 .../client/class-use/SSLOpts.CertValidate.html  |   204 -
 .../client/class-use/SSLOpts.HostVerify.html    |   204 -
 .../com/ibm/juno/client/class-use/SSLOpts.html  |   256 -
 .../class-use/SerializedNameValuePair.html      |   117 -
 .../class-use/SimpleX509TrustManager.html       |   117 -
 .../client/deprecated/CertificateStore.html     |   334 -
 .../deprecated/ICertificateValidator.Trust.html |   364 -
 .../deprecated/ICertificateValidator.html       |   249 -
 .../client/deprecated/ITrustStoreProvider.html  |   269 -
 .../deprecated/LenientCertificateValidator.html |   340 -
 .../deprecated/SharedTrustStoreProvider.html    |   337 -
 .../deprecated/ValidatingX509TrustManager.html  |   338 -
 .../deprecated/class-use/CertificateStore.html  |   180 -
 .../class-use/ICertificateValidator.Trust.html  |   181 -
 .../class-use/ICertificateValidator.html        |   189 -
 .../class-use/ITrustStoreProvider.html          |   159 -
 .../class-use/LenientCertificateValidator.html  |   117 -
 .../class-use/SharedTrustStoreProvider.html     |   117 -
 .../class-use/ValidatingX509TrustManager.html   |   117 -
 .../juno/client/deprecated/package-frame.html   |    30 -
 .../juno/client/deprecated/package-summary.html |   183 -
 .../juno/client/deprecated/package-tree.html    |   150 -
 .../ibm/juno/client/deprecated/package-use.html |   168 -
 .../ibm/juno/client/jazz/JazzRestClient.html    |   535 -
 .../client/jazz/class-use/JazzRestClient.html   |   117 -
 .../com/ibm/juno/client/jazz/package-frame.html |    18 -
 .../ibm/juno/client/jazz/package-summary.html   |   299 -
 .../com/ibm/juno/client/jazz/package-tree.html  |   142 -
 .../com/ibm/juno/client/jazz/package-use.html   |   117 -
 .../doc/com/ibm/juno/client/package-frame.html  |    43 -
 .../com/ibm/juno/client/package-summary.html    |  1094 --
 .../doc/com/ibm/juno/client/package-tree.html   |   215 -
 .../doc/com/ibm/juno/client/package-use.html    |   234 -
 .../doc/com/ibm/juno/core/BeanContext.html      |  1454 --
 .../com/ibm/juno/core/BeanContextFactory.html   |   553 -
 .../ibm/juno/core/BeanContextProperties.html    |   637 -
 .../build/doc/com/ibm/juno/core/BeanMap.html    |   840 --
 .../doc/com/ibm/juno/core/BeanMapEntry.html     |   415 -
 .../build/doc/com/ibm/juno/core/BeanMeta.html   |   751 -
 .../doc/com/ibm/juno/core/BeanMetaFiltered.html |   398 -
 .../doc/com/ibm/juno/core/BeanPropertyMeta.html |   644 -
 .../juno/core/BeanProxyInvocationHandler.html   |   285 -
 .../com/ibm/juno/core/BeanRuntimeException.html |   341 -
 .../build/doc/com/ibm/juno/core/ClassMeta.html  |  1575 --
 .../build/doc/com/ibm/juno/core/CoreApi.html    |   564 -
 .../build/doc/com/ibm/juno/core/Delegate.html   |   224 -
 .../com/ibm/juno/core/FormattedException.html   |   302 -
 .../juno/core/FormattedRuntimeException.html    |   291 -
 .../core/InvalidDataConversionException.html    |   267 -
 .../build/doc/com/ibm/juno/core/Lockable.html   |   362 -
 .../doc/com/ibm/juno/core/LockedException.html  |   225 -
 .../build/doc/com/ibm/juno/core/MediaRange.html |   470 -
 .../build/doc/com/ibm/juno/core/ObjectList.html |  1051 --
 .../build/doc/com/ibm/juno/core/ObjectMap.html  |  2094 ---
 .../doc/com/ibm/juno/core/PropertyNamer.html    |   225 -
 .../ibm/juno/core/PropertyNamerDashedLC.html    |   282 -
 .../com/ibm/juno/core/PropertyNamerDefault.html |   285 -
 .../build/doc/com/ibm/juno/core/Streamable.html |   243 -
 .../build/doc/com/ibm/juno/core/Visibility.html |   579 -
 .../build/doc/com/ibm/juno/core/Writable.html   |   243 -
 .../doc/com/ibm/juno/core/annotation/Bean.html  |   485 -
 .../juno/core/annotation/BeanConstructor.html   |   263 -
 .../ibm/juno/core/annotation/BeanIgnore.html    |   167 -
 .../ibm/juno/core/annotation/BeanProperty.html  |   435 -
 .../ibm/juno/core/annotation/BeanSubType.html   |   233 -
 .../com/ibm/juno/core/annotation/Consumes.html  |   249 -
 .../com/ibm/juno/core/annotation/Filter.html    |   262 -
 .../ibm/juno/core/annotation/NameProperty.html  |   163 -
 .../juno/core/annotation/ParentProperty.html    |   163 -
 .../com/ibm/juno/core/annotation/Produces.html  |   277 -
 .../ibm/juno/core/annotation/Remoteable.html    |   157 -
 .../ibm/juno/core/annotation/ThreadSafe.html    |   160 -
 .../doc/com/ibm/juno/core/annotation/URI.html   |   195 -
 .../juno/core/annotation/class-use/Bean.html    |   243 -
 .../annotation/class-use/BeanConstructor.html   |   117 -
 .../core/annotation/class-use/BeanIgnore.html   |   253 -
 .../core/annotation/class-use/BeanProperty.html |   357 -
 .../core/annotation/class-use/BeanSubType.html  |   117 -
 .../core/annotation/class-use/Consumes.html     |   347 -
 .../juno/core/annotation/class-use/Filter.html  |   117 -
 .../core/annotation/class-use/NameProperty.html |   161 -
 .../annotation/class-use/ParentProperty.html    |   161 -
 .../core/annotation/class-use/Produces.html     |   483 -
 .../core/annotation/class-use/Remoteable.html   |   117 -
 .../core/annotation/class-use/ThreadSafe.html   |   161 -
 .../ibm/juno/core/annotation/class-use/URI.html |   117 -
 .../ibm/juno/core/annotation/package-frame.html |    30 -
 .../juno/core/annotation/package-summary.html   |   219 -
 .../ibm/juno/core/annotation/package-tree.html  |   138 -
 .../ibm/juno/core/annotation/package-use.html   |   601 -
 .../ibm/juno/core/class-use/BeanContext.html    |   678 -
 .../juno/core/class-use/BeanContextFactory.html |   248 -
 .../core/class-use/BeanContextProperties.html   |   117 -
 .../com/ibm/juno/core/class-use/BeanMap.html    |   309 -
 .../ibm/juno/core/class-use/BeanMapEntry.html   |   161 -
 .../com/ibm/juno/core/class-use/BeanMeta.html   |   290 -
 .../juno/core/class-use/BeanMetaFiltered.html   |   117 -
 .../juno/core/class-use/BeanPropertyMeta.html   |   479 -
 .../class-use/BeanProxyInvocationHandler.html   |   117 -
 .../core/class-use/BeanRuntimeException.html    |   221 -
 .../com/ibm/juno/core/class-use/ClassMeta.html  |  1337 --
 .../com/ibm/juno/core/class-use/CoreApi.html    |   845 --
 .../com/ibm/juno/core/class-use/Delegate.html   |   202 -
 .../juno/core/class-use/FormattedException.html |   187 -
 .../class-use/FormattedRuntimeException.html    |   161 -
 .../InvalidDataConversionException.html         |   187 -
 .../com/ibm/juno/core/class-use/Lockable.html   |   844 --
 .../juno/core/class-use/LockedException.html    |   900 --
 .../com/ibm/juno/core/class-use/MediaRange.html |   182 -
 .../com/ibm/juno/core/class-use/ObjectList.html |   294 -
 .../com/ibm/juno/core/class-use/ObjectMap.html  |  1169 --
 .../ibm/juno/core/class-use/PropertyNamer.html  |   208 -
 .../core/class-use/PropertyNamerDashedLC.html   |   117 -
 .../core/class-use/PropertyNamerDefault.html    |   117 -
 .../com/ibm/juno/core/class-use/Streamable.html |   161 -
 .../com/ibm/juno/core/class-use/Visibility.html |   191 -
 .../com/ibm/juno/core/class-use/Writable.html   |   222 -
 .../com/ibm/juno/core/csv/CsvSerializer.html    |   375 -
 .../juno/core/csv/class-use/CsvSerializer.html  |   159 -
 .../com/ibm/juno/core/csv/package-frame.html    |    18 -
 .../com/ibm/juno/core/csv/package-summary.html  |   166 -
 .../doc/com/ibm/juno/core/csv/package-tree.html |   146 -
 .../doc/com/ibm/juno/core/csv/package-use.html  |   154 -
 .../ibm/juno/core/doc-files/AddressBook.html    |   106 -
 .../build/doc/com/ibm/juno/core/dto/Link.html   |   453 -
 .../com/ibm/juno/core/dto/ResultSetList.html    |   368 -
 .../com/ibm/juno/core/dto/atom/Category.html    |   444 -
 .../doc/com/ibm/juno/core/dto/atom/Common.html  |   337 -
 .../com/ibm/juno/core/dto/atom/CommonEntry.html |   650 -
 .../doc/com/ibm/juno/core/dto/atom/Content.html |   497 -
 .../doc/com/ibm/juno/core/dto/atom/Entry.html   |   769 -
 .../doc/com/ibm/juno/core/dto/atom/Feed.html    |   827 --
 .../com/ibm/juno/core/dto/atom/Generator.html   |   445 -
 .../doc/com/ibm/juno/core/dto/atom/Icon.html    |   371 -
 .../doc/com/ibm/juno/core/dto/atom/Id.html      |   371 -
 .../doc/com/ibm/juno/core/dto/atom/Link.html    |   570 -
 .../doc/com/ibm/juno/core/dto/atom/Logo.html    |   371 -
 .../doc/com/ibm/juno/core/dto/atom/Person.html  |   441 -
 .../doc/com/ibm/juno/core/dto/atom/Source.html  |   744 -
 .../core/dto/atom/Text.TextContentHandler.html  |   342 -
 .../doc/com/ibm/juno/core/dto/atom/Text.html    |   472 -
 .../juno/core/dto/atom/class-use/Category.html  |   250 -
 .../juno/core/dto/atom/class-use/Common.html    |   254 -
 .../core/dto/atom/class-use/CommonEntry.html    |   254 -
 .../juno/core/dto/atom/class-use/Content.html   |   198 -
 .../ibm/juno/core/dto/atom/class-use/Entry.html |   280 -
 .../ibm/juno/core/dto/atom/class-use/Feed.html  |   247 -
 .../juno/core/dto/atom/class-use/Generator.html |   214 -
 .../ibm/juno/core/dto/atom/class-use/Icon.html  |   202 -
 .../ibm/juno/core/dto/atom/class-use/Id.html    |   231 -
 .../ibm/juno/core/dto/atom/class-use/Link.html  |   268 -
 .../ibm/juno/core/dto/atom/class-use/Logo.html  |   202 -
 .../juno/core/dto/atom/class-use/Person.html    |   292 -
 .../juno/core/dto/atom/class-use/Source.html    |   256 -
 .../atom/class-use/Text.TextContentHandler.html |   117 -
 .../ibm/juno/core/dto/atom/class-use/Text.html  |   322 -
 .../core/dto/atom/doc-files/Example_HTML.png    |   Bin 31484 -> 0 bytes
 .../ibm/juno/core/dto/atom/package-frame.html   |    32 -
 .../ibm/juno/core/dto/atom/package-summary.html |   777 -
 .../ibm/juno/core/dto/atom/package-tree.html    |   153 -
 .../com/ibm/juno/core/dto/atom/package-use.html |   219 -
 .../com/ibm/juno/core/dto/class-use/Link.html   |   267 -
 .../juno/core/dto/class-use/ResultSetList.html  |   117 -
 .../com/ibm/juno/core/dto/cognos/Column.html    |   439 -
 .../ibm/juno/core/dto/cognos/DataSet.Row.html   |   330 -
 .../com/ibm/juno/core/dto/cognos/DataSet.html   |   422 -
 .../juno/core/dto/cognos/class-use/Column.html  |   215 -
 .../core/dto/cognos/class-use/DataSet.Row.html  |   176 -
 .../juno/core/dto/cognos/class-use/DataSet.html |   167 -
 .../ibm/juno/core/dto/cognos/doc-files/HTML.png |   Bin 8476 -> 0 bytes
 .../ibm/juno/core/dto/cognos/doc-files/JSON.png |   Bin 6963 -> 0 bytes
 .../juno/core/dto/cognos/doc-files/RDFXML.png   |   Bin 19981 -> 0 bytes
 .../ibm/juno/core/dto/cognos/package-frame.html |    20 -
 .../juno/core/dto/cognos/package-summary.html   |   297 -
 .../ibm/juno/core/dto/cognos/package-tree.html  |   148 -
 .../ibm/juno/core/dto/cognos/package-use.html   |   164 -
 .../ibm/juno/core/dto/jsonschema/JsonType.html  |   473 -
 .../juno/core/dto/jsonschema/JsonTypeArray.html |   371 -
 .../Schema.BooleanOrSchemaArrayFilter.html      |   381 -
 .../Schema.BooleanOrSchemaFilter.html           |   381 -
 .../Schema.JsonTypeOrJsonTypeArrayFilter.html   |   381 -
 .../Schema.SchemaOrSchemaArrayFilter.html       |   381 -
 .../ibm/juno/core/dto/jsonschema/Schema.html    |  2062 ---
 .../juno/core/dto/jsonschema/SchemaArray.html   |   371 -
 .../ibm/juno/core/dto/jsonschema/SchemaMap.html |   415 -
 .../core/dto/jsonschema/SchemaProperty.html     |   303 -
 .../jsonschema/SchemaPropertySimpleArray.html   |   281 -
 .../ibm/juno/core/dto/jsonschema/SchemaRef.html |   270 -
 .../core/dto/jsonschema/class-use/JsonType.html |   227 -
 .../dto/jsonschema/class-use/JsonTypeArray.html |   168 -
 .../Schema.BooleanOrSchemaArrayFilter.html      |   117 -
 .../class-use/Schema.BooleanOrSchemaFilter.html |   117 -
 .../Schema.JsonTypeOrJsonTypeArrayFilter.html   |   117 -
 .../Schema.SchemaOrSchemaArrayFilter.html       |   117 -
 .../core/dto/jsonschema/class-use/Schema.html   |   749 -
 .../dto/jsonschema/class-use/SchemaArray.html   |   168 -
 .../dto/jsonschema/class-use/SchemaMap.html     |   177 -
 .../jsonschema/class-use/SchemaProperty.html    |   182 -
 .../class-use/SchemaPropertySimpleArray.html    |   117 -
 .../dto/jsonschema/class-use/SchemaRef.html     |   117 -
 .../dto/jsonschema/doc-files/Example_Html.png   |   Bin 31260 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Json.png   |   Bin 22006 -> 0 bytes
 .../jsonschema/doc-files/Example_Options.png    |   Bin 41887 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Turtle.png |   Bin 28988 -> 0 bytes
 .../jsonschema/doc-files/Example_UrlEncoded.png |   Bin 21715 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Xml.png    |   Bin 28095 -> 0 bytes
 .../doc-files/Example_XmlRdfAbbrev.png          |   Bin 36296 -> 0 bytes
 .../juno/core/dto/jsonschema/package-frame.html |    32 -
 .../core/dto/jsonschema/package-summary.html    |   700 -
 .../juno/core/dto/jsonschema/package-tree.html  |   190 -
 .../juno/core/dto/jsonschema/package-use.html   |   179 -
 .../com/ibm/juno/core/dto/package-frame.html    |    19 -
 .../com/ibm/juno/core/dto/package-summary.html  |   152 -
 .../doc/com/ibm/juno/core/dto/package-tree.html |   147 -
 .../doc/com/ibm/juno/core/dto/package-use.html  |   200 -
 .../doc/com/ibm/juno/core/encoders/Encoder.html |   320 -
 .../ibm/juno/core/encoders/EncoderGroup.html    |   418 -
 .../com/ibm/juno/core/encoders/GzipEncoder.html |   323 -
 .../ibm/juno/core/encoders/IdentityEncoder.html |   367 -
 .../juno/core/encoders/class-use/Encoder.html   |   212 -
 .../core/encoders/class-use/EncoderGroup.html   |   226 -
 .../core/encoders/class-use/GzipEncoder.html    |   117 -
 .../encoders/class-use/IdentityEncoder.html     |   161 -
 .../ibm/juno/core/encoders/package-frame.html   |    21 -
 .../ibm/juno/core/encoders/package-summary.html |   182 -
 .../ibm/juno/core/encoders/package-tree.html    |   136 -
 .../com/ibm/juno/core/encoders/package-use.html |   187 -
 .../juno/core/filter/AnnotationBeanFilter.html  |   296 -
 .../com/ibm/juno/core/filter/BeanFilter.html    |   838 --
 .../ibm/juno/core/filter/Filter.FilterType.html |   334 -
 .../com/ibm/juno/core/filter/Filter.NULL.html   |   277 -
 .../doc/com/ibm/juno/core/filter/Filter.html    |   462 -
 .../juno/core/filter/InterfaceBeanFilter.html   |   296 -
 .../ibm/juno/core/filter/PojoFilter.NULL.html   |   296 -
 .../com/ibm/juno/core/filter/PojoFilter.html    |   585 -
 .../ibm/juno/core/filter/SurrogateFilter.html   |   505 -
 .../filter/class-use/AnnotationBeanFilter.html  |   117 -
 .../juno/core/filter/class-use/BeanFilter.html  |   283 -
 .../filter/class-use/Filter.FilterType.html     |   189 -
 .../juno/core/filter/class-use/Filter.NULL.html |   117 -
 .../ibm/juno/core/filter/class-use/Filter.html  |   514 -
 .../filter/class-use/InterfaceBeanFilter.html   |   117 -
 .../core/filter/class-use/PojoFilter.NULL.html  |   117 -
 .../juno/core/filter/class-use/PojoFilter.html  |   528 -
 .../core/filter/class-use/SurrogateFilter.html  |   161 -
 .../ibm/juno/core/filter/doc-files/classes.dnx  |    99 -
 .../ibm/juno/core/filter/doc-files/classes.png  |   Bin 15527 -> 0 bytes
 .../com/ibm/juno/core/filter/package-frame.html |    29 -
 .../ibm/juno/core/filter/package-summary.html   |   936 --
 .../com/ibm/juno/core/filter/package-tree.html  |   158 -
 .../com/ibm/juno/core/filter/package-use.html   |   281 -
 .../ibm/juno/core/filters/BeanStringFilter.html |   339 -
 .../core/filters/ByteArrayBase64Filter.html     |   361 -
 .../core/filters/CalendarFilter.ISO8601DT.html  |   399 -
 .../core/filters/CalendarFilter.ISO8601DTZ.html |   379 -
 .../core/filters/CalendarFilter.Medium.html     |   318 -
 .../core/filters/CalendarFilter.RFC2822D.html   |   318 -
 .../core/filters/CalendarFilter.RFC2822DT.html  |   318 -
 .../core/filters/CalendarFilter.RFC2822DTZ.html |   320 -
 .../core/filters/CalendarFilter.Simple.html     |   318 -
 .../core/filters/CalendarFilter.ToString.html   |   327 -
 .../ibm/juno/core/filters/CalendarFilter.html   |   497 -
 .../juno/core/filters/CalendarLongFilter.html   |   360 -
 .../juno/core/filters/CalendarMapFilter.html    |   360 -
 .../com/ibm/juno/core/filters/ClassFilter.html  |   358 -
 .../juno/core/filters/DateFilter.ISO8601DT.html |   422 -
 .../core/filters/DateFilter.ISO8601DTP.html     |   325 -
 .../core/filters/DateFilter.ISO8601DTPNZ.html   |   320 -
 .../core/filters/DateFilter.ISO8601DTZ.html     |   383 -
 .../core/filters/DateFilter.ISO8601DTZP.html    |   325 -
 .../juno/core/filters/DateFilter.Medium.html    |   318 -
 .../juno/core/filters/DateFilter.RFC2822D.html  |   318 -
 .../juno/core/filters/DateFilter.RFC2822DT.html |   318 -
 .../core/filters/DateFilter.RFC2822DTZ.html     |   320 -
 .../juno/core/filters/DateFilter.Simple.html    |   318 -
 .../juno/core/filters/DateFilter.SimpleP.html   |   318 -
 .../juno/core/filters/DateFilter.ToString.html  |   327 -
 .../com/ibm/juno/core/filters/DateFilter.html   |   506 -
 .../ibm/juno/core/filters/DateLongFilter.html   |   358 -
 .../ibm/juno/core/filters/DateMapFilter.html    |   358 -
 .../juno/core/filters/EnumerationFilter.html    |   332 -
 .../ibm/juno/core/filters/IteratorFilter.html   |   332 -
 .../juno/core/filters/ReaderFilter.Html.html    |   318 -
 .../juno/core/filters/ReaderFilter.Json.html    |   318 -
 .../core/filters/ReaderFilter.PlainText.html    |   318 -
 .../ibm/juno/core/filters/ReaderFilter.Xml.html |   318 -
 .../com/ibm/juno/core/filters/ReaderFilter.html |   392 -
 .../filters/XMLGregorianCalendarFilter.html     |   368 -
 .../filters/class-use/BeanStringFilter.html     |   117 -
 .../class-use/ByteArrayBase64Filter.html        |   117 -
 .../class-use/CalendarFilter.ISO8601DT.html     |   117 -
 .../class-use/CalendarFilter.ISO8601DTZ.html    |   117 -
 .../class-use/CalendarFilter.Medium.html        |   117 -
 .../class-use/CalendarFilter.RFC2822D.html      |   117 -
 .../class-use/CalendarFilter.RFC2822DT.html     |   117 -
 .../class-use/CalendarFilter.RFC2822DTZ.html    |   117 -
 .../class-use/CalendarFilter.Simple.html        |   117 -
 .../class-use/CalendarFilter.ToString.html      |   117 -
 .../core/filters/class-use/CalendarFilter.html  |   203 -
 .../filters/class-use/CalendarLongFilter.html   |   117 -
 .../filters/class-use/CalendarMapFilter.html    |   117 -
 .../core/filters/class-use/ClassFilter.html     |   117 -
 .../filters/class-use/DateFilter.ISO8601DT.html |   167 -
 .../class-use/DateFilter.ISO8601DTP.html        |   117 -
 .../class-use/DateFilter.ISO8601DTPNZ.html      |   117 -
 .../class-use/DateFilter.ISO8601DTZ.html        |   117 -
 .../class-use/DateFilter.ISO8601DTZP.html       |   117 -
 .../filters/class-use/DateFilter.Medium.html    |   117 -
 .../filters/class-use/DateFilter.RFC2822D.html  |   117 -
 .../filters/class-use/DateFilter.RFC2822DT.html |   117 -
 .../class-use/DateFilter.RFC2822DTZ.html        |   117 -
 .../filters/class-use/DateFilter.Simple.html    |   117 -
 .../filters/class-use/DateFilter.SimpleP.html   |   117 -
 .../filters/class-use/DateFilter.ToString.html  |   117 -
 .../juno/core/filters/class-use/DateFilter.html |   227 -
 .../core/filters/class-use/DateLongFilter.html  |   117 -
 .../core/filters/class-use/DateMapFilter.html   |   117 -
 .../filters/class-use/EnumerationFilter.html    |   117 -
 .../core/filters/class-use/IteratorFilter.html  |   117 -
 .../filters/class-use/ReaderFilter.Html.html    |   117 -
 .../filters/class-use/ReaderFilter.Json.html    |   117 -
 .../class-use/ReaderFilter.PlainText.html       |   117 -
 .../filters/class-use/ReaderFilter.Xml.html     |   117 -
 .../core/filters/class-use/ReaderFilter.html    |   179 -
 .../class-use/XMLGregorianCalendarFilter.html   |   117 -
 .../ibm/juno/core/filters/package-frame.html    |    54 -
 .../ibm/juno/core/filters/package-summary.html  |   388 -
 .../com/ibm/juno/core/filters/package-tree.html |   186 -
 .../com/ibm/juno/core/filters/package-use.html  |   169 -
 .../juno/core/html/HtmlBeanPropertyMeta.html    |   321 -
 .../com/ibm/juno/core/html/HtmlClassMeta.html   |   337 -
 .../ibm/juno/core/html/HtmlDocSerializer.html   |   449 -
 .../core/html/HtmlDocSerializerProperties.html  |   487 -
 .../doc/com/ibm/juno/core/html/HtmlLink.html    |   243 -
 .../doc/com/ibm/juno/core/html/HtmlParser.html  |   765 -
 .../ibm/juno/core/html/HtmlParserContext.html   |   300 -
 .../juno/core/html/HtmlParserProperties.html    |   298 -
 .../juno/core/html/HtmlSchemaDocSerializer.html |   447 -
 .../ibm/juno/core/html/HtmlSerializer.Sq.html   |   376 -
 .../core/html/HtmlSerializer.SqReadable.html    |   377 -
 .../com/ibm/juno/core/html/HtmlSerializer.html  |   876 --
 .../juno/core/html/HtmlSerializerContext.html   |   332 -
 .../core/html/HtmlSerializerProperties.html     |   418 -
 .../juno/core/html/HtmlSerializerWriter.html    |  1494 --
 .../core/html/HtmlStrippedDocSerializer.html    |   434 -
 .../ibm/juno/core/html/SimpleHtmlWriter.html    |   347 -
 .../com/ibm/juno/core/html/annotation/Html.html |   280 -
 .../core/html/annotation/class-use/Html.html    |   187 -
 .../core/html/annotation/package-frame.html     |    18 -
 .../core/html/annotation/package-summary.html   |   147 -
 .../juno/core/html/annotation/package-tree.html |   126 -
 .../juno/core/html/annotation/package-use.html  |   179 -
 .../html/class-use/HtmlBeanPropertyMeta.html    |   176 -
 .../juno/core/html/class-use/HtmlClassMeta.html |   161 -
 .../core/html/class-use/HtmlDocSerializer.html  |   161 -
 .../class-use/HtmlDocSerializerProperties.html  |   117 -
 .../ibm/juno/core/html/class-use/HtmlLink.html  |   161 -
 .../juno/core/html/class-use/HtmlParser.html    |   204 -
 .../core/html/class-use/HtmlParserContext.html  |   161 -
 .../html/class-use/HtmlParserProperties.html    |   192 -
 .../html/class-use/HtmlSchemaDocSerializer.html |   117 -
 .../core/html/class-use/HtmlSerializer.Sq.html  |   161 -
 .../class-use/HtmlSerializer.SqReadable.html    |   117 -
 .../core/html/class-use/HtmlSerializer.html     |   261 -
 .../html/class-use/HtmlSerializerContext.html   |   181 -
 .../class-use/HtmlSerializerProperties.html     |   192 -
 .../html/class-use/HtmlSerializerWriter.html    |   420 -
 .../class-use/HtmlStrippedDocSerializer.html    |   167 -
 .../core/html/class-use/SimpleHtmlWriter.html   |   117 -
 .../core/html/doc-files/HTML_DESCRIPTION.png    |   Bin 3644 -> 0 bytes
 .../ibm/juno/core/html/doc-files/HTML_LINKS.png |   Bin 593 -> 0 bytes
 .../ibm/juno/core/html/doc-files/HTML_TITLE.png |   Bin 2435 -> 0 bytes
 .../com/ibm/juno/core/html/dto/HtmlElement.html |   241 -
 .../doc/com/ibm/juno/core/html/dto/Img.html     |   283 -
 .../core/html/dto/class-use/HtmlElement.html    |   161 -
 .../ibm/juno/core/html/dto/class-use/Img.html   |   117 -
 .../ibm/juno/core/html/dto/package-frame.html   |    19 -
 .../ibm/juno/core/html/dto/package-summary.html |   152 -
 .../ibm/juno/core/html/dto/package-tree.html    |   134 -
 .../com/ibm/juno/core/html/dto/package-use.html |   154 -
 .../com/ibm/juno/core/html/package-frame.html   |    37 -
 .../com/ibm/juno/core/html/package-summary.html |   290 -
 .../com/ibm/juno/core/html/package-tree.html    |   216 -
 .../doc/com/ibm/juno/core/html/package-use.html |   250 -
 .../doc/com/ibm/juno/core/ini/ConfigFile.html   |  1434 --
 .../com/ibm/juno/core/ini/ConfigFileFormat.html |   345 -
 .../com/ibm/juno/core/ini/ConfigFileImpl.html   |  1228 --
 .../ibm/juno/core/ini/ConfigFileListener.html   |   305 -
 .../ibm/juno/core/ini/ConfigFileWrapped.html    |  1151 --
 .../doc/com/ibm/juno/core/ini/ConfigMgr.html    |   513 -
 .../doc/com/ibm/juno/core/ini/ConfigUtils.html  |   233 -
 .../doc/com/ibm/juno/core/ini/Encoder.html      |   242 -
 .../com/ibm/juno/core/ini/EntryListener.html    |   304 -
 .../doc/com/ibm/juno/core/ini/Section.html      |   627 -
 .../com/ibm/juno/core/ini/SectionListener.html  |   304 -
 .../doc/com/ibm/juno/core/ini/XorEncoder.html   |   342 -
 .../ibm/juno/core/ini/class-use/ConfigFile.html |   613 -
 .../core/ini/class-use/ConfigFileFormat.html    |   201 -
 .../juno/core/ini/class-use/ConfigFileImpl.html |   213 -
 .../core/ini/class-use/ConfigFileListener.html  |   190 -
 .../core/ini/class-use/ConfigFileWrapped.html   |   117 -
 .../ibm/juno/core/ini/class-use/ConfigMgr.html  |   187 -
 .../juno/core/ini/class-use/ConfigUtils.html    |   117 -
 .../ibm/juno/core/ini/class-use/Encoder.html    |   189 -
 .../juno/core/ini/class-use/EntryListener.html  |   117 -
 .../ibm/juno/core/ini/class-use/Section.html    |   291 -
 .../core/ini/class-use/SectionListener.html     |   117 -
 .../ibm/juno/core/ini/class-use/XorEncoder.html |   161 -
 .../com/ibm/juno/core/ini/doc-files/config1.png |   Bin 39851 -> 0 bytes
 .../com/ibm/juno/core/ini/doc-files/config2.png |   Bin 48881 -> 0 bytes
 .../com/ibm/juno/core/ini/doc-files/config3.png |   Bin 59095 -> 0 bytes
 .../com/ibm/juno/core/ini/package-frame.html    |    35 -
 .../com/ibm/juno/core/ini/package-summary.html  |   843 --
 .../doc/com/ibm/juno/core/ini/package-tree.html |   161 -
 .../doc/com/ibm/juno/core/ini/package-use.html  |   263 -
 .../doc/com/ibm/juno/core/jena/Constants.html   |   473 -
 .../ibm/juno/core/jena/RdfBeanPropertyMeta.html |   301 -
 .../com/ibm/juno/core/jena/RdfClassMeta.html    |   314 -
 .../ibm/juno/core/jena/RdfCollectionFormat.html |   384 -
 .../com/ibm/juno/core/jena/RdfParser.N3.html    |   347 -
 .../ibm/juno/core/jena/RdfParser.NTriple.html   |   347 -
 .../ibm/juno/core/jena/RdfParser.Turtle.html    |   347 -
 .../com/ibm/juno/core/jena/RdfParser.Xml.html   |   347 -
 .../doc/com/ibm/juno/core/jena/RdfParser.html   |   746 -
 .../ibm/juno/core/jena/RdfParserContext.html    |   267 -
 .../ibm/juno/core/jena/RdfParserProperties.html |   356 -
 .../com/ibm/juno/core/jena/RdfProperties.html   |  1010 --
 .../ibm/juno/core/jena/RdfSerializer.N3.html    |   347 -
 .../juno/core/jena/RdfSerializer.NTriple.html   |   347 -
 .../juno/core/jena/RdfSerializer.Turtle.html    |   347 -
 .../ibm/juno/core/jena/RdfSerializer.Xml.html   |   347 -
 .../juno/core/jena/RdfSerializer.XmlAbbrev.html |   348 -
 .../com/ibm/juno/core/jena/RdfSerializer.html   |   781 -
 .../juno/core/jena/RdfSerializerContext.html    |   328 -
 .../juno/core/jena/RdfSerializerProperties.html |   379 -
 .../doc/com/ibm/juno/core/jena/RdfUtils.html    |   268 -
 .../com/ibm/juno/core/jena/annotation/Rdf.html  |   269 -
 .../ibm/juno/core/jena/annotation/RdfNs.html    |   228 -
 .../juno/core/jena/annotation/RdfSchema.html    |   307 -
 .../core/jena/annotation/class-use/Rdf.html     |   177 -
 .../core/jena/annotation/class-use/RdfNs.html   |   117 -
 .../jena/annotation/class-use/RdfSchema.html    |   162 -
 .../core/jena/annotation/package-frame.html     |    20 -
 .../core/jena/annotation/package-summary.html   |   158 -
 .../juno/core/jena/annotation/package-tree.html |   128 -
 .../juno/core/jena/annotation/package-use.html  |   159 -
 .../ibm/juno/core/jena/class-use/Constants.html |   117 -
 .../jena/class-use/RdfBeanPropertyMeta.html     |   176 -
 .../juno/core/jena/class-use/RdfClassMeta.html  |   161 -
 .../jena/class-use/RdfCollectionFormat.html     |   180 -
 .../juno/core/jena/class-use/RdfParser.N3.html  |   117 -
 .../core/jena/class-use/RdfParser.NTriple.html  |   117 -
 .../core/jena/class-use/RdfParser.Turtle.html   |   117 -
 .../juno/core/jena/class-use/RdfParser.Xml.html |   117 -
 .../ibm/juno/core/jena/class-use/RdfParser.html |   255 -
 .../core/jena/class-use/RdfParserContext.html   |   161 -
 .../jena/class-use/RdfParserProperties.html     |   192 -
 .../juno/core/jena/class-use/RdfProperties.html |   167 -
 .../core/jena/class-use/RdfSerializer.N3.html   |   117 -
 .../jena/class-use/RdfSerializer.NTriple.html   |   117 -
 .../jena/class-use/RdfSerializer.Turtle.html    |   117 -
 .../core/jena/class-use/RdfSerializer.Xml.html  |   117 -
 .../jena/class-use/RdfSerializer.XmlAbbrev.html |   117 -
 .../juno/core/jena/class-use/RdfSerializer.html |   267 -
 .../jena/class-use/RdfSerializerContext.html    |   160 -
 .../jena/class-use/RdfSerializerProperties.html |   192 -
 .../ibm/juno/core/jena/class-use/RdfUtils.html  |   117 -
 .../juno/core/jena/doc-files/Example_HTML.png   |   Bin 35528 -> 0 bytes
 .../ibm/juno/core/jena/doc-files/Example_N3.png |   Bin 37430 -> 0 bytes
 .../core/jena/doc-files/Example_NTriple.png     |   Bin 48413 -> 0 bytes
 .../juno/core/jena/doc-files/Example_RDFXML.png |   Bin 30486 -> 0 bytes
 .../jena/doc-files/Example_RDFXMLABBREV.png     |   Bin 30356 -> 0 bytes
 .../juno/core/jena/doc-files/Example_Turtle.png |   Bin 35328 -> 0 bytes
 .../com/ibm/juno/core/jena/package-frame.html   |    41 -
 .../com/ibm/juno/core/jena/package-summary.html |  1930 ---
 .../com/ibm/juno/core/jena/package-tree.html    |   206 -
 .../doc/com/ibm/juno/core/jena/package-use.html |   218 -
 .../core/jso/JavaSerializedObjectParser.html    |   385 -
 .../jso/JavaSerializedObjectSerializer.html     |   384 -
 .../class-use/JavaSerializedObjectParser.html   |   159 -
 .../JavaSerializedObjectSerializer.html         |   159 -
 .../com/ibm/juno/core/jso/package-frame.html    |    19 -
 .../com/ibm/juno/core/jso/package-summary.html  |   152 -
 .../doc/com/ibm/juno/core/jso/package-tree.html |   155 -
 .../doc/com/ibm/juno/core/jso/package-use.html  |   159 -
 .../com/ibm/juno/core/json/JsonClassMeta.html   |   286 -
 .../doc/com/ibm/juno/core/json/JsonParser.html  |   820 --
 .../ibm/juno/core/json/JsonParserContext.html   |   297 -
 .../juno/core/json/JsonParserProperties.html    |   367 -
 .../juno/core/json/JsonSchemaSerializer.html    |   427 -
 .../juno/core/json/JsonSerializer.Readable.html |   346 -
 .../juno/core/json/JsonSerializer.Simple.html   |   352 -
 .../json/JsonSerializer.SimpleReadable.html     |   355 -
 .../json/JsonSerializer.SimpleReadableSafe.html |   357 -
 .../com/ibm/juno/core/json/JsonSerializer.html  |   820 --
 .../juno/core/json/JsonSerializerContext.html   |   315 -
 .../core/json/JsonSerializerProperties.html     |   382 -
 .../juno/core/json/JsonSerializerWriter.html    |   721 -
 .../com/ibm/juno/core/json/annotation/Json.html |   255 -
 .../core/json/annotation/class-use/Json.html    |   161 -
 .../core/json/annotation/package-frame.html     |    18 -
 .../core/json/annotation/package-summary.html   |   146 -
 .../juno/core/json/annotation/package-tree.html |   126 -
 .../juno/core/json/annotation/package-use.html  |   154 -
 .../juno/core/json/class-use/JsonClassMeta.html |   161 -
 .../juno/core/json/class-use/JsonParser.html    |   210 -
 .../core/json/class-use/JsonParserContext.html  |   161 -
 .../json/class-use/JsonParserProperties.html    |   192 -
 .../json/class-use/JsonSchemaSerializer.html    |   165 -
 .../json/class-use/JsonSerializer.Readable.html |   117 -
 .../json/class-use/JsonSerializer.Simple.html   |   167 -
 .../JsonSerializer.SimpleReadable.html          |   161 -
 .../JsonSerializer.SimpleReadableSafe.html      |   117 -
 .../core/json/class-use/JsonSerializer.html     |   267 -
 .../json/class-use/JsonSerializerContext.html   |   160 -
 .../class-use/JsonSerializerProperties.html     |   191 -
 .../json/class-use/JsonSerializerWriter.html    |   234 -
 .../juno/core/json/doc-files/Example_HTML.png   |   Bin 35528 -> 0 bytes
 .../juno/core/json/doc-files/Example_JSON.png   |   Bin 26954 -> 0 bytes
 .../core/json/doc-files/Example_JSONSchema.png  |   Bin 34114 -> 0 bytes
 .../core/json/doc-files/Example_JSONSimple.png  |   Bin 30920 -> 0 bytes
 .../com/ibm/juno/core/json/package-frame.html   |    30 -
 .../com/ibm/juno/core/json/package-summary.html |  1643 ---
 .../com/ibm/juno/core/json/package-tree.html    |   191 -
 .../doc/com/ibm/juno/core/json/package-use.html |   222 -
 .../doc/com/ibm/juno/core/package-frame.html    |    53 -
 .../doc/com/ibm/juno/core/package-summary.html  |   513 -
 .../doc/com/ibm/juno/core/package-tree.html     |   219 -
 .../doc/com/ibm/juno/core/package-use.html      |  1187 --
 .../ibm/juno/core/parser/InputStreamParser.html |   387 -
 .../ibm/juno/core/parser/ParseException.html    |   358 -
 .../doc/com/ibm/juno/core/parser/Parser.html    |  1060 --
 .../com/ibm/juno/core/parser/ParserContext.html |   468 -
 .../com/ibm/juno/core/parser/ParserGroup.html   |   581 -
 .../ibm/juno/core/parser/ParserListener.html    |   282 -
 .../ibm/juno/core/parser/ParserProperties.html  |   361 -
 .../com/ibm/juno/core/parser/ParserReader.html  |   689 -
 .../com/ibm/juno/core/parser/ReaderParser.html  |   990 --
 .../parser/class-use/InputStreamParser.html     |   161 -
 .../core/parser/class-use/ParseException.html   |  1415 --
 .../ibm/juno/core/parser/class-use/Parser.html  |   662 -
 .../core/parser/class-use/ParserContext.html    |   633 -
 .../juno/core/parser/class-use/ParserGroup.html |   250 -
 .../core/parser/class-use/ParserListener.html   |   176 -
 .../core/parser/class-use/ParserProperties.html |   345 -
 .../core/parser/class-use/ParserReader.html     |   293 -
 .../core/parser/class-use/ReaderParser.html     |   587 -
 .../com/ibm/juno/core/parser/package-frame.html |    29 -
 .../ibm/juno/core/parser/package-summary.html   |   296 -
 .../com/ibm/juno/core/parser/package-tree.html  |   165 -
 .../com/ibm/juno/core/parser/package-use.html   |   765 -
 .../juno/core/plaintext/PlainTextParser.html    |   403 -
 .../core/plaintext/PlainTextSerializer.html     |   399 -
 .../plaintext/class-use/PlainTextParser.html    |   159 -
 .../class-use/PlainTextSerializer.html          |   159 -
 .../ibm/juno/core/plaintext/package-frame.html  |    19 -
 .../juno/core/plaintext/package-summary.html    |   152 -
 .../ibm/juno/core/plaintext/package-tree.html   |   155 -
 .../ibm/juno/core/plaintext/package-use.html    |   159 -
 .../core/serializer/OutputStreamSerializer.html |   385 -
 .../core/serializer/SerializeException.html     |   318 -
 .../ibm/juno/core/serializer/Serializer.html    |   730 -
 .../juno/core/serializer/SerializerContext.html |   886 --
 .../juno/core/serializer/SerializerGroup.html   |   607 -
 .../core/serializer/SerializerProperties.html   |   728 -
 .../juno/core/serializer/SerializerWriter.html  |   833 --
 .../ibm/juno/core/serializer/StringObject.html  |   386 -
 .../juno/core/serializer/WriterSerializer.html  |   643 -
 .../class-use/OutputStreamSerializer.html       |   161 -
 .../class-use/SerializeException.html           |   820 --
 .../core/serializer/class-use/Serializer.html   |   856 --
 .../serializer/class-use/SerializerContext.html |   577 -
 .../serializer/class-use/SerializerGroup.html   |   256 -
 .../class-use/SerializerProperties.html         |   333 -
 .../serializer/class-use/SerializerWriter.html  |   388 -
 .../core/serializer/class-use/StringObject.html |   161 -
 .../serializer/class-use/WriterSerializer.html  |   705 -
 .../ibm/juno/core/serializer/package-frame.html |    29 -
 .../juno/core/serializer/package-summary.html   |   298 -
 .../ibm/juno/core/serializer/package-tree.html  |   165 -
 .../ibm/juno/core/serializer/package-use.html   |   775 -
 .../ibm/juno/core/soap/SoapXmlSerializer.html   |   442 -
 .../core/soap/SoapXmlSerializerProperties.html  |   275 -
 .../core/soap/class-use/SoapXmlSerializer.html  |   117 -
 .../class-use/SoapXmlSerializerProperties.html  |   117 -
 .../com/ibm/juno/core/soap/package-frame.html   |    19 -
 .../com/ibm/juno/core/soap/package-summary.html |   152 -
 .../com/ibm/juno/core/soap/package-tree.html    |   151 -
 .../doc/com/ibm/juno/core/soap/package-use.html |   117 -
 .../core/urlencoding/UonParser.Decoding.html    |   346 -
 .../ibm/juno/core/urlencoding/UonParser.html    |   870 --
 .../juno/core/urlencoding/UonParserContext.html |   289 -
 .../core/urlencoding/UonParserProperties.html   |   358 -
 .../juno/core/urlencoding/UonParserReader.html  |   360 -
 .../urlencoding/UonSerializer.Encoding.html     |   346 -
 .../urlencoding/UonSerializer.Readable.html     |   346 -
 .../core/urlencoding/UonSerializer.Simple.html  |   348 -
 .../UonSerializer.SimpleEncoding.html           |   348 -
 .../juno/core/urlencoding/UonSerializer.html    |   926 --
 .../core/urlencoding/UonSerializerContext.html  |   284 -
 .../urlencoding/UonSerializerProperties.html    |   426 -
 .../core/urlencoding/UonSerializerWriter.html   |   722 -
 .../core/urlencoding/UrlEncodingClassMeta.html  |   286 -
 .../core/urlencoding/UrlEncodingParser.html     |   804 --
 .../core/urlencoding/UrlEncodingProperties.html |   356 -
 .../UrlEncodingSerializer.Readable.html         |   372 -
 .../UrlEncodingSerializer.Simple.html           |   378 -
 .../UrlEncodingSerializer.SimpleExpanded.html   |   379 -
 .../core/urlencoding/UrlEncodingSerializer.html |   882 --
 .../urlencoding/annotation/UrlEncoding.html     |   218 -
 .../annotation/class-use/UrlEncoding.html       |   161 -
 .../urlencoding/annotation/package-frame.html   |    18 -
 .../urlencoding/annotation/package-summary.html |   147 -
 .../urlencoding/annotation/package-tree.html    |   126 -
 .../urlencoding/annotation/package-use.html     |   155 -
 .../class-use/UonParser.Decoding.html           |   117 -
 .../core/urlencoding/class-use/UonParser.html   |   237 -
 .../urlencoding/class-use/UonParserContext.html |   182 -
 .../class-use/UonParserProperties.html          |   201 -
 .../urlencoding/class-use/UonParserReader.html  |   117 -
 .../class-use/UonSerializer.Encoding.html       |   117 -
 .../class-use/UonSerializer.Readable.html       |   117 -
 .../class-use/UonSerializer.Simple.html         |   117 -
 .../class-use/UonSerializer.SimpleEncoding.html |   117 -
 .../urlencoding/class-use/UonSerializer.html    |   285 -
 .../class-use/UonSerializerContext.html         |   187 -
 .../class-use/UonSerializerProperties.html      |   192 -
 .../class-use/UonSerializerWriter.html          |   249 -
 .../class-use/UrlEncodingClassMeta.html         |   161 -
 .../class-use/UrlEncodingParser.html            |   242 -
 .../class-use/UrlEncodingProperties.html        |   217 -
 .../UrlEncodingSerializer.Readable.html         |   117 -
 .../class-use/UrlEncodingSerializer.Simple.html |   161 -
 .../UrlEncodingSerializer.SimpleExpanded.html   |   117 -
 .../class-use/UrlEncodingSerializer.html        |   328 -
 .../core/urlencoding/doc-files/Example_HTML.png |   Bin 32778 -> 0 bytes
 .../doc-files/Example_UrlEncoding.png           |   Bin 20958 -> 0 bytes
 .../juno/core/urlencoding/doc-files/rfc_uon.txt |   352 -
 .../juno/core/urlencoding/package-frame.html    |    37 -
 .../juno/core/urlencoding/package-summary.html  |  1635 ---
 .../ibm/juno/core/urlencoding/package-tree.html |   209 -
 .../ibm/juno/core/urlencoding/package-use.html  |   278 -
 .../build/doc/com/ibm/juno/core/utils/Args.html |   570 -
 .../doc/com/ibm/juno/core/utils/ArrayUtils.html |   484 -
 .../doc/com/ibm/juno/core/utils/AsciiSet.html   |   288 -
 .../com/ibm/juno/core/utils/ByteArrayCache.html |   347 -
 .../juno/core/utils/ByteArrayInOutStream.html   |   309 -
 .../ibm/juno/core/utils/CharSequenceReader.html |   405 -
 .../core/utils/ClassUtils.ClassComparator.html  |   284 -
 .../doc/com/ibm/juno/core/utils/ClassUtils.html |   452 -
 .../ibm/juno/core/utils/CollectionUtils.html    |   288 -
 .../ibm/juno/core/utils/DelegateBeanMap.html    |   494 -
 .../com/ibm/juno/core/utils/DelegateList.html   |   339 -
 .../com/ibm/juno/core/utils/DelegateMap.html    |   347 -
 .../doc/com/ibm/juno/core/utils/FileUtils.html  |   368 -
 .../com/ibm/juno/core/utils/FilteredMap.html    |   314 -
 .../juno/core/utils/IOPipe.LineProcessor.html   |   218 -
 .../doc/com/ibm/juno/core/utils/IOPipe.html     |   394 -
 .../doc/com/ibm/juno/core/utils/IOUtils.html    |   694 -
 .../com/ibm/juno/core/utils/IdentityList.html   |   387 -
 .../doc/com/ibm/juno/core/utils/KeywordSet.html |   276 -
 .../com/ibm/juno/core/utils/ManifestFile.html   |   400 -
 .../com/ibm/juno/core/utils/MessageBundle.html  |   583 -
 .../com/ibm/juno/core/utils/MultiIterable.html  |   291 -
 .../doc/com/ibm/juno/core/utils/MultiSet.html   |   371 -
 .../ibm/juno/core/utils/PojoIntrospector.html   |   356 -
 .../doc/com/ibm/juno/core/utils/PojoQuery.html  |   511 -
 .../doc/com/ibm/juno/core/utils/PojoRest.html   |  1036 --
 .../ibm/juno/core/utils/PojoRestException.html  |   311 -
 .../juno/core/utils/ProcBuilder.Matcher.html    |   235 -
 .../com/ibm/juno/core/utils/ProcBuilder.html    |   779 -
 .../ibm/juno/core/utils/ReflectionUtils.html    |   382 -
 .../ibm/juno/core/utils/SafeResourceBundle.html |   428 -
 .../core/utils/SafeResourceMultiBundle.html     |   420 -
 .../doc/com/ibm/juno/core/utils/SimpleMap.html  |   377 -
 .../juno/core/utils/StringBuilderWriter.html    |   498 -
 .../com/ibm/juno/core/utils/StringMapVar.html   |   293 -
 .../com/ibm/juno/core/utils/StringUtils.html    |  1017 --
 .../doc/com/ibm/juno/core/utils/StringVar.html  |   290 -
 .../ibm/juno/core/utils/StringVarMultipart.html |   300 -
 .../ibm/juno/core/utils/StringVarResolver.html  |   476 -
 .../juno/core/utils/StringVarWithDefault.html   |   289 -
 .../doc/com/ibm/juno/core/utils/StringVars.html |   289 -
 .../ibm/juno/core/utils/TeeOutputStream.html    |   452 -
 .../doc/com/ibm/juno/core/utils/TeeWriter.html  |   448 -
 .../com/ibm/juno/core/utils/ThrowableUtils.html |   362 -
 .../doc/com/ibm/juno/core/utils/Utils.html      |   274 -
 .../juno/core/utils/ZipFileList.FileEntry.html  |   396 -
 .../core/utils/ZipFileList.ZipFileEntry.html    |   224 -
 .../com/ibm/juno/core/utils/ZipFileList.html    |   413 -
 .../com/ibm/juno/core/utils/class-use/Args.html |   161 -
 .../juno/core/utils/class-use/ArrayUtils.html   |   117 -
 .../ibm/juno/core/utils/class-use/AsciiSet.html |   117 -
 .../core/utils/class-use/ByteArrayCache.html    |   161 -
 .../utils/class-use/ByteArrayInOutStream.html   |   117 -
 .../utils/class-use/CharSequenceReader.html     |   117 -
 .../class-use/ClassUtils.ClassComparator.html   |   117 -
 .../juno/core/utils/class-use/ClassUtils.html   |   117 -
 .../core/utils/class-use/CollectionUtils.html   |   117 -
 .../core/utils/class-use/DelegateBeanMap.html   |   117 -
 .../juno/core/utils/class-use/DelegateList.html |   117 -
 .../juno/core/utils/class-use/DelegateMap.html  |   117 -
 .../juno/core/utils/class-use/FileUtils.html    |   117 -
 .../juno/core/utils/class-use/FilteredMap.html  |   117 -
 .../utils/class-use/IOPipe.LineProcessor.html   |   167 -
 .../ibm/juno/core/utils/class-use/IOPipe.html   |   199 -
 .../ibm/juno/core/utils/class-use/IOUtils.html  |   117 -
 .../juno/core/utils/class-use/IdentityList.html |   117 -
 .../juno/core/utils/class-use/KeywordSet.html   |   117 -
 .../juno/core/utils/class-use/ManifestFile.html |   117 -
 .../core/utils/class-use/MessageBundle.html     |   206 -
 .../core/utils/class-use/MultiIterable.html     |   161 -
 .../ibm/juno/core/utils/class-use/MultiSet.html |   161 -
 .../core/utils/class-use/PojoIntrospector.html  |   117 -
 .../juno/core/utils/class-use/PojoQuery.html    |   117 -
 .../ibm/juno/core/utils/class-use/PojoRest.html |   193 -
 .../core/utils/class-use/PojoRestException.html |   117 -
 .../utils/class-use/ProcBuilder.Matcher.html    |   202 -
 .../juno/core/utils/class-use/ProcBuilder.html  |   269 -
 .../core/utils/class-use/ReflectionUtils.html   |   117 -
 .../utils/class-use/SafeResourceBundle.html     |   212 -
 .../class-use/SafeResourceMultiBundle.html      |   117 -
 .../juno/core/utils/class-use/SimpleMap.html    |   117 -
 .../utils/class-use/StringBuilderWriter.html    |   169 -
 .../juno/core/utils/class-use/StringMapVar.html |   117 -
 .../juno/core/utils/class-use/StringUtils.html  |   117 -
 .../juno/core/utils/class-use/StringVar.html    |   258 -
 .../utils/class-use/StringVarMultipart.html     |   117 -
 .../core/utils/class-use/StringVarResolver.html |   380 -
 .../utils/class-use/StringVarWithDefault.html   |   162 -
 .../juno/core/utils/class-use/StringVars.html   |   117 -
 .../core/utils/class-use/TeeOutputStream.html   |   171 -
 .../juno/core/utils/class-use/TeeWriter.html    |   171 -
 .../core/utils/class-use/ThrowableUtils.html    |   117 -
 .../ibm/juno/core/utils/class-use/Utils.html    |   117 -
 .../utils/class-use/ZipFileList.FileEntry.html  |   117 -
 .../class-use/ZipFileList.ZipFileEntry.html     |   176 -
 .../juno/core/utils/class-use/ZipFileList.html  |   161 -
 .../com/ibm/juno/core/utils/log/JunoLogger.html |   639 -
 .../core/utils/log/class-use/JunoLogger.html    |   199 -
 .../ibm/juno/core/utils/log/package-frame.html  |    18 -
 .../juno/core/utils/log/package-summary.html    |   137 -
 .../ibm/juno/core/utils/log/package-tree.html   |   134 -
 .../ibm/juno/core/utils/log/package-use.html    |   175 -
 .../com/ibm/juno/core/utils/package-frame.html  |    69 -
 .../ibm/juno/core/utils/package-summary.html    |   464 -
 .../com/ibm/juno/core/utils/package-tree.html   |   264 -
 .../com/ibm/juno/core/utils/package-use.html    |   345 -
 .../doc/com/ibm/juno/core/xml/Namespace.html    |   373 -
 .../com/ibm/juno/core/xml/NamespaceFactory.html |   326 -
 .../doc/com/ibm/juno/core/xml/XmlBeanMeta.html  |   345 -
 .../ibm/juno/core/xml/XmlBeanPropertyMeta.html  |   352 -
 .../doc/com/ibm/juno/core/xml/XmlClassMeta.html |   348 -
 .../juno/core/xml/XmlContentHandler.NULL.html   |   206 -
 .../ibm/juno/core/xml/XmlContentHandler.html    |   363 -
 .../juno/core/xml/XmlDocSerializer.Simple.html  |   367 -
 .../com/ibm/juno/core/xml/XmlDocSerializer.html |   419 -
 .../doc/com/ibm/juno/core/xml/XmlParser.html    |   764 -
 .../com/ibm/juno/core/xml/XmlParserContext.html |   299 -
 .../ibm/juno/core/xml/XmlParserProperties.html  |   668 -
 .../juno/core/xml/XmlSchemaDocSerializer.html   |   414 -
 .../ibm/juno/core/xml/XmlSchemaSerializer.html  |   472 -
 .../ibm/juno/core/xml/XmlSerializer.Simple.html |   352 -
 .../juno/core/xml/XmlSerializer.SimpleSq.html   |   355 -
 .../core/xml/XmlSerializer.SimpleXmlJsonSq.html |   356 -
 .../com/ibm/juno/core/xml/XmlSerializer.Sq.html |   350 -
 .../juno/core/xml/XmlSerializer.SqReadable.html |   351 -
 .../juno/core/xml/XmlSerializer.XmlJson.html    |   352 -
 .../juno/core/xml/XmlSerializer.XmlJsonSq.html  |   351 -
 .../com/ibm/juno/core/xml/XmlSerializer.html    |   957 --
 .../ibm/juno/core/xml/XmlSerializerContext.html |   470 -
 .../juno/core/xml/XmlSerializerProperties.html  |   519 -
 .../ibm/juno/core/xml/XmlSerializerWriter.html  |  1594 --
 .../doc/com/ibm/juno/core/xml/XmlUtils.html     |   491 -
 .../com/ibm/juno/core/xml/annotation/Xml.html   |   453 -
 .../ibm/juno/core/xml/annotation/XmlFormat.html |   388 -
 .../com/ibm/juno/core/xml/annotation/XmlNs.html |   228 -
 .../ibm/juno/core/xml/annotation/XmlSchema.html |   307 -
 .../juno/core/xml/annotation/class-use/Xml.html |   534 -
 .../xml/annotation/class-use/XmlFormat.html     |   223 -
 .../core/xml/annotation/class-use/XmlNs.html    |   117 -
 .../xml/annotation/class-use/XmlSchema.html     |   185 -
 .../juno/core/xml/annotation/package-frame.html |    24 -
 .../core/xml/annotation/package-summary.html    |   175 -
 .../juno/core/xml/annotation/package-tree.html  |   140 -
 .../juno/core/xml/annotation/package-use.html   |   279 -
 .../ibm/juno/core/xml/class-use/Namespace.html  |   342 -
 .../core/xml/class-use/NamespaceFactory.html    |   117 -
 .../juno/core/xml/class-use/XmlBeanMeta.html    |   176 -
 .../core/xml/class-use/XmlBeanPropertyMeta.html |   176 -
 .../juno/core/xml/class-use/XmlClassMeta.html   |   161 -
 .../xml/class-use/XmlContentHandler.NULL.html   |   117 -
 .../core/xml/class-use/XmlContentHandler.html   |   209 -
 .../xml/class-use/XmlDocSerializer.Simple.html  |   117 -
 .../core/xml/class-use/XmlDocSerializer.html    |   161 -
 .../ibm/juno/core/xml/class-use/XmlParser.html  |   204 -
 .../core/xml/class-use/XmlParserContext.html    |   161 -
 .../core/xml/class-use/XmlParserProperties.html |   192 -
 .../xml/class-use/XmlSchemaDocSerializer.html   |   117 -
 .../core/xml/class-use/XmlSchemaSerializer.html |   161 -
 .../xml/class-use/XmlSerializer.Simple.html     |   167 -
 .../xml/class-use/XmlSerializer.SimpleSq.html   |   161 -
 .../XmlSerializer.SimpleXmlJsonSq.html          |   117 -
 .../core/xml/class-use/XmlSerializer.Sq.html    |   161 -
 .../xml/class-use/XmlSerializer.SqReadable.html |   117 -
 .../xml/class-use/XmlSerializer.XmlJson.html    |   161 -
 .../xml/class-use/XmlSerializer.XmlJsonSq.html  |   117 -
 .../juno/core/xml/class-use/XmlSerializer.html  |   409 -
 .../xml/class-use/XmlSerializerContext.html     |   247 -
 .../xml/class-use/XmlSerializerProperties.html  |   264 -
 .../core/xml/class-use/XmlSerializerWriter.html |   605 -
 .../ibm/juno/core/xml/class-use/XmlUtils.html   |   117 -
 .../juno/core/xml/doc-files/Example_HTML.png    |   Bin 35528 -> 0 bytes
 .../ibm/juno/core/xml/doc-files/Example_XML.png |   Bin 32865 -> 0 bytes
 .../core/xml/doc-files/Example_XMLSchema.png    |   Bin 45685 -> 0 bytes
 .../core/xml/doc-files/Example_XMLSimple.png    |   Bin 34372 -> 0 bytes
 .../com/ibm/juno/core/xml/package-frame.html    |    46 -
 .../com/ibm/juno/core/xml/package-summary.html  |  2593 ----
 .../doc/com/ibm/juno/core/xml/package-tree.html |   222 -
 .../doc/com/ibm/juno/core/xml/package-use.html  |   379 -
 .../com/ibm/juno/microservice/Microservice.html |   708 -
 .../doc/com/ibm/juno/microservice/Resource.html |   344 -
 .../ibm/juno/microservice/ResourceGroup.html    |   402 -
 .../com/ibm/juno/microservice/ResourceJena.html |   289 -
 .../ibm/juno/microservice/RestMicroservice.html |   727 -
 .../microservice/class-use/Microservice.html    |   182 -
 .../juno/microservice/class-use/Resource.html   |   179 -
 .../microservice/class-use/ResourceGroup.html   |   161 -
 .../microservice/class-use/ResourceJena.html    |   117 -
 .../class-use/RestMicroservice.html             |   117 -
 .../ibm/juno/microservice/doc-files/build1.png  |   Bin 2633 -> 0 bytes
 .../ibm/juno/microservice/doc-files/build2.png  |   Bin 8634 -> 0 bytes
 .../juno/microservice/doc-files/helloworld1.png |   Bin 14050 -> 0 bytes
 .../microservice/doc-files/instructions1.png    |   Bin 44658 -> 0 bytes
 .../microservice/doc-files/instructions2.png    |   Bin 54971 -> 0 bytes
 .../microservice/doc-files/instructions3.png    |   Bin 20755 -> 0 bytes
 .../microservice/doc-files/instructions4.png    |   Bin 28672 -> 0 bytes
 .../microservice/doc-files/instructions5.png    |   Bin 8894 -> 0 bytes
 .../microservice/doc-files/instructions6.png    |   Bin 22345 -> 0 bytes
 .../juno/microservice/doc-files/manifest1.png   |   Bin 10493 -> 0 bytes
 .../ibm/juno/microservice/package-frame.html    |    22 -
 .../ibm/juno/microservice/package-summary.html  |  1078 --
 .../com/ibm/juno/microservice/package-tree.html |   161 -
 .../com/ibm/juno/microservice/package-use.html  |   182 -
 .../microservice/resources/ConfigResource.html  |   530 -
 .../DirectoryResource.FileResource.html         |   378 -
 .../resources/DirectoryResource.html            |   549 -
 .../resources/LogEntryFormatter.html            |   372 -
 .../microservice/resources/LogParser.Entry.html |   401 -
 .../juno/microservice/resources/LogParser.html  |   403 -
 .../resources/LogsResource.FileResource.html    |   381 -
 .../microservice/resources/LogsResource.html    |   511 -
 .../resources/SampleRootResource.html           |   314 -
 .../resources/ShutdownResource.html             |   336 -
 .../resources/class-use/ConfigResource.html     |   117 -
 .../DirectoryResource.FileResource.html         |   117 -
 .../resources/class-use/DirectoryResource.html  |   117 -
 .../resources/class-use/LogEntryFormatter.html  |   165 -
 .../resources/class-use/LogParser.Entry.html    |   172 -
 .../resources/class-use/LogParser.html          |   167 -
 .../class-use/LogsResource.FileResource.html    |   117 -
 .../resources/class-use/LogsResource.html       |   117 -
 .../resources/class-use/SampleRootResource.html |   117 -
 .../resources/class-use/ShutdownResource.html   |   117 -
 .../microservice/resources/package-frame.html   |    25 -
 .../microservice/resources/package-summary.html |   188 -
 .../microservice/resources/package-tree.html    |   171 -
 .../microservice/resources/package-use.html     |   164 -
 .../doc/com/ibm/juno/server/ReaderResource.html |   383 -
 .../build/doc/com/ibm/juno/server/Redirect.html |   384 -
 .../com/ibm/juno/server/ResponseHandler.html    |   280 -
 .../doc/com/ibm/juno/server/RestConverter.html  |   265 -
 .../doc/com/ibm/juno/server/RestException.html  |   400 -
 .../doc/com/ibm/juno/server/RestGuard.html      |   342 -
 .../doc/com/ibm/juno/server/RestMatcher.html    |   304 -
 .../doc/com/ibm/juno/server/RestRequest.html    |  2358 ---
 .../doc/com/ibm/juno/server/RestResponse.html   |   718 -
 .../doc/com/ibm/juno/server/RestServlet.html    |  2652 ----
 .../com/ibm/juno/server/RestServletDefault.html |   485 -
 .../ibm/juno/server/RestServletException.html   |   309 -
 .../juno/server/RestServletGroupDefault.html    |   332 -
 .../doc/com/ibm/juno/server/RestServletNls.html |   298 -
 .../ibm/juno/server/RestServletProperties.html  |   518 -
 .../doc/com/ibm/juno/server/RestUtils.html      |   398 -
 .../doc/com/ibm/juno/server/StreamResource.html |   367 -
 .../doc/com/ibm/juno/server/UrlPathPattern.html |   380 -
 .../com/ibm/juno/server/annotation/Attr.html    |   253 -
 .../com/ibm/juno/server/annotation/Content.html |   188 -
 .../ibm/juno/server/annotation/HasParam.html    |   268 -
 .../ibm/juno/server/annotation/HasQParam.html   |   234 -
 .../com/ibm/juno/server/annotation/Header.html  |   229 -
 .../com/ibm/juno/server/annotation/Inherit.html |   363 -
 .../ibm/juno/server/annotation/Messages.html    |   179 -
 .../com/ibm/juno/server/annotation/Method.html  |   180 -
 .../com/ibm/juno/server/annotation/Param.html   |   283 -
 .../juno/server/annotation/PathRemainder.html   |   178 -
 .../ibm/juno/server/annotation/Properties.html  |   194 -
 .../ibm/juno/server/annotation/Property.html    |   244 -
 .../com/ibm/juno/server/annotation/QParam.html  |   279 -
 .../ibm/juno/server/annotation/Response.html    |   289 -
 .../ibm/juno/server/annotation/RestMethod.html  |   825 --
 .../juno/server/annotation/RestResource.html    |   875 --
 .../doc/com/ibm/juno/server/annotation/Var.html |   290 -
 .../ibm/juno/server/annotation/VarCategory.html |   341 -
 .../juno/server/annotation/class-use/Attr.html  |   240 -
 .../server/annotation/class-use/Content.html    |   176 -
 .../server/annotation/class-use/HasParam.html   |   117 -
 .../server/annotation/class-use/HasQParam.html  |   117 -
 .../server/annotation/class-use/Header.html     |   117 -
 .../server/annotation/class-use/Inherit.html    |   168 -
 .../server/annotation/class-use/Messages.html   |   117 -
 .../server/annotation/class-use/Method.html     |   117 -
 .../juno/server/annotation/class-use/Param.html |   311 -
 .../annotation/class-use/PathRemainder.html     |   203 -
 .../server/annotation/class-use/Properties.html |   178 -
 .../server/annotation/class-use/Property.html   |   117 -
 .../server/annotation/class-use/QParam.html     |   117 -
 .../server/annotation/class-use/Response.html   |   117 -
 .../server/annotation/class-use/RestMethod.html |   402 -
 .../annotation/class-use/RestResource.html      |   287 -
 .../juno/server/annotation/class-use/Var.html   |   117 -
 .../annotation/class-use/VarCategory.html       |   117 -
 .../juno/server/annotation/package-frame.html   |    41 -
 .../juno/server/annotation/package-summary.html |   283 -
 .../juno/server/annotation/package-tree.html    |   161 -
 .../ibm/juno/server/annotation/package-use.html |   321 -
 .../juno/server/class-use/ReaderResource.html   |   217 -
 .../com/ibm/juno/server/class-use/Redirect.html |   117 -
 .../juno/server/class-use/ResponseHandler.html  |   238 -
 .../juno/server/class-use/RestConverter.html    |   231 -
 .../juno/server/class-use/RestException.html    |   369 -
 .../ibm/juno/server/class-use/RestGuard.html    |   193 -
 .../ibm/juno/server/class-use/RestMatcher.html  |   167 -
 .../ibm/juno/server/class-use/RestRequest.html  |   669 -
 .../ibm/juno/server/class-use/RestResponse.html |   365 -
 .../ibm/juno/server/class-use/RestServlet.html  |   442 -
 .../server/class-use/RestServletDefault.html    |   269 -
 .../server/class-use/RestServletException.html  |   294 -
 .../class-use/RestServletGroupDefault.html      |   187 -
 .../juno/server/class-use/RestServletNls.html   |   162 -
 .../server/class-use/RestServletProperties.html |   117 -
 .../ibm/juno/server/class-use/RestUtils.html    |   117 -
 .../juno/server/class-use/StreamResource.html   |   180 -
 .../juno/server/class-use/UrlPathPattern.html   |   161 -
 .../juno/server/converters/Introspectable.html  |   294 -
 .../ibm/juno/server/converters/Queryable.html   |   307 -
 .../ibm/juno/server/converters/Traversable.html |   300 -
 .../converters/class-use/Introspectable.html    |   117 -
 .../server/converters/class-use/Queryable.html  |   117 -
 .../converters/class-use/Traversable.html       |   117 -
 .../juno/server/converters/package-frame.html   |    20 -
 .../juno/server/converters/package-summary.html |   158 -
 .../juno/server/converters/package-tree.html    |   132 -
 .../ibm/juno/server/converters/package-use.html |   117 -
 .../ibm/juno/server/doc-files/AddressBook.png   |   Bin 44553 -> 0 bytes
 .../juno/server/doc-files/AddressBookJson.png   |   Bin 30639 -> 0 bytes
 .../server/doc-files/AddressBookOptions.png     |   Bin 224346 -> 0 bytes
 .../server/doc-files/AddressBook_junostyle.png  |   Bin 52768 -> 0 bytes
 .../server/doc-files/HelloWorldResource1.png    |   Bin 14206 -> 0 bytes
 .../server/doc-files/HelloWorldResource2.png    |   Bin 30721 -> 0 bytes
 .../server/doc-files/HelloWorldResource3.png    |   Bin 11040 -> 0 bytes
 .../server/doc-files/HelloWorldResource4.png    |   Bin 16188 -> 0 bytes
 .../doc-files/HelloWorldResourceOptions.png     |   Bin 67692 -> 0 bytes
 .../doc-files/HelloWorldResourceOptionsJson.png |   Bin 27940 -> 0 bytes
 .../com/ibm/juno/server/doc-files/Options2.png  |   Bin 9809 -> 0 bytes
 .../ibm/juno/server/doc-files/OptionsPage.png   |   Bin 56895 -> 0 bytes
 .../server/doc-files/Samples_RootResources.png  |   Bin 62372 -> 0 bytes
 .../juno/server/doc-files/UrlEncodedForm.png    |   Bin 21379 -> 0 bytes
 .../com/ibm/juno/server/jaxrs/BaseProvider.html |   419 -
 .../ibm/juno/server/jaxrs/DefaultProvider.html  |   252 -
 .../com/ibm/juno/server/jaxrs/JunoProvider.html |   304 -
 .../server/jaxrs/class-use/BaseProvider.html    |   187 -
 .../server/jaxrs/class-use/DefaultProvider.html |   117 -
 .../server/jaxrs/class-use/JunoProvider.html    |   187 -
 .../ibm/juno/server/jaxrs/package-frame.html    |    23 -
 .../ibm/juno/server/jaxrs/package-summary.html  |   488 -
 .../com/ibm/juno/server/jaxrs/package-tree.html |   138 -
 .../com/ibm/juno/server/jaxrs/package-use.html  |   187 -
 .../server/jaxrs/rdf/DefaultJenaProvider.html   |   252 -
 .../rdf/class-use/DefaultJenaProvider.html      |   117 -
 .../juno/server/jaxrs/rdf/package-frame.html    |    18 -
 .../juno/server/jaxrs/rdf/package-summary.html  |   146 -
 .../ibm/juno/server/jaxrs/rdf/package-tree.html |   134 -
 .../ibm/juno/server/jaxrs/rdf/package-use.html  |   117 -
 .../server/jena/RestServletJenaDefault.html     |   513 -
 .../jena/RestServletJenaGroupDefault.html       |   328 -
 .../jena/class-use/RestServletJenaDefault.html  |   187 -
 .../class-use/RestServletJenaGroupDefault.html  |   117 -
 .../com/ibm/juno/server/jena/package-frame.html |    19 -
 .../ibm/juno/server/jena/package-summary.html   |   156 -
 .../com/ibm/juno/server/jena/package-tree.html  |   146 -
 .../com/ibm/juno/server/jena/package-use.html   |   177 -
 ...BeanDescription.BeanPropertyDescription.html |   296 -
 .../ibm/juno/server/labels/BeanDescription.html |   320 -
 .../labels/ChildResourceDescriptions.html       |   360 -
 .../ibm/juno/server/labels/DefaultLabels.html   |   286 -
 .../labels/MethodDescription.Response.html      |   378 -
 .../juno/server/labels/MethodDescription.html   |   671 -
 .../ibm/juno/server/labels/NameDescription.html |   344 -
 .../juno/server/labels/ParamDescription.html    |   377 -
 .../juno/server/labels/ResourceDescription.html |   427 -
 .../ibm/juno/server/labels/ResourceLink.html    |   279 -
 .../ibm/juno/server/labels/ResourceOptions.html |   675 -
 .../doc/com/ibm/juno/server/labels/Var.html     |   413 -
 ...BeanDescription.BeanPropertyDescription.html |   161 -
 .../labels/class-use/BeanDescription.html       |   117 -
 .../class-use/ChildResourceDescriptions.html    |   228 -
 .../server/labels/class-use/DefaultLabels.html  |   117 -
 .../class-use/MethodDescription.Response.html   |   182 -
 .../labels/class-use/MethodDescription.html     |   292 -
 .../labels/class-use/NameDescription.html       |   161 -
 .../labels/class-use/ParamDescription.html      |   186 -
 .../labels/class-use/ResourceDescription.html   |   159 -
 .../server/labels/class-use/ResourceLink.html   |   117 -
 .../labels/class-use/ResourceOptions.html       |   285 -
 .../ibm/juno/server/labels/class-use/Var.html   |   218 -
 .../ibm/juno/server/labels/package-frame.html   |    29 -
 .../ibm/juno/server/labels/package-summary.html |   212 -
 .../ibm/juno/server/labels/package-tree.html    |   164 -
 .../com/ibm/juno/server/labels/package-use.html |   255 -
 .../matchers/MultipartFormDataMatcher.html      |   275 -
 .../server/matchers/UrlEncodedFormMatcher.html  |   275 -
 .../class-use/MultipartFormDataMatcher.html     |   117 -
 .../class-use/UrlEncodedFormMatcher.html        |   117 -
 .../ibm/juno/server/matchers/package-frame.html |    19 -
 .../juno/server/matchers/package-summary.html   |   152 -
 .../ibm/juno/server/matchers/package-tree.html  |   135 -
 .../ibm/juno/server/matchers/package-use.html   |   117 -
 .../doc/com/ibm/juno/server/package-frame.html  |    40 -
 .../com/ibm/juno/server/package-summary.html    |  3805 -----
 .../doc/com/ibm/juno/server/package-tree.html   |   195 -
 .../doc/com/ibm/juno/server/package-use.html    |   490 -
 .../remoteable/RemoteableServiceProperties.html |   282 -
 .../server/remoteable/RemoteableServlet.html    |   406 -
 .../class-use/RemoteableServiceProperties.html  |   117 -
 .../remoteable/class-use/RemoteableServlet.html |   117 -
 .../ibm/juno/server/remoteable/doc-files/1.png  |   Bin 15845 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/2.png  |   Bin 20379 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/3.png  |   Bin 33919 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/4.png  |   Bin 21108 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/5.png  |   Bin 10553 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/6.png  |   Bin 24934 -> 0 bytes
 .../juno/server/remoteable/package-frame.html   |    19 -
 .../juno/server/remoteable/package-summary.html |   467 -
 .../juno/server/remoteable/package-tree.html    |   147 -
 .../ibm/juno/server/remoteable/package-use.html |   117 -
 .../juno/server/response/DefaultHandler.html    |   295 -
 .../server/response/InputStreamHandler.html     |   292 -
 .../ibm/juno/server/response/ReaderHandler.html |   290 -
 .../juno/server/response/RedirectHandler.html   |   288 -
 .../juno/server/response/StreamableHandler.html |   290 -
 .../juno/server/response/WritableHandler.html   |   290 -
 .../response/ZipFileListResponseHandler.html    |   292 -
 .../response/class-use/DefaultHandler.html      |   117 -
 .../response/class-use/InputStreamHandler.html  |   117 -
 .../response/class-use/ReaderHandler.html       |   117 -
 .../response/class-use/RedirectHandler.html     |   117 -
 .../response/class-use/StreamableHandler.html   |   117 -
 .../response/class-use/WritableHandler.html     |   117 -
 .../class-use/ZipFileListResponseHandler.html   |   117 -
 .../ibm/juno/server/response/package-frame.html |    24 -
 .../juno/server/response/package-summary.html   |   182 -
 .../ibm/juno/server/response/package-tree.html  |   136 -
 .../ibm/juno/server/response/package-use.html   |   117 -
 .../build/doc/constant-values.html              |  1376 --
 .../build/doc/deprecated-list.html              |   194 -
 .../build/doc/doc-files/Microservices.1.png     |   Bin 22345 -> 0 bytes
 .../doc-files/Samples.AddressBookResource.1.png |   Bin 44553 -> 0 bytes
 .../doc-files/Samples.AddressBookResource.2.png |   Bin 224346 -> 0 bytes
 .../Samples.AddressBookResource.Demo.1.png      |   Bin 17539 -> 0 bytes
 .../Samples.AddressBookResource.Demo.10.png     |   Bin 37153 -> 0 bytes
 .../Samples.AddressBookResource.Demo.2.png      |   Bin 47285 -> 0 bytes
 .../Samples.AddressBookResource.Demo.3.png      |   Bin 40911 -> 0 bytes
 .../Samples.AddressBookResource.Demo.4.png      |   Bin 40461 -> 0 bytes
 .../Samples.AddressBookResource.Demo.5.png      |   Bin 49884 -> 0 bytes
 .../Samples.AddressBookResource.Demo.6.png      |   Bin 52332 -> 0 bytes
 .../Samples.AddressBookResource.Demo.7.png      |   Bin 39401 -> 0 bytes
 .../Samples.AddressBookResource.Demo.8.png      |   Bin 34154 -> 0 bytes
 .../Samples.AddressBookResource.Demo.9.png      |   Bin 51831 -> 0 bytes
 ...les.AddressBookResource.Introspectable.1.png |   Bin 21714 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.1.png |   Bin 43970 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.2.png |   Bin 35177 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.3.png |   Bin 35137 -> 0 bytes
 ...amples.AddressBookResource.Traversable.1.png |   Bin 28868 -> 0 bytes
 ...amples.AddressBookResource.Traversable.2.png |   Bin 20464 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.1.png    |   Bin 45184 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.2.png    |   Bin 78940 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.3.png    |   Bin 28698 -> 0 bytes
 .../build/doc/doc-files/Samples.Building.1.png  |   Bin 14082 -> 0 bytes
 .../build/doc/doc-files/Samples.Building.2.png  |   Bin 5543 -> 0 bytes
 .../doc/doc-files/Samples.ConfigResource.1.png  |   Bin 38071 -> 0 bytes
 .../doc/doc-files/Samples.ConfigResource.2.png  |   Bin 42599 -> 0 bytes
 .../doc/doc-files/Samples.ConfigResource.3.png  |   Bin 41856 -> 0 bytes
 .../Samples.DockerRegistryResource.1.png        |   Bin 16230 -> 0 bytes
 .../Samples.DockerRegistryResource.2.png        |   Bin 23808 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.1.png  |   Bin 15414 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.2.png  |   Bin 10797 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.3.png  |   Bin 66934 -> 0 bytes
 .../doc/doc-files/Samples.Installing.1.png      |   Bin 52312 -> 0 bytes
 .../doc/doc-files/Samples.Installing.2.png      |   Bin 59664 -> 0 bytes
 .../doc/doc-files/Samples.Installing.3.png      |   Bin 25927 -> 0 bytes
 .../doc-files/Samples.JsonSchemaResource.1.png  |   Bin 36315 -> 0 bytes
 .../doc-files/Samples.JsonSchemaResource.2.png  |   Bin 28837 -> 0 bytes
 .../doc/doc-files/Samples.LogsResource.1.png    |   Bin 37594 -> 0 bytes
 .../doc/doc-files/Samples.LogsResource.2.png    |   Bin 42497 -> 0 bytes
 .../doc/doc-files/Samples.LogsResource.3.png    |   Bin 56603 -> 0 bytes
 .../Samples.MethodExampleResource.1.png         |   Bin 27555 -> 0 bytes
 .../Samples.MethodExampleResource.2.png         |   Bin 71023 -> 0 bytes
 .../doc/doc-files/Samples.PhotosResource.1.png  |   Bin 16442 -> 0 bytes
 .../doc/doc-files/Samples.PhotosResource.2.png  |   Bin 71952 -> 0 bytes
 ...Samples.RequestEchoResource.1.htmlschema.png |   Bin 35501 -> 0 bytes
 .../Samples.RequestEchoResource.1.json.png      |   Bin 30092 -> 0 bytes
 ...Samples.RequestEchoResource.1.jsonschema.png |   Bin 31731 -> 0 bytes
 ...Samples.RequestEchoResource.1.jsonsimple.png |   Bin 29302 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.1.png |   Bin 54743 -> 0 bytes
 .../Samples.RequestEchoResource.1.uon.png       |   Bin 64778 -> 0 bytes
 ...amples.RequestEchoResource.1.urlencoding.png |   Bin 71054 -> 0 bytes
 .../Samples.RequestEchoResource.1.xml.png       |   Bin 43989 -> 0 bytes
 .../Samples.RequestEchoResource.1.xmlschema.png |   Bin 47951 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.2.png |   Bin 30872 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.3.png |   Bin 27501 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.4.png |   Bin 22149 -> 0 bytes
 .../build/doc/doc-files/Samples.Running.1.png   |   Bin 40422 -> 0 bytes
 .../build/doc/doc-files/Samples.Running.2.png   |   Bin 15925 -> 0 bytes
 .../build/doc/doc-files/Samples.Running.3.png   |   Bin 62643 -> 0 bytes
 .../Samples.SampleRemoteableServlet.1.png       |   Bin 23969 -> 0 bytes
 .../Samples.SampleRemoteableServlet.2.png       |   Bin 29986 -> 0 bytes
 .../Samples.SampleRemoteableServlet.3.png       |   Bin 45596 -> 0 bytes
 .../doc-files/Samples.SqlQueryResource.1.png    |   Bin 16113 -> 0 bytes
 .../doc-files/Samples.SqlQueryResource.2.png    |   Bin 40356 -> 0 bytes
 .../doc/doc-files/Samples.TempDirResource.1.png |   Bin 32843 -> 0 bytes
 .../doc/doc-files/Samples.TempDirResource.2.png |   Bin 20359 -> 0 bytes
 .../Samples.TumblrParserResource.1.png          |   Bin 168439 -> 0 bytes
 .../Samples.UrlEncodedFormResource.1.png        |   Bin 24026 -> 0 bytes
 .../Samples.UrlEncodedFormResource.2.png        |   Bin 31318 -> 0 bytes
 .../build/doc/doc-files/Server.Html.png         |   Bin 52497 -> 0 bytes
 .../build/doc/doc-files/Server.Json.png         |   Bin 29692 -> 0 bytes
 .../build/doc/doc-files/Server.N3.png           |   Bin 45391 -> 0 bytes
 .../build/doc/doc-files/Server.NTuple.png       |   Bin 55713 -> 0 bytes
 .../build/doc/doc-files/Server.Options.png      |   Bin 67005 -> 0 bytes
 .../build/doc/doc-files/Server.RdfXml.png       |   Bin 45274 -> 0 bytes
 .../build/doc/doc-files/Server.SimpleXml.png    |   Bin 36746 -> 0 bytes
 .../build/doc/doc-files/Server.Turtle.png       |   Bin 45180 -> 0 bytes
 .../build/doc/doc-files/Server.Uon.png          |   Bin 28160 -> 0 bytes
 .../build/doc/doc-files/Server.UrlEncoding.png  |   Bin 32516 -> 0 bytes
 .../build/doc/doc-files/Server.Xml.png          |   Bin 45446 -> 0 bytes
 .../build/doc/help-doc.html                     |   222 -
 .../build/doc/index-all.html                    | 12808 -----------------
 com.ibm.team.juno.releng/build/doc/index.html   |    66 -
 com.ibm.team.juno.releng/build/doc/javadoc.css  |  1143 --
 .../build/doc/overview-frame.html               |    62 -
 .../build/doc/overview-summary.html             |  7901 ----------
 .../build/doc/overview-tree.html                |   961 --
 com.ibm.team.juno.releng/build/doc/package-list |    44 -
 .../build/doc/resources/background.gif          |   Bin 2313 -> 0 bytes
 .../build/doc/resources/tab.gif                 |   Bin 291 -> 0 bytes
 .../build/doc/resources/titlebar.gif            |   Bin 10701 -> 0 bytes
 .../build/doc/resources/titlebar_end.gif        |   Bin 849 -> 0 bytes
 .../build/doc/serialized-form.html              |   890 --
 .../com/ibm/juno/client/AllowAllRedirects.html  |    99 -
 .../com/ibm/juno/client/DateHeader.html         |   111 -
 .../com/ibm/juno/client/HttpMethod.html         |   132 -
 .../com/ibm/juno/client/NameValuePairs.html     |   116 -
 .../com/ibm/juno/client/ResponsePattern.html    |   206 -
 .../src-html/com/ibm/juno/client/RestCall.html  |  1016 --
 .../com/ibm/juno/client/RestCallException.html  |   222 -
 .../ibm/juno/client/RestCallInterceptor.html    |   128 -
 .../com/ibm/juno/client/RestCallLogger.html     |   188 -
 .../com/ibm/juno/client/RestClient.html         |  1483 --
 .../com/ibm/juno/client/RestRequestEntity.html  |   158 -
 .../src-html/com/ibm/juno/client/RetryOn.html   |   107 -
 .../ibm/juno/client/SSLOpts.CertValidate.html   |   257 -
 .../com/ibm/juno/client/SSLOpts.HostVerify.html |   257 -
 .../src-html/com/ibm/juno/client/SSLOpts.html   |   257 -
 .../juno/client/SerializedNameValuePair.html    |   151 -
 .../ibm/juno/client/SimpleX509TrustManager.html |   134 -
 .../client/deprecated/CertificateStore.html     |   199 -
 .../deprecated/ICertificateValidator.Trust.html |   118 -
 .../deprecated/ICertificateValidator.html       |   118 -
 .../client/deprecated/ITrustStoreProvider.html  |   111 -
 .../deprecated/LenientCertificateValidator.html |    98 -
 .../deprecated/SharedTrustStoreProvider.html    |   176 -
 .../deprecated/ValidatingX509TrustManager.html  |   185 -
 .../ibm/juno/client/jazz/JazzRestClient.html    |   464 -
 .../src-html/com/ibm/juno/core/BeanContext.html |  1880 ---
 .../com/ibm/juno/core/BeanContextFactory.html   |   526 -
 .../ibm/juno/core/BeanContextProperties.html    |   260 -
 .../doc/src-html/com/ibm/juno/core/BeanMap.html |   533 -
 .../com/ibm/juno/core/BeanMapEntry.html         |   193 -
 .../src-html/com/ibm/juno/core/BeanMeta.html    |   821 --
 .../com/ibm/juno/core/BeanMetaFiltered.html     |   142 -
 .../com/ibm/juno/core/BeanPropertyMeta.html     |   875 --
 .../juno/core/BeanProxyInvocationHandler.html   |   150 -
 .../com/ibm/juno/core/BeanRuntimeException.html |   134 -
 .../src-html/com/ibm/juno/core/ClassMeta.html   |  1334 --
 .../doc/src-html/com/ibm/juno/core/CoreApi.html |   244 -
 .../src-html/com/ibm/juno/core/Delegate.html    |   101 -
 .../com/ibm/juno/core/FormattedException.html   |   125 -
 .../juno/core/FormattedRuntimeException.html    |   116 -
 .../core/InvalidDataConversionException.html    |   105 -
 .../src-html/com/ibm/juno/core/Lockable.html    |   156 -
 .../com/ibm/juno/core/LockedException.html      |   100 -
 .../src-html/com/ibm/juno/core/MediaRange.html  |   384 -
 .../src-html/com/ibm/juno/core/ObjectList.html  |   641 -
 .../src-html/com/ibm/juno/core/ObjectMap.html   |  1475 --
 .../com/ibm/juno/core/PropertyNamer.html        |   103 -
 .../ibm/juno/core/PropertyNamerDashedLC.html    |   134 -
 .../com/ibm/juno/core/PropertyNamerDefault.html |   107 -
 .../src-html/com/ibm/juno/core/Streamable.html  |   110 -
 .../src-html/com/ibm/juno/core/Visibility.html  |   267 -
 .../src-html/com/ibm/juno/core/Writable.html    |   110 -
 .../com/ibm/juno/core/annotation/Bean.html      |   288 -
 .../juno/core/annotation/BeanConstructor.html   |   154 -
 .../ibm/juno/core/annotation/BeanIgnore.html    |   106 -
 .../ibm/juno/core/annotation/BeanProperty.html  |   254 -
 .../ibm/juno/core/annotation/BeanSubType.html   |   114 -
 .../com/ibm/juno/core/annotation/Consumes.html  |   141 -
 .../com/ibm/juno/core/annotation/Filter.html    |   154 -
 .../ibm/juno/core/annotation/NameProperty.html  |   103 -
 .../juno/core/annotation/ParentProperty.html    |   103 -
 .../com/ibm/juno/core/annotation/Produces.html  |   154 -
 .../ibm/juno/core/annotation/Remoteable.html    |    95 -
 .../ibm/juno/core/annotation/ThreadSafe.html    |    97 -
 .../com/ibm/juno/core/annotation/URI.html       |   136 -
 .../com/ibm/juno/core/csv/CsvSerializer.html    |   162 -
 .../src-html/com/ibm/juno/core/dto/Link.html    |   205 -
 .../com/ibm/juno/core/dto/ResultSetList.html    |   177 -
 .../com/ibm/juno/core/dto/atom/Category.html    |   209 -
 .../com/ibm/juno/core/dto/atom/Common.html      |   156 -
 .../com/ibm/juno/core/dto/atom/CommonEntry.html |   348 -
 .../com/ibm/juno/core/dto/atom/Content.html     |   216 -
 .../com/ibm/juno/core/dto/atom/Entry.html       |   315 -
 .../com/ibm/juno/core/dto/atom/Feed.html        |   356 -
 .../com/ibm/juno/core/dto/atom/Generator.html   |   211 -
 .../com/ibm/juno/core/dto/atom/Icon.html        |   165 -
 .../src-html/com/ibm/juno/core/dto/atom/Id.html |   164 -
 .../com/ibm/juno/core/dto/atom/Link.html        |   294 -
 .../com/ibm/juno/core/dto/atom/Logo.html        |   165 -
 .../com/ibm/juno/core/dto/atom/Person.html      |   203 -
 .../com/ibm/juno/core/dto/atom/Source.html      |   295 -
 .../core/dto/atom/Text.TextContentHandler.html  |   251 -
 .../com/ibm/juno/core/dto/atom/Text.html        |   251 -
 .../com/ibm/juno/core/dto/cognos/Column.html    |   226 -
 .../ibm/juno/core/dto/cognos/DataSet.Row.html   |   260 -
 .../com/ibm/juno/core/dto/cognos/DataSet.html   |   260 -
 .../ibm/juno/core/dto/jsonschema/JsonType.html  |   175 -
 .../juno/core/dto/jsonschema/JsonTypeArray.html |   122 -
 .../Schema.BooleanOrSchemaArrayFilter.html      |  1464 --
 .../Schema.BooleanOrSchemaFilter.html           |  1464 --
 .../Schema.JsonTypeOrJsonTypeArrayFilter.html   |  1464 --
 .../Schema.SchemaOrSchemaArrayFilter.html       |  1464 --
 .../ibm/juno/core/dto/jsonschema/Schema.html    |  1464 --
 .../juno/core/dto/jsonschema/SchemaArray.html   |   122 -
 .../ibm/juno/core/dto/jsonschema/SchemaMap.html |   191 -
 .../core/dto/jsonschema/SchemaProperty.html     |   116 -
 .../jsonschema/SchemaPropertySimpleArray.html   |   113 -
 .../ibm/juno/core/dto/jsonschema/SchemaRef.html |   106 -
 .../com/ibm/juno/core/encoders/Encoder.html     |   125 -
 .../ibm/juno/core/encoders/EncoderGroup.html    |   267 -
 .../com/ibm/juno/core/encoders/GzipEncoder.html |   116 -
 .../ibm/juno/core/encoders/IdentityEncoder.html |   115 -
 .../juno/core/filter/AnnotationBeanFilter.html  |   135 -
 .../com/ibm/juno/core/filter/BeanFilter.html    |   544 -
 .../ibm/juno/core/filter/Filter.FilterType.html |   206 -
 .../com/ibm/juno/core/filter/Filter.NULL.html   |   206 -
 .../com/ibm/juno/core/filter/Filter.html        |   206 -
 .../juno/core/filter/InterfaceBeanFilter.html   |   107 -
 .../ibm/juno/core/filter/PojoFilter.NULL.html   |   333 -
 .../com/ibm/juno/core/filter/PojoFilter.html    |   333 -
 .../ibm/juno/core/filter/SurrogateFilter.html   |   275 -
 .../ibm/juno/core/filters/BeanStringFilter.html |   107 -
 .../core/filters/ByteArrayBase64Filter.html     |   119 -
 .../core/filters/CalendarFilter.ISO8601DT.html  |   361 -
 .../core/filters/CalendarFilter.ISO8601DTZ.html |   361 -
 .../core/filters/CalendarFilter.Medium.html     |   361 -
 .../core/filters/CalendarFilter.RFC2822D.html   |   361 -
 .../core/filters/CalendarFilter.RFC2822DT.html  |   361 -
 .../core/filters/CalendarFilter.RFC2822DTZ.html |   361 -
 .../core/filters/CalendarFilter.Simple.html     |   361 -
 .../core/filters/CalendarFilter.ToString.html   |   361 -
 .../ibm/juno/core/filters/CalendarFilter.html   |   361 -
 .../juno/core/filters/CalendarLongFilter.html   |   124 -
 .../juno/core/filters/CalendarMapFilter.html    |   132 -
 .../com/ibm/juno/core/filters/ClassFilter.html  |   113 -
 .../juno/core/filters/DateFilter.ISO8601DT.html |   417 -
 .../core/filters/DateFilter.ISO8601DTP.html     |   417 -
 .../core/filters/DateFilter.ISO8601DTPNZ.html   |   417 -
 .../core/filters/DateFilter.ISO8601DTZ.html     |   417 -
 .../core/filters/DateFilter.ISO8601DTZP.html    |   417 -
 .../juno/core/filters/DateFilter.Medium.html    |   417 -
 .../juno/core/filters/DateFilter.RFC2822D.html  |   417 -
 .../juno/core/filters/DateFilter.RFC2822DT.html |   417 -
 .../core/filters/DateFilter.RFC2822DTZ.html     |   417 -
 .../juno/core/filters/DateFilter.Simple.html    |   417 -
 .../juno/core/filters/DateFilter.SimpleP.html   |   417 -
 .../juno/core/filters/DateFilter.ToString.html  |   417 -
 .../com/ibm/juno/core/filters/DateFilter.html   |   417 -
 .../ibm/juno/core/filters/DateLongFilter.html   |   120 -
 .../ibm/juno/core/filters/DateMapFilter.html    |   124 -
 .../juno/core/filters/EnumerationFilter.html    |   107 -
 .../ibm/juno/core/filters/IteratorFilter.html   |   107 -
 .../juno/core/filters/ReaderFilter.Html.html    |   180 -
 .../juno/core/filters/ReaderFilter.Json.html    |   180 -
 .../core/filters/ReaderFilter.PlainText.html    |   180 -
 .../ibm/juno/core/filters/ReaderFilter.Xml.html |   180 -
 .../com/ibm/juno/core/filters/ReaderFilter.html |   180 -
 .../filters/XMLGregorianCalendarFilter.html     |   132 -
 .../juno/core/html/HtmlBeanPropertyMeta.html    |   158 -
 .../com/ibm/juno/core/html/HtmlClassMeta.html   |   160 -
 .../ibm/juno/core/html/HtmlDocSerializer.html   |   234 -
 .../core/html/HtmlDocSerializerProperties.html  |   237 -
 .../com/ibm/juno/core/html/HtmlLink.html        |   117 -
 .../com/ibm/juno/core/html/HtmlParser.html      |   815 --
 .../ibm/juno/core/html/HtmlParserContext.html   |   152 -
 .../juno/core/html/HtmlParserProperties.html    |   124 -
 .../juno/core/html/HtmlSchemaDocSerializer.html |   216 -
 .../ibm/juno/core/html/HtmlSerializer.Sq.html   |   740 -
 .../core/html/HtmlSerializer.SqReadable.html    |   740 -
 .../com/ibm/juno/core/html/HtmlSerializer.html  |   740 -
 .../juno/core/html/HtmlSerializerContext.html   |   188 -
 .../core/html/HtmlSerializerProperties.html     |   185 -
 .../juno/core/html/HtmlSerializerWriter.html    |   401 -
 .../core/html/HtmlStrippedDocSerializer.html    |   127 -
 .../ibm/juno/core/html/SimpleHtmlWriter.html    |   108 -
 .../com/ibm/juno/core/html/annotation/Html.html |   126 -
 .../com/ibm/juno/core/html/dto/HtmlElement.html |    95 -
 .../com/ibm/juno/core/html/dto/Img.html         |   107 -
 .../com/ibm/juno/core/ini/ConfigFile.html       |   861 --
 .../com/ibm/juno/core/ini/ConfigFileFormat.html |    97 -
 .../com/ibm/juno/core/ini/ConfigFileImpl.html   |   812 --
 .../ibm/juno/core/ini/ConfigFileListener.html   |   114 -
 .../ibm/juno/core/ini/ConfigFileWrapped.html    |   345 -
 .../com/ibm/juno/core/ini/ConfigMgr.html        |   384 -
 .../com/ibm/juno/core/ini/ConfigUtils.html      |   162 -
 .../src-html/com/ibm/juno/core/ini/Encoder.html |   107 -
 .../com/ibm/juno/core/ini/EntryListener.html    |   116 -
 .../src-html/com/ibm/juno/core/ini/Section.html |   636 -
 .../com/ibm/juno/core/ini/SectionListener.html  |   131 -
 .../com/ibm/juno/core/ini/XorEncoder.html       |   118 -
 .../com/ibm/juno/core/jena/Constants.html       |   163 -
 .../ibm/juno/core/jena/RdfBeanPropertyMeta.html |   150 -
 .../com/ibm/juno/core/jena/RdfClassMeta.html    |   154 -
 .../ibm/juno/core/jena/RdfCollectionFormat.html |   124 -
 .../com/ibm/juno/core/jena/RdfParser.N3.html    |   590 -
 .../ibm/juno/core/jena/RdfParser.NTriple.html   |   590 -
 .../ibm/juno/core/jena/RdfParser.Turtle.html    |   590 -
 .../com/ibm/juno/core/jena/RdfParser.Xml.html   |   590 -
 .../com/ibm/juno/core/jena/RdfParser.html       |   590 -
 .../ibm/juno/core/jena/RdfParserContext.html    |   245 -
 .../ibm/juno/core/jena/RdfParserProperties.html |   140 -
 .../com/ibm/juno/core/jena/RdfProperties.html   |   487 -
 .../ibm/juno/core/jena/RdfSerializer.N3.html    |   537 -
 .../juno/core/jena/RdfSerializer.NTriple.html   |   537 -
 .../juno/core/jena/RdfSerializer.Turtle.html    |   537 -
 .../ibm/juno/core/jena/RdfSerializer.Xml.html   |   537 -
 .../juno/core/jena/RdfSerializer.XmlAbbrev.html |   537 -
 .../com/ibm/juno/core/jena/RdfSerializer.html   |   537 -
 .../juno/core/jena/RdfSerializerContext.html    |   251 -
 .../juno/core/jena/RdfSerializerProperties.html |   152 -
 .../com/ibm/juno/core/jena/RdfUtils.html        |   159 -
 .../com/ibm/juno/core/jena/annotation/Rdf.html  |   130 -
 .../ibm/juno/core/jena/annotation/RdfNs.html    |   109 -
 .../juno/core/jena/annotation/RdfSchema.html    |   166 -
 .../core/jso/JavaSerializedObjectParser.html    |   127 -
 .../jso/JavaSerializedObjectSerializer.html     |   124 -
 .../com/ibm/juno/core/json/JsonClassMeta.html   |   127 -
 .../com/ibm/juno/core/json/JsonParser.html      |   924 --
 .../ibm/juno/core/json/JsonParserContext.html   |   138 -
 .../juno/core/json/JsonParserProperties.html    |   157 -
 .../juno/core/json/JsonSchemaSerializer.html    |   226 -
 .../juno/core/json/JsonSerializer.Readable.html |   529 -
 .../juno/core/json/JsonSerializer.Simple.html   |   529 -
 .../json/JsonSerializer.SimpleReadable.html     |   529 -
 .../json/JsonSerializer.SimpleReadableSafe.html |   529 -
 .../com/ibm/juno/core/json/JsonSerializer.html  |   529 -
 .../juno/core/json/JsonSerializerContext.html   |   152 -
 .../core/json/JsonSerializerProperties.html     |   163 -
 .../juno/core/json/JsonSerializerWriter.html    |   337 -
 .../com/ibm/juno/core/json/annotation/Json.html |   144 -
 .../ibm/juno/core/parser/InputStreamParser.html |   124 -
 .../ibm/juno/core/parser/ParseException.html    |   160 -
 .../com/ibm/juno/core/parser/Parser.html        |   648 -
 .../com/ibm/juno/core/parser/ParserContext.html |   249 -
 .../com/ibm/juno/core/parser/ParserGroup.html   |   389 -
 .../ibm/juno/core/parser/ParserListener.html    |   112 -
 .../ibm/juno/core/parser/ParserProperties.html  |   141 -
 .../com/ibm/juno/core/parser/ParserReader.html  |   451 -
 .../com/ibm/juno/core/parser/ReaderParser.html  |   466 -
 .../juno/core/plaintext/PlainTextParser.html    |   140 -
 .../core/plaintext/PlainTextSerializer.html     |   138 -
 .../core/serializer/OutputStreamSerializer.html |   123 -
 .../core/serializer/SerializeException.html     |   125 -
 .../ibm/juno/core/serializer/Serializer.html    |   356 -
 .../juno/core/serializer/SerializerContext.html |   655 -
 .../juno/core/serializer/SerializerGroup.html   |   417 -
 .../core/serializer/SerializerProperties.html   |   387 -
 .../juno/core/serializer/SerializerWriter.html  |   385 -
 .../ibm/juno/core/serializer/StringObject.html  |   153 -
 .../juno/core/serializer/WriterSerializer.html  |   240 -
 .../ibm/juno/core/soap/SoapXmlSerializer.html   |   150 -
 .../core/soap/SoapXmlSerializerProperties.html  |    96 -
 .../core/urlencoding/UonParser.Decoding.html    |   937 --
 .../ibm/juno/core/urlencoding/UonParser.html    |   937 --
 .../juno/core/urlencoding/UonParserContext.html |   183 -
 .../core/urlencoding/UonParserProperties.html   |   148 -
 .../juno/core/urlencoding/UonParserReader.html  |   267 -
 .../urlencoding/UonSerializer.Encoding.html     |   604 -
 .../urlencoding/UonSerializer.Readable.html     |   604 -
 .../core/urlencoding/UonSerializer.Simple.html  |   604 -
 .../UonSerializer.SimpleEncoding.html           |   604 -
 .../juno/core/urlencoding/UonSerializer.html    |   604 -
 .../core/urlencoding/UonSerializerContext.html  |   182 -
 .../urlencoding/UonSerializerProperties.html    |   207 -
 .../core/urlencoding/UonSerializerWriter.html   |   340 -
 .../core/urlencoding/UrlEncodingClassMeta.html  |   127 -
 .../core/urlencoding/UrlEncodingParser.html     |   625 -
 .../core/urlencoding/UrlEncodingProperties.html |   154 -
 .../UrlEncodingSerializer.Readable.html         |   562 -
 .../UrlEncodingSerializer.Simple.html           |   562 -
 .../UrlEncodingSerializer.SimpleExpanded.html   |   562 -
 .../core/urlencoding/UrlEncodingSerializer.html |   562 -
 .../urlencoding/annotation/UrlEncoding.html     |   109 -
 .../src-html/com/ibm/juno/core/utils/Args.html  |   329 -
 .../com/ibm/juno/core/utils/ArrayUtils.html     |   345 -
 .../com/ibm/juno/core/utils/AsciiSet.html       |   127 -
 .../com/ibm/juno/core/utils/ByteArrayCache.html |   174 -
 .../juno/core/utils/ByteArrayInOutStream.html   |   100 -
 .../ibm/juno/core/utils/CharSequenceReader.html |   168 -
 .../core/utils/ClassUtils.ClassComparator.html  |   283 -
 .../com/ibm/juno/core/utils/ClassUtils.html     |   283 -
 .../ibm/juno/core/utils/CollectionUtils.html    |   125 -
 .../ibm/juno/core/utils/DelegateBeanMap.html    |   183 -
 .../com/ibm/juno/core/utils/DelegateList.html   |   107 -
 .../com/ibm/juno/core/utils/DelegateMap.html    |   122 -
 .../com/ibm/juno/core/utils/FileUtils.html      |   202 -
 .../com/ibm/juno/core/utils/FilteredMap.html    |   164 -
 .../juno/core/utils/IOPipe.LineProcessor.html   |   280 -
 .../com/ibm/juno/core/utils/IOPipe.html         |   280 -
 .../com/ibm/juno/core/utils/IOUtils.html        |   424 -
 .../com/ibm/juno/core/utils/IdentityList.html   |   117 -
 .../com/ibm/juno/core/utils/KeywordSet.html     |   158 -
 .../com/ibm/juno/core/utils/ManifestFile.html   |   169 -
 .../com/ibm/juno/core/utils/MessageBundle.html  |   377 -
 .../com/ibm/juno/core/utils/MultiIterable.html  |   146 -
 .../com/ibm/juno/core/utils/MultiSet.html       |   179 -
 .../ibm/juno/core/utils/PojoIntrospector.html   |   185 -
 .../com/ibm/juno/core/utils/PojoQuery.html      |  1318 --
 .../com/ibm/juno/core/utils/PojoRest.html       |   915 --
 .../ibm/juno/core/utils/PojoRestException.html  |   128 -
 .../juno/core/utils/ProcBuilder.Matcher.html    |   454 -
 .../com/ibm/juno/core/utils/ProcBuilder.html    |   454 -
 .../ibm/juno/core/utils/ReflectionUtils.html    |   231 -
 .../ibm/juno/core/utils/SafeResourceBundle.html |   204 -
 .../core/utils/SafeResourceMultiBundle.html     |   154 -
 .../com/ibm/juno/core/utils/SimpleMap.html      |   184 -
 .../juno/core/utils/StringBuilderWriter.html    |   167 -
 .../com/ibm/juno/core/utils/StringMapVar.html   |   113 -
 .../com/ibm/juno/core/utils/StringUtils.html    |   991 --
 .../com/ibm/juno/core/utils/StringVar.html      |   109 -
 .../ibm/juno/core/utils/StringVarMultipart.html |   104 -
 .../ibm/juno/core/utils/StringVarResolver.html  |   433 -
 .../juno/core/utils/StringVarWithDefault.html   |   103 -
 .../com/ibm/juno/core/utils/StringVars.html     |   106 -
 .../ibm/juno/core/utils/TeeOutputStream.html    |   231 -
 .../com/ibm/juno/core/utils/TeeWriter.html      |   233 -
 .../com/ibm/juno/core/utils/ThrowableUtils.html |   152 -
 .../src-html/com/ibm/juno/core/utils/Utils.html |   106 -
 .../juno/core/utils/ZipFileList.FileEntry.html  |   208 -
 .../core/utils/ZipFileList.ZipFileEntry.html    |   208 -
 .../com/ibm/juno/core/utils/ZipFileList.html    |   208 -
 .../com/ibm/juno/core/utils/log/JunoLogger.html |   365 -
 .../com/ibm/juno/core/xml/Namespace.html        |   153 -
 .../com/ibm/juno/core/xml/NamespaceFactory.html |   198 -
 .../com/ibm/juno/core/xml/XmlBeanMeta.html      |   197 -
 .../ibm/juno/core/xml/XmlBeanPropertyMeta.html  |   231 -
 .../com/ibm/juno/core/xml/XmlClassMeta.html     |   186 -
 .../juno/core/xml/XmlContentHandler.NULL.html   |   207 -
 .../ibm/juno/core/xml/XmlContentHandler.html    |   207 -
 .../juno/core/xml/XmlDocSerializer.Simple.html  |   134 -
 .../com/ibm/juno/core/xml/XmlDocSerializer.html |   134 -
 .../com/ibm/juno/core/xml/XmlParser.html        |   613 -
 .../com/ibm/juno/core/xml/XmlParserContext.html |   239 -
 .../ibm/juno/core/xml/XmlParserProperties.html  |   316 -
 .../juno/core/xml/XmlSchemaDocSerializer.html   |   122 -
 .../ibm/juno/core/xml/XmlSchemaSerializer.html  |   660 -
 .../ibm/juno/core/xml/XmlSerializer.Simple.html |   799 -
 .../juno/core/xml/XmlSerializer.SimpleSq.html   |   799 -
 .../core/xml/XmlSerializer.SimpleXmlJsonSq.html |   799 -
 .../com/ibm/juno/core/xml/XmlSerializer.Sq.html |   799 -
 .../juno/core/xml/XmlSerializer.SqReadable.html |   799 -
 .../juno/core/xml/XmlSerializer.XmlJson.html    |   799 -
 .../juno/core/xml/XmlSerializer.XmlJsonSq.html  |   799 -
 .../com/ibm/juno/core/xml/XmlSerializer.html    |   799 -
 .../ibm/juno/core/xml/XmlSerializerContext.html |   278 -
 .../juno/core/xml/XmlSerializerProperties.html  |   243 -
 .../ibm/juno/core/xml/XmlSerializerWriter.html  |   735 -
 .../com/ibm/juno/core/xml/XmlUtils.html         |   643 -
 .../com/ibm/juno/core/xml/annotation/Xml.html   |   269 -
 .../ibm/juno/core/xml/annotation/XmlFormat.html |   125 -
 .../com/ibm/juno/core/xml/annotation/XmlNs.html |   109 -
 .../ibm/juno/core/xml/annotation/XmlSchema.html |   166 -
 .../com/ibm/juno/microservice/Microservice.html |   593 -
 .../com/ibm/juno/microservice/Resource.html     |   139 -
 .../ibm/juno/microservice/ResourceGroup.html    |   138 -
 .../com/ibm/juno/microservice/ResourceJena.html |   100 -
 .../ibm/juno/microservice/RestMicroservice.html |   626 -
 .../microservice/resources/ConfigResource.html  |   256 -
 .../DirectoryResource.FileResource.html         |   426 -
 .../resources/DirectoryResource.html            |   426 -
 .../resources/LogEntryFormatter.html            |   329 -
 .../microservice/resources/LogParser.Entry.html |   297 -
 .../juno/microservice/resources/LogParser.html  |   297 -
 .../resources/LogsResource.FileResource.html    |   371 -
 .../microservice/resources/LogsResource.html    |   371 -
 .../resources/SampleRootResource.html           |    99 -
 .../resources/ShutdownResource.html             |   121 -
 .../com/ibm/juno/server/ReaderResource.html     |   168 -
 .../src-html/com/ibm/juno/server/Redirect.html  |   205 -
 .../com/ibm/juno/server/ResponseHandler.html    |   159 -
 .../com/ibm/juno/server/RestConverter.html      |   142 -
 .../com/ibm/juno/server/RestException.html      |   205 -
 .../src-html/com/ibm/juno/server/RestGuard.html |   167 -
 .../com/ibm/juno/server/RestMatcher.html        |   133 -
 .../com/ibm/juno/server/RestRequest.html        |  1815 ---
 .../com/ibm/juno/server/RestResponse.html       |   499 -
 .../com/ibm/juno/server/RestServlet.html        |  3111 ----
 .../com/ibm/juno/server/RestServletDefault.html |   300 -
 .../ibm/juno/server/RestServletException.html   |   116 -
 .../juno/server/RestServletGroupDefault.html    |   111 -
 .../com/ibm/juno/server/RestServletNls.html     |   174 -
 .../ibm/juno/server/RestServletProperties.html  |   216 -
 .../src-html/com/ibm/juno/server/RestUtils.html |   318 -
 .../com/ibm/juno/server/StreamResource.html     |   159 -
 .../com/ibm/juno/server/UrlPathPattern.html     |   229 -
 .../com/ibm/juno/server/annotation/Attr.html    |   142 -
 .../com/ibm/juno/server/annotation/Content.html |   126 -
 .../ibm/juno/server/annotation/HasParam.html    |   163 -
 .../ibm/juno/server/annotation/HasQParam.html   |   129 -
 .../com/ibm/juno/server/annotation/Header.html  |   122 -
 .../com/ibm/juno/server/annotation/Inherit.html |   102 -
 .../ibm/juno/server/annotation/Messages.html    |   120 -
 .../com/ibm/juno/server/annotation/Method.html  |   119 -
 .../com/ibm/juno/server/annotation/Param.html   |   148 -
 .../juno/server/annotation/PathRemainder.html   |   116 -
 .../ibm/juno/server/annotation/Properties.html  |   134 -
 .../ibm/juno/server/annotation/Property.html    |   133 -
 .../com/ibm/juno/server/annotation/QParam.html  |   144 -
 .../ibm/juno/server/annotation/Response.html    |   139 -
 .../ibm/juno/server/annotation/RestMethod.html  |   451 -
 .../juno/server/annotation/RestResource.html    |   505 -
 .../com/ibm/juno/server/annotation/Var.html     |   138 -
 .../ibm/juno/server/annotation/VarCategory.html |   104 -
 .../juno/server/converters/Introspectable.html  |   127 -
 .../ibm/juno/server/converters/Queryable.html   |   169 -
 .../ibm/juno/server/converters/Traversable.html |   135 -
 .../com/ibm/juno/server/jaxrs/BaseProvider.html |   216 -
 .../ibm/juno/server/jaxrs/DefaultProvider.html  |   141 -
 .../com/ibm/juno/server/jaxrs/JunoProvider.html |   157 -
 .../server/jaxrs/rdf/DefaultJenaProvider.html   |   161 -
 .../server/jena/RestServletJenaDefault.html     |   340 -
 .../jena/RestServletJenaGroupDefault.html       |   111 -
 ...BeanDescription.BeanPropertyDescription.html |   141 -
 .../ibm/juno/server/labels/BeanDescription.html |   141 -
 .../labels/ChildResourceDescriptions.html       |   131 -
 .../ibm/juno/server/labels/DefaultLabels.html   |   146 -
 .../labels/MethodDescription.Response.html      |   396 -
 .../juno/server/labels/MethodDescription.html   |   396 -
 .../ibm/juno/server/labels/NameDescription.html |   142 -
 .../juno/server/labels/ParamDescription.html    |   171 -
 .../juno/server/labels/ResourceDescription.html |   176 -
 .../ibm/juno/server/labels/ResourceLink.html    |   136 -
 .../ibm/juno/server/labels/ResourceOptions.html |   350 -
 .../com/ibm/juno/server/labels/Var.html         |   155 -
 .../matchers/MultipartFormDataMatcher.html      |    96 -
 .../server/matchers/UrlEncodedFormMatcher.html  |    96 -
 .../remoteable/RemoteableServiceProperties.html |   107 -
 .../server/remoteable/RemoteableServlet.html    |   222 -
 .../juno/server/response/DefaultHandler.html    |   157 -
 .../server/response/InputStreamHandler.html     |   112 -
 .../ibm/juno/server/response/ReaderHandler.html |   110 -
 .../juno/server/response/RedirectHandler.html   |   118 -
 .../juno/server/response/StreamableHandler.html |   121 -
 .../juno/server/response/WritableHandler.html   |   121 -
 .../response/ZipFileListResponseHandler.html    |   130 -
 com.ibm.team.juno.releng/build/juno-all-5.2.jar |   Bin 951955 -> 0 bytes
 .../build/juno-javadocs.war                     |   Bin 9723290 -> 0 bytes
 .../build/juno-samples-5.2.jar                  |   Bin 98214 -> 0 bytes
 .../build/juno-samples-5.2.war                  |   Bin 9394505 -> 0 bytes
 .../build/juno-samples-fat-5.2.jar              |   Bin 11368566 -> 0 bytes
 .../build/logs/sample.0.log                     |     0
 .../build/logs/sample.0.log.1                   |     1 -
 .../build/logs/sample.0.log.lck                 |     0
 .../build/microservice-project-5.2.zip          |   Bin 3989612 -> 0 bytes
 .../build/microservice-project/.classpath       |    16 -
 .../build/microservice-project/.project         |    17 -
 .../microservice-project/META-INF/MANIFEST.MF   |    18 -
 .../build/microservice-project/build.properties |    15 -
 .../build/microservice-project/build.xml        |    50 -
 .../lib/commons-codec-1.9.jar                   |   Bin 263965 -> 0 bytes
 .../microservice-project/lib/commons-io-1.2.jar |   Bin 65621 -> 0 bytes
 .../lib/commons-logging-1.1.1.jar               |   Bin 60686 -> 0 bytes
 .../microservice-project/lib/httpclient-4.5.jar |   Bin 727567 -> 0 bytes
 .../microservice-project/lib/httpcore-4.4.1.jar |   Bin 322234 -> 0 bytes
 .../microservice-project/lib/httpmime-4.5.jar   |   Bin 40692 -> 0 bytes
 .../lib/javax.servlet-api-3.0.jar               |   Bin 85353 -> 0 bytes
 .../lib/jetty-all-8.1.0.jar                     |   Bin 1774672 -> 0 bytes
 .../microservice-project/lib/juno-all-5.2.jar   |   Bin 951955 -> 0 bytes
 .../lib/org.apache.commons.fileupload_1.3.1.jar |   Bin 69002 -> 0 bytes
 .../microservice-project.launch                 |    11 -
 .../build/microservice-project/microservice.cfg |   190 -
 .../microservice/sample/HelloWorldResource.java |    29 -
 .../juno/microservice/sample/RootResources.java |    35 -
 .../microservice/sample/nls/Messages.properties |    14 -
 .../build/microservice-samples-project-5.2.zip  |   Bin 8826214 -> 0 bytes
 .../microservice-samples-project/.classpath     |    22 -
 .../build/microservice-samples-project/.project |    17 -
 .../META-INF/MANIFEST.MF                        |    21 -
 .../build.properties                            |    15 -
 .../microservice-samples-project/build.xml      |    50 -
 .../lib/commons-codec-1.9.jar                   |   Bin 263965 -> 0 bytes
 .../lib/commons-io-1.2.jar                      |   Bin 65621 -> 0 bytes
 .../lib/commons-logging-1.1.1.jar               |   Bin 60686 -> 0 bytes
 .../microservice-samples-project/lib/derby.jar  |   Bin 2838580 -> 0 bytes
 .../lib/httpclient-4.5.jar                      |   Bin 727567 -> 0 bytes
 .../lib/httpcore-4.4.1.jar                      |   Bin 322234 -> 0 bytes
 .../lib/httpmime-4.5.jar                        |   Bin 40692 -> 0 bytes
 .../lib/javax.servlet-api-3.0.jar               |   Bin 85353 -> 0 bytes
 .../lib/jena-core-2.7.1.jar                     |   Bin 1727026 -> 0 bytes
 .../lib/jena-iri-0.9.2.jar                      |   Bin 136437 -> 0 bytes
 .../lib/jetty-all-8.1.0.jar                     |   Bin 1774672 -> 0 bytes
 .../lib/juno-all-5.2.jar                        |   Bin 951955 -> 0 bytes
 .../lib/log4j-1.2.16.jar                        |   Bin 481535 -> 0 bytes
 .../lib/org.apache.commons.fileupload_1.3.1.jar |   Bin 69002 -> 0 bytes
 .../lib/slf4j-api-1.6.4.jar                     |   Bin 25962 -> 0 bytes
 .../lib/slf4j-log4j12-1.6.4.jar                 |   Bin 9748 -> 0 bytes
 .../microservice-samples-project.launch         |    11 -
 .../microservice-samples-project/samples.cfg    |   130 -
 .../ibm/juno/samples/addressbook/Address.java   |    49 -
 .../juno/samples/addressbook/AddressBook.java   |    98 -
 .../juno/samples/addressbook/CreateAddress.java |    37 -
 .../juno/samples/addressbook/CreatePerson.java  |    40 -
 .../juno/samples/addressbook/IAddressBook.java  |    41 -
 .../ibm/juno/samples/addressbook/Person.java    |    68 -
 .../juno/samples/addressbook/package-info.java  |    31 -
 .../ibm/juno/samples/addressbook/package.html   |    27 -
 .../com/ibm/juno/server/samples/AdminGuard.java |    22 -
 .../juno/server/samples/AtomFeedResource.java   |   103 -
 .../server/samples/CodeFormatterResource.html   |    48 -
 .../server/samples/CodeFormatterResource.java   |    46 -
 .../com/ibm/juno/server/samples/Constants.java  |    25 -
 .../juno/server/samples/DirectoryResource.java  |   231 -
 .../server/samples/DockerRegistryResource.java  |    68 -
 .../juno/server/samples/HelloWorldResource.java |    34 -
 .../juno/server/samples/JsonSchemaResource.java |    70 -
 .../server/samples/MethodExampleResource.java   |    87 -
 .../ibm/juno/server/samples/PhotosResource.java |   140 -
 .../server/samples/RequestEchoResource.java     |    55 -
 .../ibm/juno/server/samples/RootResources.java  |    50 -
 .../server/samples/SampleRemoteableServlet.java |    53 -
 .../ibm/juno/server/samples/SourceResource.java |   110 -
 .../juno/server/samples/SqlQueryResource.html   |    51 -
 .../juno/server/samples/SqlQueryResource.java   |   124 -
 .../juno/server/samples/TempDirResource.java    |    74 -
 .../juno/server/samples/TempDirUploadPage.html  |    27 -
 .../server/samples/TumblrParserResource.java    |    77 -
 .../ibm/juno/server/samples/UrlEncodedForm.html |    55 -
 .../server/samples/UrlEncodedFormResource.java  |    49 -
 .../addressbook/AddressBookResource.java        |   329 -
 .../server/samples/addressbook/ClientTest.java  |    99 -
 .../nls/AddressBookResource.properties          |    71 -
 .../ibm/juno/server/samples/averycutedog.jpg    |   Bin 40879 -> 0 bytes
 .../server/samples/htdocs/code-highlighting.css |   124 -
 .../samples/nls/AtomFeedResource.properties     |    16 -
 .../nls/CodeFormatterResource.properties        |    13 -
 .../samples/nls/HelloWorldResource.properties   |    14 -
 .../samples/nls/JsonSchemaResource.properties   |    15 -
 .../nls/MethodExampleResource.properties        |    32 -
 .../samples/nls/PhotosResource.properties       |    19 -
 .../samples/nls/RequestEchoResource.properties  |    14 -
 .../server/samples/nls/RootResources.properties |    13 -
 .../nls/SampleRemoteableServlet.properties      |    12 -
 .../samples/nls/SourceResource.properties       |    14 -
 .../samples/nls/SqlQueryResource.properties     |    14 -
 .../samples/nls/TempDirResource.properties      |    13 -
 .../samples/nls/TumblrParserResource.properties |    14 -
 .../nls/UrlEncodedFormResource.properties       |    17 -
 com.ibm.team.juno.releng/build/samples.cfg      |   130 -
 .../source/com.ibm.team.juno.client_5.2.0.0.jar |   Bin 110656 -> 0 bytes
 .../com.ibm.team.juno.microservice_5.2.0.0.jar  |   Bin 312404 -> 0 bytes
 .../source/com.ibm.team.juno.server_5.2.0.0.jar |   Bin 1036509 -> 0 bytes
 .../build/source/com.ibm.team.juno_5.2.0.0.jar  |   Bin 5328404 -> 0 bytes
 .../build/source/juno-all-5.2.jar               |   Bin 6785027 -> 0 bytes
 .../build/source/juno-samples-5.2_src.jar       |   Bin 132231 -> 0 bytes
 .../build/test/jacoco/jacoco.exec               |   Bin 72411 -> 65284 bytes
 .../build/test/jacoco/jacoco2.exec              |   Bin 19071 -> 2920 bytes
 .../build/test/jacoco/jacoco3.exec              |   Bin 22381 -> 24058 bytes
 .../test/jacoco/results/.resources/branchfc.gif |   Bin
 .../test/jacoco/results/.resources/branchnc.gif |   Bin
 .../test/jacoco/results/.resources/branchpc.gif |   Bin
 .../test/jacoco/results/.resources/bundle.gif   |   Bin
 .../test/jacoco/results/.resources/class.gif    |   Bin
 .../test/jacoco/results/.resources/down.gif     |   Bin
 .../test/jacoco/results/.resources/greenbar.gif |   Bin
 .../test/jacoco/results/.resources/group.gif    |   Bin
 .../test/jacoco/results/.resources/method.gif   |   Bin
 .../test/jacoco/results/.resources/package.gif  |   Bin
 .../test/jacoco/results/.resources/prettify.css |     0
 .../test/jacoco/results/.resources/prettify.js  |     0
 .../test/jacoco/results/.resources/redbar.gif   |   Bin
 .../test/jacoco/results/.resources/report.css   |     0
 .../test/jacoco/results/.resources/report.gif   |   Bin
 .../test/jacoco/results/.resources/session.gif  |   Bin
 .../test/jacoco/results/.resources/sort.gif     |   Bin
 .../test/jacoco/results/.resources/sort.js      |     0
 .../test/jacoco/results/.resources/source.gif   |   Bin
 .../build/test/jacoco/results/.resources/up.gif |   Bin
 .../build/test/jacoco/results/.sessions.html    |     2 +-
 .../build/test/jacoco/results/Client/index.html |     2 +-
 .../build/test/jacoco/results/Core/index.html   |     2 +-
 .../build/test/jacoco/results/Server/index.html |     2 +-
 .../build/test/jacoco/results/index.html        |     2 +-
 .../build/test/jacoco/results/report.csv        |     2 +-
 .../build/test/jacoco/results/report.xml        |     2 +-
 .../TEST-com.ibm.juno.core.test.AllTests.xml    |  3000 ----
 .../TEST-com.ibm.juno.server.tests.AllTests.xml |   296 -
 .../build/test/juno-core-test-5.2.jar           |   Bin 702694 -> 0 bytes
 .../build/test/juno-server-test-5.2.jar         |   Bin 11460809 -> 0 bytes
 .../build/test/juno-server-test.cfg             |    97 -
 .../build/test/logs/test.0.log                  |     1 +
 .../build/test/logs/test.0.log.1                |     1 -
 .../build/test/logs/test.0.log.lck              |     0
 com.ibm.team.juno.releng/javadoc.css            |    16 +-
 .../juno-code-templates.xml                     |    55 -
 com.ibm.team.juno.releng/misc/web.xml           |    22 +-
 .../old_source/juno-src-5.0.0.09.zip            |   Bin 804229 -> 0 bytes
 .../old_source/juno-src-5.0.0.10.zip            |   Bin 810103 -> 0 bytes
 .../old_source/juno-src-5.0.0.11.zip            |   Bin 814731 -> 0 bytes
 .../old_source/juno-src-5.0.0.12.zip            |   Bin 817880 -> 0 bytes
 .../old_source/juno-src-5.0.0.13.zip            |   Bin 820063 -> 0 bytes
 .../old_source/juno-src-5.0.0.14.zip            |   Bin 836407 -> 0 bytes
 .../old_source/juno-src-5.0.0.15.zip            |   Bin 852057 -> 0 bytes
 .../old_source/juno-src-5.0.0.16.zip            |   Bin 853498 -> 0 bytes
 .../old_source/juno-src-5.0.0.17.zip            |   Bin 851934 -> 0 bytes
 .../old_source/juno-src-5.0.0.18.zip            |   Bin 881739 -> 0 bytes
 .../old_source/juno-src-5.0.0.19.zip            |   Bin 909299 -> 0 bytes
 .../old_source/juno-src-5.0.0.20.zip            |   Bin 926858 -> 0 bytes
 .../old_source/juno-src-5.0.0.21.zip            |   Bin 928025 -> 0 bytes
 .../old_source/juno-src-5.0.0.22.zip            |   Bin 933600 -> 0 bytes
 .../old_source/juno-src-5.0.0.23.zip            |   Bin 930812 -> 0 bytes
 .../old_source/juno-src-5.0.0.24.zip            |   Bin 983721 -> 0 bytes
 .../old_source/juno-src-5.0.0.25.zip            |   Bin 992366 -> 0 bytes
 .../old_source/juno-src-5.0.0.26.zip            |   Bin 995456 -> 0 bytes
 .../old_source/juno-src-5.0.0.27.zip            |   Bin 1000561 -> 0 bytes
 .../old_source/juno-src-5.0.0.28.zip            |   Bin 1001312 -> 0 bytes
 .../old_source/juno-src-5.0.0.29.zip            |   Bin 1039557 -> 0 bytes
 .../old_source/juno-src-5.0.0.30.zip            |   Bin 1040672 -> 0 bytes
 .../old_source/juno-src-5.0.0.31.zip            |   Bin 1033628 -> 0 bytes
 .../old_source/juno-src-5.0.0.32.zip            |   Bin 1059551 -> 0 bytes
 .../old_source/juno-src-5.0.0.33.zip            |   Bin 1066794 -> 0 bytes
 .../old_source/juno-src-5.0.0.34.zip            |   Bin 1085317 -> 0 bytes
 .../old_source/juno-src-5.0.0.35.zip            |   Bin 1085904 -> 0 bytes
 .../old_source/juno-src-5.0.0.36.zip            |   Bin 1091696 -> 0 bytes
 .../old_source/juno-src-5.1.0.0.zip             |   Bin 1136233 -> 0 bytes
 .../old_source/juno-src-5.1.0.1.zip             |   Bin 1139789 -> 0 bytes
 .../old_source/juno-src-5.1.0.10.zip            |   Bin 942855 -> 0 bytes
 .../old_source/juno-src-5.1.0.11.zip            |   Bin 2361666 -> 0 bytes
 .../old_source/juno-src-5.1.0.12.zip            |   Bin 2364030 -> 0 bytes
 .../old_source/juno-src-5.1.0.2.zip             |   Bin 1141935 -> 0 bytes
 .../old_source/juno-src-5.1.0.3.zip             |   Bin 1162075 -> 0 bytes
 .../old_source/juno-src-5.1.0.6.zip             |   Bin 1196915 -> 0 bytes
 .../old_source/juno-src-5.1.0.7.zip             |   Bin 1211726 -> 0 bytes
 .../old_source/juno-src-5.1.0.8.zip             |   Bin 1215884 -> 0 bytes
 .../old_source/juno-src-5.1.0.9.zip             |   Bin 920834 -> 0 bytes
 .../old_source/juno-src-client-5.1.0.10.zip     |   Bin 52714 -> 0 bytes
 .../old_source/juno-src-client-5.1.0.11.zip     |   Bin 63070 -> 0 bytes
 .../old_source/juno-src-client-5.1.0.12.zip     |   Bin 64233 -> 0 bytes
 .../old_source/juno-src-client-5.1.0.9.zip      |   Bin 51761 -> 0 bytes
 .../old_source/juno-src-server-5.1.0.10.zip     |   Bin 1200138 -> 0 bytes
 .../old_source/juno-src-server-5.1.0.11.zip     |   Bin 3684902 -> 0 bytes
 .../old_source/juno-src-server-5.1.0.9.zip      |   Bin 1173952 -> 0 bytes
 com.ibm.team.juno.samples/.classpath            |    40 +-
 com.ibm.team.juno.samples/.project              |     8 +-
 com.ibm.team.juno.samples/META-INF/MANIFEST.MF  |     6 +-
 .../OSGI-INF/l10n/plugin.properties             |    22 +-
 .../ibm/juno/samples/addressbook/Address.class  |   Bin 1818 -> 0 bytes
 .../juno/samples/addressbook/AddressBook.class  |   Bin 3951 -> 0 bytes
 .../samples/addressbook/CreateAddress.class     |   Bin 1001 -> 0 bytes
 .../juno/samples/addressbook/CreatePerson.class |   Bin 1333 -> 0 bytes
 .../juno/samples/addressbook/IAddressBook.class |   Bin 716 -> 0 bytes
 .../ibm/juno/samples/addressbook/Person.class   |   Bin 3194 -> 0 bytes
 .../juno/samples/addressbook/package-info.class |   Bin 689 -> 0 bytes
 .../ibm/juno/samples/addressbook/package.html   |    27 -
 .../ibm/juno/server/samples/AdminGuard.class    |   Bin 492 -> 0 bytes
 .../juno/server/samples/AtomFeedResource.class  |   Bin 5588 -> 0 bytes
 .../server/samples/CodeFormatterResource.class  |   Bin 1840 -> 0 bytes
 .../server/samples/CodeFormatterResource.html   |    48 -
 .../com/ibm/juno/server/samples/Constants.class |   Bin 695 -> 0 bytes
 .../DirectoryResource$FileResource.class        |   Bin 2293 -> 0 bytes
 .../juno/server/samples/DirectoryResource.class |   Bin 7713 -> 0 bytes
 .../DockerRegistryResource$DockerImage.class    |   Bin 530 -> 0 bytes
 .../DockerRegistryResource$QueryResults.class   |   Bin 770 -> 0 bytes
 .../server/samples/DockerRegistryResource.class |   Bin 3443 -> 0 bytes
 .../server/samples/HelloWorldResource.class     |   Bin 936 -> 0 bytes
 .../server/samples/JsonSchemaResource.class     |   Bin 3048 -> 0 bytes
 .../server/samples/MethodExampleResource.class  |   Bin 4012 -> 0 bytes
 .../samples/PhotosResource$ImageParser.class    |   Bin 1434 -> 0 bytes
 .../PhotosResource$ImageSerializer.class        |   Bin 1629 -> 0 bytes
 .../server/samples/PhotosResource$Photo.class   |   Bin 932 -> 0 bytes
 .../juno/server/samples/PhotosResource.class    |   Bin 4371 -> 0 bytes
 .../server/samples/RequestEchoResource.class    |   Bin 1866 -> 0 bytes
 .../ibm/juno/server/samples/RootResources.class |   Bin 1812 -> 0 bytes
 .../samples/SampleRemoteableServlet.class       |   Bin 1921 -> 0 bytes
 .../server/samples/SourceResource$Source.class  |   Bin 2366 -> 0 bytes
 .../juno/server/samples/SourceResource.class    |   Bin 3870 -> 0 bytes
 .../samples/SqlQueryResource$PostInput.class    |   Bin 550 -> 0 bytes
 .../juno/server/samples/SqlQueryResource.class  |   Bin 5699 -> 0 bytes
 .../juno/server/samples/SqlQueryResource.html   |    51 -
 ...mpDirResource$MultipartFormDataMatcher.class |   Bin 937 -> 0 bytes
 .../juno/server/samples/TempDirResource.class   |   Bin 3429 -> 0 bytes
 .../juno/server/samples/TempDirUploadPage.html  |    27 -
 .../samples/TumblrParserResource$Entry.class    |   Bin 519 -> 0 bytes
 .../server/samples/TumblrParserResource.class   |   Bin 4503 -> 0 bytes
 .../ibm/juno/server/samples/UrlEncodedForm.html |    55 -
 .../UrlEncodedFormResource$FormInputBean.class  |   Bin 733 -> 0 bytes
 .../server/samples/UrlEncodedFormResource.class |   Bin 1592 -> 0 bytes
 .../addressbook/AddressBookResource$1.class     |   Bin 1452 -> 0 bytes
 .../AddressBookResource$Options.class           |   Bin 1519 -> 0 bytes
 .../addressbook/AddressBookResource.class       |   Bin 10078 -> 0 bytes
 .../server/samples/addressbook/ClientTest.class |   Bin 5299 -> 0 bytes
 .../nls/AddressBookResource.properties          |    71 -
 .../ibm/juno/server/samples/averycutedog.jpg    |   Bin 40879 -> 0 bytes
 .../server/samples/htdocs/code-highlighting.css |   124 -
 .../samples/nls/AtomFeedResource.properties     |    16 -
 .../nls/CodeFormatterResource.properties        |    13 -
 .../samples/nls/HelloWorldResource.properties   |    14 -
 .../samples/nls/JsonSchemaResource.properties   |    15 -
 .../nls/MethodExampleResource.properties        |    32 -
 .../samples/nls/PhotosResource.properties       |    19 -
 .../samples/nls/RequestEchoResource.properties  |    14 -
 .../server/samples/nls/RootResources.properties |    13 -
 .../nls/SampleRemoteableServlet.properties      |    12 -
 .../samples/nls/SourceResource.properties       |    14 -
 .../samples/nls/SqlQueryResource.properties     |    14 -
 .../samples/nls/TempDirResource.properties      |    13 -
 .../samples/nls/TumblrParserResource.properties |    14 -
 .../nls/UrlEncodedFormResource.properties       |    17 -
 com.ibm.team.juno.samples/build.properties      |    26 +-
 com.ibm.team.juno.samples/juno-samples.launch   |    10 -
 com.ibm.team.juno.samples/lib/.jazzignore       |     2 +-
 .../project-root/.classpath                     |    22 -
 com.ibm.team.juno.samples/project-root/.project |    17 -
 .../project-root/build.properties               |    15 -
 .../project-root/build.xml                      |    50 -
 .../microservice-samples-project.launch         |    11 -
 com.ibm.team.juno.samples/samples.cfg           |     4 +-
 .../ibm/juno/samples/addressbook/Address.java   |    49 -
 .../juno/samples/addressbook/AddressBook.java   |    98 -
 .../juno/samples/addressbook/CreateAddress.java |    37 -
 .../juno/samples/addressbook/CreatePerson.java  |    40 -
 .../juno/samples/addressbook/IAddressBook.java  |    41 -
 .../ibm/juno/samples/addressbook/Person.java    |    68 -
 .../juno/samples/addressbook/package-info.java  |    31 -
 .../ibm/juno/samples/addressbook/package.html   |    27 -
 .../com/ibm/juno/server/samples/AdminGuard.java |    22 -
 .../juno/server/samples/AtomFeedResource.java   |   103 -
 .../server/samples/CodeFormatterResource.html   |    48 -
 .../server/samples/CodeFormatterResource.java   |    46 -
 .../com/ibm/juno/server/samples/Constants.java  |    25 -
 .../juno/server/samples/DirectoryResource.java  |   231 -
 .../server/samples/DockerRegistryResource.java  |    84 -
 .../juno/server/samples/HelloWorldResource.java |    34 -
 .../juno/server/samples/JsonSchemaResource.java |    70 -
 .../server/samples/MethodExampleResource.java   |    87 -
 .../ibm/juno/server/samples/PhotosResource.java |   140 -
 .../server/samples/RequestEchoResource.java     |    55 -
 .../ibm/juno/server/samples/RootResources.java  |    50 -
 .../server/samples/SampleRemoteableServlet.java |    53 -
 .../ibm/juno/server/samples/SourceResource.java |   110 -
 .../juno/server/samples/SqlQueryResource.html   |    51 -
 .../juno/server/samples/SqlQueryResource.java   |   124 -
 .../juno/server/samples/TempDirResource.java    |    74 -
 .../juno/server/samples/TempDirUploadPage.html  |    27 -
 .../server/samples/TumblrParserResource.java    |    81 -
 .../ibm/juno/server/samples/UrlEncodedForm.html |    55 -
 .../server/samples/UrlEncodedFormResource.java  |    49 -
 .../addressbook/AddressBookResource.java        |   329 -
 .../server/samples/addressbook/ClientTest.java  |   103 -
 .../nls/AddressBookResource.properties          |    71 -
 .../ibm/juno/server/samples/averycutedog.jpg    |   Bin 40879 -> 0 bytes
 .../server/samples/htdocs/code-highlighting.css |   124 -
 .../samples/nls/AtomFeedResource.properties     |    16 -
 .../nls/CodeFormatterResource.properties        |    13 -
 .../samples/nls/HelloWorldResource.properties   |    14 -
 .../samples/nls/JsonSchemaResource.properties   |    15 -
 .../nls/MethodExampleResource.properties        |    32 -
 .../samples/nls/PhotosResource.properties       |    19 -
 .../samples/nls/RequestEchoResource.properties  |    14 -
 .../server/samples/nls/RootResources.properties |    13 -
 .../nls/SampleRemoteableServlet.properties      |    12 -
 .../samples/nls/SourceResource.properties       |    14 -
 .../samples/nls/SqlQueryResource.properties     |    14 -
 .../samples/nls/TempDirResource.properties      |    13 -
 .../samples/nls/TumblrParserResource.properties |    14 -
 .../nls/UrlEncodedFormResource.properties       |    17 -
 .../juneau/samples/addressbook/Address.java     |    53 +
 .../juneau/samples/addressbook/AddressBook.java |   102 +
 .../samples/addressbook/CreateAddress.java      |    41 +
 .../samples/addressbook/CreatePerson.java       |    44 +
 .../samples/addressbook/IAddressBook.java       |    45 +
 .../juneau/samples/addressbook/Person.java      |    72 +
 .../samples/addressbook/package-info.java       |    35 +
 .../juneau/samples/addressbook/package.html     |    27 +
 .../juneau/server/samples/AdminGuard.java       |    26 +
 .../juneau/server/samples/AtomFeedResource.java |   106 +
 .../server/samples/CodeFormatterResource.html   |    48 +
 .../server/samples/CodeFormatterResource.java   |    50 +
 .../apache/juneau/server/samples/Constants.java |    29 +
 .../server/samples/DirectoryResource.java       |   234 +
 .../server/samples/DockerRegistryResource.java  |    88 +
 .../server/samples/HelloWorldResource.java      |    38 +
 .../server/samples/JsonSchemaResource.java      |    74 +
 .../server/samples/MethodExampleResource.java   |    91 +
 .../juneau/server/samples/PhotosResource.java   |   142 +
 .../server/samples/RequestEchoResource.java     |    58 +
 .../juneau/server/samples/RootResources.java    |    54 +
 .../server/samples/SampleRemoteableServlet.java |    57 +
 .../juneau/server/samples/SourceResource.java   |   114 +
 .../juneau/server/samples/SqlQueryResource.html |    51 +
 .../juneau/server/samples/SqlQueryResource.java |   128 +
 .../juneau/server/samples/TempDirResource.java  |    77 +
 .../server/samples/TempDirUploadPage.html       |    34 +
 .../server/samples/TumblrParserResource.java    |    87 +
 .../juneau/server/samples/UrlEncodedForm.html   |    62 +
 .../server/samples/UrlEncodedFormResource.java  |    53 +
 .../addressbook/AddressBookResource.java        |   331 +
 .../server/samples/addressbook/ClientTest.java  |   107 +
 .../nls/AddressBookResource.properties          |    74 +
 .../juneau/server/samples/averycutedog.jpg      |   Bin 0 -> 40879 bytes
 .../server/samples/htdocs/code-highlighting.css |   124 +
 .../samples/nls/AtomFeedResource.properties     |    21 +
 .../nls/CodeFormatterResource.properties        |    18 +
 .../samples/nls/HelloWorldResource.properties   |    19 +
 .../samples/nls/JsonSchemaResource.properties   |    20 +
 .../nls/MethodExampleResource.properties        |    37 +
 .../samples/nls/PhotosResource.properties       |    24 +
 .../samples/nls/RequestEchoResource.properties  |    19 +
 .../server/samples/nls/RootResources.properties |    18 +
 .../nls/SampleRemoteableServlet.properties      |    17 +
 .../samples/nls/SourceResource.properties       |    19 +
 .../samples/nls/SqlQueryResource.properties     |    19 +
 .../samples/nls/TempDirResource.properties      |    18 +
 .../samples/nls/TumblrParserResource.properties |    19 +
 .../nls/UrlEncodedFormResource.properties       |    22 +
 .../server/samples/CT_AddressBookResource.java  |   231 +
 .../samples/CT_AddressBookResource_test0.json   |    14 +
 .../juneau/server/samples/CT_RootResources.java |   146 +
 .../CT_SampleRemoteableServicesResource.java    |    69 +
 .../samples/CT_TestMultiPartFormPosts.java      |    47 +
 .../server/samples/SamplesRestClient.java       |    69 +
 com.ibm.team.juno.samples/war/web.xml           |    28 +-
 com.ibm.team.juno.server.test/.classpath        |    37 +-
 com.ibm.team.juno.server.test/.project          |     8 +-
 .../.settings/org.eclipse.core.resources.prefs  |     2 -
 .../.settings/org.eclipse.jdt.ui.prefs          |     6 +-
 .../META-INF/MANIFEST.MF                        |    10 +-
 .../OSGI-INF/l10n/plugin.properties             |    23 +-
 .../bin/com/ibm/juno/server/test/DTOs$A.class   |   Bin 613 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$1.class |   Bin 629 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$B$10.class    |   Bin 850 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$2.class |   Bin 688 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$3.class |   Bin 690 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$4.class |   Bin 729 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$5.class |   Bin 848 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$6.class |   Bin 629 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$7.class |   Bin 688 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$8.class |   Bin 690 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B$9.class |   Bin 729 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$B.class   |   Bin 5213 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$1.class |   Bin 629 -> 0 bytes
 .../com/ibm/juno/server/test/DTOs$C$10.class    |   Bin 850 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$2.class |   Bin 688 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$3.class |   Bin 690 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$4.class |   Bin 729 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$5.class |   Bin 848 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$6.class |   Bin 629 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$7.class |   Bin 688 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$8.class |   Bin 690 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C$9.class |   Bin 729 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs$C.class   |   Bin 2519 -> 0 bytes
 .../bin/com/ibm/juno/server/test/DTOs.class     |   Bin 457 -> 0 bytes
 .../bin/com/ibm/juno/server/test/Root.class     |   Bin 2839 -> 0 bytes
 .../test/TestAcceptCharset$TestParser.class     |   Bin 1489 -> 0 bytes
 .../test/TestAcceptCharset$TestSerializer.class |   Bin 1624 -> 0 bytes
 .../juno/server/test/TestAcceptCharset.class    |   Bin 1565 -> 0 bytes
 .../server/test/TestBeanContextProperties.class |   Bin 1846 -> 0 bytes
 .../juno/server/test/TestCallbackStrings.class  |   Bin 2513 -> 0 bytes
 .../test/TestCharsetEncodings$ASerializer.class |   Bin 1130 -> 0 bytes
 .../test/TestCharsetEncodings$CtParser.class    |   Bin 1335 -> 0 bytes
 .../juno/server/test/TestCharsetEncodings.class |   Bin 1736 -> 0 bytes
 .../com/ibm/juno/server/test/TestConfig.class   |   Bin 1893 -> 0 bytes
 .../com/ibm/juno/server/test/TestContent.class  |   Bin 2798 -> 0 bytes
 .../TestDefaultContentTypes$DummyParser.class   |   Bin 1397 -> 0 bytes
 ...estDefaultContentTypes$DummySerializer.class |   Bin 1522 -> 0 bytes
 .../test/TestDefaultContentTypes$P1.class       |   Bin 711 -> 0 bytes
 .../test/TestDefaultContentTypes$P2.class       |   Bin 711 -> 0 bytes
 .../test/TestDefaultContentTypes$P3.class       |   Bin 711 -> 0 bytes
 .../test/TestDefaultContentTypes$S1.class       |   Bin 723 -> 0 bytes
 .../test/TestDefaultContentTypes$S2.class       |   Bin 723 -> 0 bytes
 .../test/TestDefaultContentTypes$S3.class       |   Bin 723 -> 0 bytes
 .../server/test/TestDefaultContentTypes.class   |   Bin 3183 -> 0 bytes
 .../test/TestErrorConditions$NeverMatcher.class |   Bin 628 -> 0 bytes
 .../server/test/TestErrorConditions$Test1.class |   Bin 467 -> 0 bytes
 .../server/test/TestErrorConditions$Test2.class |   Bin 450 -> 0 bytes
 .../test/TestErrorConditions$Test3a.class       |   Bin 453 -> 0 bytes
 .../test/TestErrorConditions$Test3b.class       |   Bin 569 -> 0 bytes
 .../test/TestErrorConditions$Test3b1.class      |   Bin 439 -> 0 bytes
 .../test/TestErrorConditions$Test3c.class       |   Bin 712 -> 0 bytes
 .../juno/server/test/TestErrorConditions.class  |   Bin 3771 -> 0 bytes
 .../ibm/juno/server/test/TestFilters$A.class    |   Bin 406 -> 0 bytes
 .../juno/server/test/TestFilters$FilterA1.class |   Bin 2171 -> 0 bytes
 .../juno/server/test/TestFilters$FilterA2.class |   Bin 2171 -> 0 bytes
 .../juno/server/test/TestFilters$FilterA3.class |   Bin 2171 -> 0 bytes
 .../com/ibm/juno/server/test/TestFilters.class  |   Bin 2162 -> 0 bytes
 .../juno/server/test/TestFiltersParent.class    |   Bin 568 -> 0 bytes
 .../juno/server/test/TestGroups$PParser.class   |   Bin 1306 -> 0 bytes
 .../server/test/TestGroups$SSerializer.class    |   Bin 1218 -> 0 bytes
 .../com/ibm/juno/server/test/TestGroups.class   |   Bin 1772 -> 0 bytes
 .../juno/server/test/TestGzip$MyEncoder.class   |   Bin 562 -> 0 bytes
 .../juno/server/test/TestGzip$TestGzipOff.class |   Bin 1195 -> 0 bytes
 .../juno/server/test/TestGzip$TestGzipOn.class  |   Bin 2572 -> 0 bytes
 .../bin/com/ibm/juno/server/test/TestGzip.class |   Bin 535 -> 0 bytes
 .../test/TestInheritance$DummyParser.class      |   Bin 1121 -> 0 bytes
 .../test/TestInheritance$DummySerializer.class  |   Bin 1015 -> 0 bytes
 .../juno/server/test/TestInheritance$E1.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$E2.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$E3.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$E4.class   |   Bin 567 -> 0 bytes
 .../juno/server/test/TestInheritance$F1.class   |   Bin 1017 -> 0 bytes
 .../juno/server/test/TestInheritance$F2.class   |   Bin 1017 -> 0 bytes
 .../juno/server/test/TestInheritance$F3.class   |   Bin 1017 -> 0 bytes
 .../juno/server/test/TestInheritance$Foo1.class |   Bin 510 -> 0 bytes
 .../juno/server/test/TestInheritance$Foo2.class |   Bin 510 -> 0 bytes
 .../juno/server/test/TestInheritance$Foo3.class |   Bin 510 -> 0 bytes
 .../juno/server/test/TestInheritance$P1.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P2.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P3.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P4.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$P5.class   |   Bin 574 -> 0 bytes
 .../juno/server/test/TestInheritance$S1.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S2.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S3.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S4.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$S5.class   |   Bin 582 -> 0 bytes
 .../juno/server/test/TestInheritance$Sub.class  |   Bin 1116 -> 0 bytes
 .../test/TestInheritance$TestEncoders.class     |   Bin 1291 -> 0 bytes
 .../test/TestInheritance$TestFilters.class      |   Bin 1906 -> 0 bytes
 .../test/TestInheritance$TestParsers.class      |   Bin 1626 -> 0 bytes
 .../test/TestInheritance$TestProperties.class   |   Bin 2493 -> 0 bytes
 .../test/TestInheritance$TestSerializers.class  |   Bin 1657 -> 0 bytes
 .../ibm/juno/server/test/TestInheritance.class  |   Bin 2990 -> 0 bytes
 .../ibm/juno/server/test/TestLargePojos.class   |   Bin 1100 -> 0 bytes
 .../TestMessages$ResourceBundleFilter.class     |   Bin 1566 -> 0 bytes
 .../test/TestMessages$TestMessages2.class       |   Bin 540 -> 0 bytes
 .../com/ibm/juno/server/test/TestMessages.class |   Bin 1166 -> 0 bytes
 .../juno/server/test/TestMessages.properties    |    10 -
 .../juno/server/test/TestMessages2.properties   |    10 -
 .../ibm/juno/server/test/TestNls$Test1.class    |   Bin 1835 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test2.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test3.class    |   Bin 1534 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test4.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test5.class    |   Bin 1259 -> 0 bytes
 .../ibm/juno/server/test/TestNls$Test6.class    |   Bin 1715 -> 0 bytes
 .../bin/com/ibm/juno/server/test/TestNls.class  |   Bin 1173 -> 0 bytes
 .../com/ibm/juno/server/test/TestNls.properties |    74 -
 .../test/TestNlsProperty$TestSerializer.class   |   Bin 1288 -> 0 bytes
 .../ibm/juno/server/test/TestNlsProperty.class  |   Bin 1231 -> 0 bytes
 .../juno/server/test/TestNlsProperty.properties |    10 -
 .../juno/server/test/TestNoParserInput.class    |   Bin 1501 -> 0 bytes
 .../test/TestOnPostCall$TestSerializer.class    |   Bin 2227 -> 0 bytes
 .../ibm/juno/server/test/TestOnPostCall.class   |   Bin 2774 -> 0 bytes
 .../server/test/TestOnPreCall$TestParserA.class |   Bin 2076 -> 0 bytes
 .../ibm/juno/server/test/TestOnPreCall.class    |   Bin 2608 -> 0 bytes
 .../server/test/TestOptionsWithoutNls.class     |   Bin 1432 -> 0 bytes
 .../TestOverlappingMethods$Test1Guard.class     |   Bin 860 -> 0 bytes
 .../TestOverlappingMethods$Test2Guard.class     |   Bin 860 -> 0 bytes
 .../TestOverlappingMethods$Test3aMatcher.class  |   Bin 862 -> 0 bytes
 .../TestOverlappingMethods$Test3bMatcher.class  |   Bin 862 -> 0 bytes
 .../server/test/TestOverlappingMethods.class    |   Bin 3582 -> 0 bytes
 .../com/ibm/juno/server/test/TestParams$A.class |   Bin 450 -> 0 bytes
 .../juno/server/test/TestParams$Test6Bean.class |   Bin 460 -> 0 bytes
 .../com/ibm/juno/server/test/TestParams.class   |   Bin 12204 -> 0 bytes
 .../server/test/TestParsers$TestParserA.class   |   Bin 1554 -> 0 bytes
 .../server/test/TestParsers$TestParserB.class   |   Bin 1553 -> 0 bytes
 .../server/test/TestParsers$TestParserC.class   |   Bin 1553 -> 0 bytes
 .../server/test/TestParsers$TestParserD.class   |   Bin 1565 -> 0 bytes
 .../com/ibm/juno/server/test/TestParsers.class  |   Bin 2249 -> 0 bytes
 .../juno/server/test/TestPath$TestPath2.class   |   Bin 864 -> 0 bytes
 .../juno/server/test/TestPath$TestPath3.class   |   Bin 514 -> 0 bytes
 .../juno/server/test/TestPath$TestPath3a.class  |   Bin 800 -> 0 bytes
 .../bin/com/ibm/juno/server/test/TestPath.class |   Bin 993 -> 0 bytes
 .../com/ibm/juno/server/test/TestPaths$A.class  |   Bin 1479 -> 0 bytes
 .../com/ibm/juno/server/test/TestPaths.class    |   Bin 2541 -> 0 bytes
 .../TestProperties$PropertySerializer1.class    |   Bin 1794 -> 0 bytes
 .../TestProperties$PropertySerializer2.class    |   Bin 1551 -> 0 bytes
 .../ibm/juno/server/test/TestProperties.class   |   Bin 2066 -> 0 bytes
 .../ibm/juno/server/test/TestRestClient.class   |   Bin 986 -> 0 bytes
 .../test/TestSerializers$TestSerializerA.class  |   Bin 1233 -> 0 bytes
 .../test/TestSerializers$TestSerializerB.class  |   Bin 1233 -> 0 bytes
 .../test/TestSerializers$TestSerializerC.class  |   Bin 1233 -> 0 bytes
 .../test/TestSerializers$TestSerializerD.class  |   Bin 1264 -> 0 bytes
 .../ibm/juno/server/test/TestSerializers.class  |   Bin 2098 -> 0 bytes
 .../ibm/juno/server/test/TestStaticFiles.class  |   Bin 734 -> 0 bytes
 .../ibm/juno/server/test/TestUris$Child.class   |   Bin 1618 -> 0 bytes
 .../juno/server/test/TestUris$GrandChild.class  |   Bin 1590 -> 0 bytes
 .../bin/com/ibm/juno/server/test/TestUris.class |   Bin 2707 -> 0 bytes
 .../server/test/TestUrlContent$TestBean.class   |   Bin 473 -> 0 bytes
 .../server/test/TestUrlContent$TestEnum.class   |   Bin 1170 -> 0 bytes
 .../ibm/juno/server/test/TestUrlContent.class   |   Bin 2467 -> 0 bytes
 .../bin/com/ibm/juno/server/test/xdocs/test.txt |     1 -
 .../ibm/juno/server/test/xdocs/xdocs/test.txt   |     1 -
 .../com/ibm/juno/server/tests/AllTests.class    |   Bin 2573 -> 0 bytes
 .../ibm/juno/server/tests/CT_JacocoDummy.class  |   Bin 1190 -> 0 bytes
 .../ibm/juno/server/tests/CT_RestUtils.class    |   Bin 4445 -> 0 bytes
 .../server/tests/CT_TestAcceptCharset.class     |   Bin 5049 -> 0 bytes
 .../tests/CT_TestBeanContextProperties.class    |   Bin 1519 -> 0 bytes
 .../server/tests/CT_TestCallbackStrings.class   |   Bin 1890 -> 0 bytes
 .../server/tests/CT_TestCharsetEncodings.class  |   Bin 3749 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestConfig.class   |   Bin 3699 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestContent.class  |   Bin 15633 -> 0 bytes
 .../tests/CT_TestDefaultContentTypes.class      |   Bin 9126 -> 0 bytes
 .../server/tests/CT_TestErrorConditions.class   |   Bin 7733 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestFilters.class  |   Bin 2373 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestGroups.class   |   Bin 3848 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestGzip.class |   Bin 8267 -> 0 bytes
 .../juno/server/tests/CT_TestInheritance.class  |   Bin 3598 -> 0 bytes
 .../juno/server/tests/CT_TestLargePojos.class   |   Bin 3128 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestMessages.class |   Bin 1348 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestNls.class  |   Bin 7252 -> 0 bytes
 .../juno/server/tests/CT_TestNlsProperty.class  |   Bin 1802 -> 0 bytes
 .../server/tests/CT_TestNoParserInput.class     |   Bin 2609 -> 0 bytes
 .../juno/server/tests/CT_TestOnPostCall.class   |   Bin 3821 -> 0 bytes
 .../juno/server/tests/CT_TestOnPreCall.class    |   Bin 2392 -> 0 bytes
 .../server/tests/CT_TestOptionsWithoutNls.class |   Bin 2195 -> 0 bytes
 .../tests/CT_TestOverlappingMethods.class       |   Bin 4261 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestParams.class   |   Bin 13364 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestParsers.class  |   Bin 4402 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestPath.class |   Bin 1841 -> 0 bytes
 .../ibm/juno/server/tests/CT_TestPaths.class    |   Bin 16487 -> 0 bytes
 .../juno/server/tests/CT_TestProperties.class   |   Bin 2259 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient$1.class |   Bin 1676 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient$2.class |   Bin 1551 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient$3.class |   Bin 1551 -> 0 bytes
 .../juno/server/tests/CT_TestRestClient.class   |   Bin 5196 -> 0 bytes
 .../juno/server/tests/CT_TestSerializers.class  |   Bin 4462 -> 0 bytes
 .../juno/server/tests/CT_TestStaticFiles.class  |   Bin 2209 -> 0 bytes
 .../com/ibm/juno/server/tests/CT_TestUris.class |   Bin 22498 -> 0 bytes
 .../juno/server/tests/CT_TestUrlContent.class   |   Bin 2596 -> 0 bytes
 .../juno/server/tests/CT_UrlPathPattern.class   |   Bin 1561 -> 0 bytes
 .../com/ibm/juno/server/tests/Constants.class   |   Bin 1619 -> 0 bytes
 .../bin/com/ibm/juno/server/tests/DTOs$A.class  |   Bin 617 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$1.class    |   Bin 634 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$10.class   |   Bin 858 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$2.class    |   Bin 693 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$3.class    |   Bin 695 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$4.class    |   Bin 737 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$5.class    |   Bin 856 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$6.class    |   Bin 634 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$7.class    |   Bin 693 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$8.class    |   Bin 695 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$B$9.class    |   Bin 737 -> 0 bytes
 .../bin/com/ibm/juno/server/tests/DTOs$B.class  |   Bin 5241 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$1.class    |   Bin 634 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$10.class   |   Bin 858 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$2.class    |   Bin 693 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$3.class    |   Bin 695 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$4.class    |   Bin 737 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$5.class    |   Bin 856 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$6.class    |   Bin 634 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$7.class    |   Bin 693 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$8.class    |   Bin 695 -> 0 bytes
 .../com/ibm/juno/server/tests/DTOs$C$9.class    |   Bin 737 -> 0 bytes
 .../bin/com/ibm/juno/server/tests/DTOs$C.class  |   Bin 2541 -> 0 bytes
 .../bin/com/ibm/juno/server/tests/DTOs.class    |   Bin 462 -> 0 bytes
 .../ibm/juno/server/tests/LargePojo$A1.class    |   Bin 551 -> 0 bytes
 .../juno/server/tests/LargePojo$A1List.class    |   Bin 547 -> 0 bytes
 .../ibm/juno/server/tests/LargePojo$A1Map.class |   Bin 568 -> 0 bytes
 .../com/ibm/juno/server/tests/LargePojo.class   |   Bin 1289 -> 0 bytes
 .../ibm/juno/server/tests/TestRestClient.class  |   Bin 3770 -> 0 bytes
 .../com/ibm/juno/server/tests/TestUtils.class   |   Bin 2794 -> 0 bytes
 .../CT_AddressBookResource$PersonList.class     |   Bin 576 -> 0 bytes
 .../tests/sample/CT_AddressBookResource.class   |   Bin 9002 -> 0 bytes
 .../sample/CT_AddressBookResource_test0.json    |    14 -
 .../server/tests/sample/CT_RootResources.class  |   Bin 5694 -> 0 bytes
 .../CT_SampleRemoteableServicesResource.class   |   Bin 3694 -> 0 bytes
 .../sample/CT_TestMultiPartFormPosts.class      |   Bin 2567 -> 0 bytes
 .../server/tests/sample/SamplesRestClient.class |   Bin 3794 -> 0 bytes
 com.ibm.team.juno.server.test/build.properties  |    29 +-
 .../juno-server-test.cfg                        |    97 -
 .../juno-server-test.launch                     |    10 -
 .../server/com/ibm/juno/server/test/DTOs.java   |   132 -
 .../server/com/ibm/juno/server/test/Root.java   |    66 -
 .../ibm/juno/server/test/TestAcceptCharset.java |    72 -
 .../server/test/TestBeanContextProperties.java  |    38 -
 .../juno/server/test/TestCallbackStrings.java   |    49 -
 .../juno/server/test/TestCharsetEncodings.java  |    53 -
 .../com/ibm/juno/server/test/TestConfig.java    |    35 -
 .../com/ibm/juno/server/test/TestContent.java   |    77 -
 .../server/test/TestDefaultContentTypes.java    |   126 -
 .../juno/server/test/TestErrorConditions.java   |   132 -
 .../com/ibm/juno/server/test/TestFilters.java   |   111 -
 .../ibm/juno/server/test/TestFiltersParent.java |    22 -
 .../com/ibm/juno/server/test/TestGroups.java    |    70 -
 .../com/ibm/juno/server/test/TestGzip.java      |   107 -
 .../ibm/juno/server/test/TestInheritance.java   |   313 -
 .../ibm/juno/server/test/TestLargePojos.java    |    38 -
 .../com/ibm/juno/server/test/TestMessages.java  |    58 -
 .../juno/server/test/TestMessages.properties    |    10 -
 .../juno/server/test/TestMessages2.properties   |    10 -
 .../com/ibm/juno/server/test/TestNls.java       |   191 -
 .../com/ibm/juno/server/test/TestNls.properties |    74 -
 .../ibm/juno/server/test/TestNlsProperty.java   |    59 -
 .../juno/server/test/TestNlsProperty.properties |    10 -
 .../ibm/juno/server/test/TestNoParserInput.java |    52 -
 .../ibm/juno/server/test/TestOnPostCall.java    |    92 -
 .../com/ibm/juno/server/test/TestOnPreCall.java |    83 -
 .../juno/server/test/TestOptionsWithoutNls.java |    40 -
 .../server/test/TestOverlappingMethods.java     |   142 -
 .../com/ibm/juno/server/test/TestParams.java    |   257 -
 .../com/ibm/juno/server/test/TestParsers.java   |   110 -
 .../com/ibm/juno/server/test/TestPath.java      |    65 -
 .../com/ibm/juno/server/test/TestPaths.java     |    69 -
 .../ibm/juno/server/test/TestProperties.java    |    88 -
 .../ibm/juno/server/test/TestRestClient.java    |    32 -
 .../ibm/juno/server/test/TestSerializers.java   |   101 -
 .../ibm/juno/server/test/TestStaticFiles.java   |    32 -
 .../com/ibm/juno/server/test/TestUris.java      |   117 -
 .../ibm/juno/server/test/TestUrlContent.java    |    55 -
 .../com/ibm/juno/server/test/xdocs/test.txt     |     1 -
 .../ibm/juno/server/test/xdocs/xdocs/test.txt   |     1 -
 .../java/org/apache/juneau/server/Root.java     |    70 +
 .../apache/juneau/server/TestAcceptCharset.java |    75 +
 .../server/TestBeanContextProperties.java       |    41 +
 .../juneau/server/TestCallbackStrings.java      |    52 +
 .../juneau/server/TestCharsetEncodings.java     |    54 +
 .../org/apache/juneau/server/TestConfig.java    |    37 +
 .../org/apache/juneau/server/TestContent.java   |    80 +
 .../juneau/server/TestDefaultContentTypes.java  |   127 +
 .../juneau/server/TestErrorConditions.java      |   135 +
 .../org/apache/juneau/server/TestGroups.java    |    71 +
 .../java/org/apache/juneau/server/TestGzip.java |   110 +
 .../apache/juneau/server/TestInheritance.java   |   316 +
 .../apache/juneau/server/TestLargePojos.java    |    41 +
 .../org/apache/juneau/server/TestMessages.java  |    61 +
 .../juneau/server/TestMessages.properties       |    16 +
 .../juneau/server/TestMessages2.properties      |    16 +
 .../java/org/apache/juneau/server/TestNls.java  |   194 +
 .../org/apache/juneau/server/TestNls.properties |    79 +
 .../apache/juneau/server/TestNlsProperty.java   |    60 +
 .../juneau/server/TestNlsProperty.properties    |    16 +
 .../apache/juneau/server/TestNoParserInput.java |    55 +
 .../apache/juneau/server/TestOnPostCall.java    |    93 +
 .../org/apache/juneau/server/TestOnPreCall.java |    84 +
 .../juneau/server/TestOptionsWithoutNls.java    |    43 +
 .../juneau/server/TestOverlappingMethods.java   |   145 +
 .../org/apache/juneau/server/TestParams.java    |   292 +
 .../org/apache/juneau/server/TestParsers.java   |   111 +
 .../java/org/apache/juneau/server/TestPath.java |    68 +
 .../org/apache/juneau/server/TestPaths.java     |    72 +
 .../apache/juneau/server/TestProperties.java    |    89 +
 .../apache/juneau/server/TestSerializers.java   |   102 +
 .../apache/juneau/server/TestStaticFiles.java   |    35 +
 .../java/org/apache/juneau/server/TestUris.java |   120 +
 .../apache/juneau/server/TestUrlContent.java    |    58 +
 .../org/apache/juneau/server/xdocs/test.txt     |     1 +
 .../apache/juneau/server/xdocs/xdocs/test.txt   |     1 +
 .../apache/juneau/server/CT_JacocoDummy.java    |    37 +
 .../org/apache/juneau/server/CT_RestUtils.java  |   188 +
 .../juneau/server/CT_TestAcceptCharset.java     |   123 +
 .../server/CT_TestBeanContextProperties.java    |    37 +
 .../juneau/server/CT_TestCallbackStrings.java   |    50 +
 .../juneau/server/CT_TestCharsetEncodings.java  |    96 +
 .../org/apache/juneau/server/CT_TestConfig.java |    58 +
 .../apache/juneau/server/CT_TestContent.java    |   706 +
 .../server/CT_TestDefaultContentTypes.java      |   497 +
 .../juneau/server/CT_TestErrorConditions.java   |   220 +
 .../org/apache/juneau/server/CT_TestGroups.java |   122 +
 .../org/apache/juneau/server/CT_TestGzip.java   |   344 +
 .../juneau/server/CT_TestInheritance.java       |   128 +
 .../apache/juneau/server/CT_TestLargePojos.java |    83 +
 .../apache/juneau/server/CT_TestMessages.java   |    47 +
 .../org/apache/juneau/server/CT_TestNls.java    |   170 +
 .../juneau/server/CT_TestNlsProperty.java       |    48 +
 .../juneau/server/CT_TestNoParserInput.java     |    70 +
 .../apache/juneau/server/CT_TestOnPostCall.java |   121 +
 .../apache/juneau/server/CT_TestOnPreCall.java  |    61 +
 .../juneau/server/CT_TestOptionsWithoutNls.java |    51 +
 .../server/CT_TestOverlappingMethods.java       |   170 +
 .../org/apache/juneau/server/CT_TestParams.java |   716 +
 .../apache/juneau/server/CT_TestParsers.java    |   162 +
 .../org/apache/juneau/server/CT_TestPath.java   |    44 +
 .../org/apache/juneau/server/CT_TestPaths.java  |  1368 ++
 .../apache/juneau/server/CT_TestProperties.java |    48 +
 .../apache/juneau/server/CT_TestRestClient.java |   199 +
 .../juneau/server/CT_TestSerializers.java       |   152 +
 .../juneau/server/CT_TestStaticFiles.java       |    56 +
 .../org/apache/juneau/server/CT_TestUris.java   |   918 ++
 .../apache/juneau/server/CT_TestUrlContent.java |    74 +
 .../apache/juneau/server/CT_UrlPathPattern.java |    39 +
 .../org/apache/juneau/server/Constants.java     |    53 +
 .../java/org/apache/juneau/server/DTOs.java     |   136 +
 .../apache/juneau/server/TestRestClient.java    |    69 +
 .../org/apache/juneau/server/TestUtils.java     |    60 +
 .../com/ibm/juno/server/tests/AllTests.java     |    58 -
 .../ibm/juno/server/tests/CT_JacocoDummy.java   |    35 -
 .../com/ibm/juno/server/tests/CT_RestUtils.java |   184 -
 .../juno/server/tests/CT_TestAcceptCharset.java |   120 -
 .../tests/CT_TestBeanContextProperties.java     |    34 -
 .../server/tests/CT_TestCallbackStrings.java    |    47 -
 .../server/tests/CT_TestCharsetEncodings.java   |    93 -
 .../ibm/juno/server/tests/CT_TestConfig.java    |    56 -
 .../ibm/juno/server/tests/CT_TestContent.java   |   703 -
 .../tests/CT_TestDefaultContentTypes.java       |   494 -
 .../server/tests/CT_TestErrorConditions.java    |   218 -
 .../ibm/juno/server/tests/CT_TestFilters.java   |    65 -
 .../ibm/juno/server/tests/CT_TestGroups.java    |   119 -
 .../com/ibm/juno/server/tests/CT_TestGzip.java  |   341 -
 .../juno/server/tests/CT_TestInheritance.java   |   125 -
 .../juno/server/tests/CT_TestLargePojos.java    |    80 -
 .../ibm/juno/server/tests/CT_TestMessages.java  |    44 -
 .../com/ibm/juno/server/tests/CT_TestNls.java   |   167 -
 .../juno/server/tests/CT_TestNlsProperty.java   |    45 -
 .../juno/server/tests/CT_TestNoParserInput.java |    67 -
 .../juno/server/tests/CT_TestOnPostCall.java    |   118 -
 .../ibm/juno/server/tests/CT_TestOnPreCall.java |    58 -
 .../server/tests/CT_TestOptionsWithoutNls.java  |    48 -
 .../server/tests/CT_TestOverlappingMethods.java |   167 -
 .../ibm/juno/server/tests/CT_TestParams.java    |   648 -
 .../ibm/juno/server/tests/CT_TestParsers.java   |   159 -
 .../com/ibm/juno/server/tests/CT_TestPath.java  |    41 -
 .../com/ibm/juno/server/tests/CT_TestPaths.java |  1365 --
 .../juno/server/tests/CT_TestProperties.java    |    45 -
 .../juno/server/tests/CT_TestRestClient.java    |   196 -
 .../juno/server/tests/CT_TestSerializers.java   |   149 -
 .../juno/server/tests/CT_TestStaticFiles.java   |    53 -
 .../com/ibm/juno/server/tests/CT_TestUris.java  |   915 --
 .../juno/server/tests/CT_TestUrlContent.java    |    71 -
 .../juno/server/tests/CT_UrlPathPattern.java    |    37 -
 .../com/ibm/juno/server/tests/Constants.java    |    49 -
 .../tests/com/ibm/juno/server/tests/DTOs.java   |   132 -
 .../com/ibm/juno/server/tests/LargePojo.java    |    41 -
 .../ibm/juno/server/tests/TestRestClient.java   |    66 -
 .../com/ibm/juno/server/tests/TestUtils.java    |    57 -
 .../tests/sample/CT_AddressBookResource.java    |   228 -
 .../sample/CT_AddressBookResource_test0.json    |    14 -
 .../server/tests/sample/CT_RootResources.java   |   142 -
 .../CT_SampleRemoteableServicesResource.java    |    66 -
 .../tests/sample/CT_TestMultiPartFormPosts.java |    43 -
 .../server/tests/sample/SamplesRestClient.java  |    67 -
 com.ibm.team.juno.server/.classpath             |    31 +-
 com.ibm.team.juno.server/.project               |     8 +-
 .../.settings/org.eclipse.core.resources.prefs  |     2 -
 .../.settings/org.eclipse.jdt.core.prefs        |     1 +
 .../.settings/org.eclipse.jdt.ui.prefs          |     6 +-
 .../.settings/org.eclipse.wst.common.component  |    11 +-
 ...rg.eclipse.wst.common.project.facet.core.xml |    21 +-
 com.ibm.team.juno.server/META-INF/MANIFEST.MF   |    24 +-
 .../OSGI-INF/l10n/plugin.properties             |    23 +-
 .../com/ibm/juno/server/ReaderResource.class    |   Bin 2182 -> 0 bytes
 .../bin/com/ibm/juno/server/Redirect.class      |   Bin 1863 -> 0 bytes
 .../com/ibm/juno/server/ResponseHandler.class   |   Bin 328 -> 0 bytes
 .../bin/com/ibm/juno/server/RestConverter.class |   Bin 491 -> 0 bytes
 .../bin/com/ibm/juno/server/RestException.class |   Bin 2910 -> 0 bytes
 .../bin/com/ibm/juno/server/RestGuard.class     |   Bin 814 -> 0 bytes
 .../bin/com/ibm/juno/server/RestMatcher.class   |   Bin 355 -> 0 bytes
 .../bin/com/ibm/juno/server/RestRequest$1.class |   Bin 1673 -> 0 bytes
 .../bin/com/ibm/juno/server/RestRequest.class   |   Bin 31631 -> 0 bytes
 .../com/ibm/juno/server/RestResponse$1.class    |   Bin 1758 -> 0 bytes
 .../bin/com/ibm/juno/server/RestResponse.class  |   Bin 10142 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$1.class |   Bin 1202 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$2.class |   Bin 887 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$3.class |   Bin 896 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$4.class |   Bin 1289 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$5.class |   Bin 2420 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$6.class |   Bin 1192 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$7.class |   Bin 970 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$8.class |   Bin 845 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet$9.class |   Bin 2595 -> 0 bytes
 .../juno/server/RestServlet$MethodMeta.class    |   Bin 19534 -> 0 bytes
 .../juno/server/RestServlet$MethodParam.class   |   Bin 7042 -> 0 bytes
 .../juno/server/RestServlet$MultiMethod.class   |   Bin 4563 -> 0 bytes
 .../ibm/juno/server/RestServlet$ParamType.class |   Bin 2083 -> 0 bytes
 .../server/RestServlet$ResourceMethod.class     |   Bin 958 -> 0 bytes
 .../bin/com/ibm/juno/server/RestServlet.class   |   Bin 57086 -> 0 bytes
 .../ibm/juno/server/RestServletDefault.class    |   Bin 2584 -> 0 bytes
 .../ibm/juno/server/RestServletException.class  |   Bin 1048 -> 0 bytes
 .../juno/server/RestServletGroupDefault.class   |   Bin 1001 -> 0 bytes
 .../ibm/juno/server/RestServletProperties.class |   Bin 1211 -> 0 bytes
 .../bin/com/ibm/juno/server/RestUtils$1.class   |   Bin 1960 -> 0 bytes
 .../bin/com/ibm/juno/server/RestUtils.class     |   Bin 4584 -> 0 bytes
 .../com/ibm/juno/server/StreamResource.class    |   Bin 1910 -> 0 bytes
 .../com/ibm/juno/server/UrlPathPattern.class    |   Bin 3857 -> 0 bytes
 .../com/ibm/juno/server/annotation/Attr.class   |   Bin 537 -> 0 bytes
 .../ibm/juno/server/annotation/Content.class    |   Bin 480 -> 0 bytes
 .../ibm/juno/server/annotation/HasParam.class   |   Bin 513 -> 0 bytes
 .../ibm/juno/server/annotation/HasQParam.class  |   Bin 515 -> 0 bytes
 .../com/ibm/juno/server/annotation/Header.class |   Bin 509 -> 0 bytes
 .../ibm/juno/server/annotation/Inherit.class    |   Bin 1206 -> 0 bytes
 .../ibm/juno/server/annotation/Messages.class   |   Bin 482 -> 0 bytes
 .../com/ibm/juno/server/annotation/Method.class |   Bin 478 -> 0 bytes
 .../com/ibm/juno/server/annotation/Param.class  |   Bin 567 -> 0 bytes
 .../juno/server/annotation/PathRemainder.class  |   Bin 492 -> 0 bytes
 .../ibm/juno/server/annotation/Properties.class |   Bin 486 -> 0 bytes
 .../ibm/juno/server/annotation/Property.class   |   Bin 534 -> 0 bytes
 .../com/ibm/juno/server/annotation/QParam.class |   Bin 569 -> 0 bytes
 .../ibm/juno/server/annotation/Response.class   |   Bin 641 -> 0 bytes
 .../ibm/juno/server/annotation/RestMethod.class |   Bin 1815 -> 0 bytes
 .../juno/server/annotation/RestResource.class   |   Bin 1670 -> 0 bytes
 .../com/ibm/juno/server/annotation/Var.class    |   Bin 592 -> 0 bytes
 .../juno/server/annotation/VarCategory.class    |   Bin 536 -> 0 bytes
 .../com/ibm/juno/server/annotation/package.html |    34 -
 .../juno/server/converters/Introspectable.class |   Bin 1967 -> 0 bytes
 .../ibm/juno/server/converters/Queryable.class  |   Bin 3447 -> 0 bytes
 .../juno/server/converters/Traversable.class    |   Bin 1781 -> 0 bytes
 .../com/ibm/juno/server/converters/package.html |    34 -
 .../ibm/juno/server/doc-files/AddressBook.png   |   Bin 44553 -> 0 bytes
 .../juno/server/doc-files/AddressBookJson.png   |   Bin 30639 -> 0 bytes
 .../server/doc-files/AddressBookOptions.png     |   Bin 224346 -> 0 bytes
 .../server/doc-files/AddressBook_junostyle.png  |   Bin 52768 -> 0 bytes
 .../server/doc-files/HelloWorldResource1.png    |   Bin 14206 -> 0 bytes
 .../server/doc-files/HelloWorldResource2.png    |   Bin 30721 -> 0 bytes
 .../server/doc-files/HelloWorldResource3.png    |   Bin 11040 -> 0 bytes
 .../server/doc-files/HelloWorldResource4.png    |   Bin 16188 -> 0 bytes
 .../doc-files/HelloWorldResourceOptions.png     |   Bin 67692 -> 0 bytes
 .../doc-files/HelloWorldResourceOptionsJson.png |   Bin 27940 -> 0 bytes
 .../com/ibm/juno/server/doc-files/Options2.png  |   Bin 9809 -> 0 bytes
 .../ibm/juno/server/doc-files/OptionsPage.png   |   Bin 56895 -> 0 bytes
 .../server/doc-files/Samples_RootResources.png  |   Bin 62372 -> 0 bytes
 .../juno/server/doc-files/UrlEncodedForm.png    |   Bin 21379 -> 0 bytes
 .../server/htdocs/MethodExampleResource1.png    |   Bin 12276 -> 0 bytes
 .../bin/com/ibm/juno/server/htdocs/javadoc.css  |   782 -
 .../ibm/juno/server/jaxrs/BaseProvider.class    |   Bin 9470 -> 0 bytes
 .../ibm/juno/server/jaxrs/DefaultProvider.class |   Bin 1622 -> 0 bytes
 .../ibm/juno/server/jaxrs/JunoProvider.class    |   Bin 879 -> 0 bytes
 .../bin/com/ibm/juno/server/jaxrs/package.html  |   354 -
 .../server/jaxrs/rdf/DefaultJenaProvider.class  |   Bin 2202 -> 0 bytes
 .../com/ibm/juno/server/jaxrs/rdf/package.html  |    27 -
 .../server/jena/RestServletJenaDefault.class    |   Bin 3042 -> 0 bytes
 .../jena/RestServletJenaGroupDefault.class      |   Bin 1032 -> 0 bytes
 .../bin/com/ibm/juno/server/jena/package.html   |    40 -
 .../bin/com/ibm/juno/server/juno.ico            |   Bin 39438 -> 0 bytes
 ...eanDescription$BeanPropertyDescription.class |   Bin 979 -> 0 bytes
 .../juno/server/labels/BeanDescription.class    |   Bin 2036 -> 0 bytes
 .../labels/ChildResourceDescriptions.class      |   Bin 2158 -> 0 bytes
 .../ibm/juno/server/labels/DefaultLabels.class  |   Bin 3014 -> 0 bytes
 .../labels/MethodDescription$Response.class     |   Bin 1817 -> 0 bytes
 .../juno/server/labels/MethodDescription.class  |   Bin 5274 -> 0 bytes
 .../juno/server/labels/NameDescription.class    |   Bin 1024 -> 0 bytes
 .../juno/server/labels/ParamDescription.class   |   Bin 1308 -> 0 bytes
 .../server/labels/ResourceDescription.class     |   Bin 3456 -> 0 bytes
 .../ibm/juno/server/labels/ResourceLink.class   |   Bin 1923 -> 0 bytes
 .../juno/server/labels/ResourceOptions.class    |   Bin 6276 -> 0 bytes
 .../bin/com/ibm/juno/server/labels/Var.class    |   Bin 1879 -> 0 bytes
 .../server/labels/nls/DefaultLabels.properties  |    36 -
 .../bin/com/ibm/juno/server/labels/package.html |    34 -
 .../matchers/MultipartFormDataMatcher.class     |   Bin 809 -> 0 bytes
 .../server/matchers/UrlEncodedFormMatcher.class |   Bin 810 -> 0 bytes
 .../com/ibm/juno/server/matchers/package.html   |    27 -
 .../bin/com/ibm/juno/server/package.html        |  3575 -----
 .../RemoteableServiceProperties.class           |   Bin 514 -> 0 bytes
 .../server/remoteable/RemoteableServlet.class   |   Bin 5800 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/1.png  |   Bin 15845 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/2.png  |   Bin 20379 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/3.png  |   Bin 33919 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/4.png  |   Bin 21108 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/5.png  |   Bin 10553 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/6.png  |   Bin 24934 -> 0 bytes
 .../com/ibm/juno/server/remoteable/package.html |   349 -
 .../juno/server/response/DefaultHandler.class   |   Bin 4659 -> 0 bytes
 .../server/response/InputStreamHandler.class    |   Bin 1376 -> 0 bytes
 .../juno/server/response/ReaderHandler.class    |   Bin 1183 -> 0 bytes
 .../juno/server/response/RedirectHandler.class  |   Bin 1989 -> 0 bytes
 .../server/response/StreamableHandler.class     |   Bin 2195 -> 0 bytes
 .../juno/server/response/WritableHandler.class  |   Bin 2157 -> 0 bytes
 .../response/ZipFileListResponseHandler.class   |   Bin 2574 -> 0 bytes
 .../com/ibm/juno/server/response/package.html   |    34 -
 .../bin/com/ibm/juno/server/styles/devops.css   |   200 -
 .../bin/com/ibm/juno/server/styles/juno.css     |   129 -
 com.ibm.team.juno.server/build.properties       |    29 +-
 .../src/com/ibm/juno/server/ReaderResource.java |    96 -
 .../src/com/ibm/juno/server/Redirect.java       |   133 -
 .../com/ibm/juno/server/ResponseHandler.java    |    87 -
 .../src/com/ibm/juno/server/RestConverter.java  |    70 -
 .../src/com/ibm/juno/server/RestException.java  |   133 -
 .../src/com/ibm/juno/server/RestGuard.java      |    95 -
 .../src/com/ibm/juno/server/RestMatcher.java    |    61 -
 .../src/com/ibm/juno/server/RestRequest.java    |  1743 ---
 .../src/com/ibm/juno/server/RestResponse.java   |   427 -
 .../src/com/ibm/juno/server/RestServlet.java    |  3039 ----
 .../com/ibm/juno/server/RestServletDefault.java |   228 -
 .../ibm/juno/server/RestServletException.java   |    44 -
 .../juno/server/RestServletGroupDefault.java    |    39 -
 .../ibm/juno/server/RestServletProperties.java  |   144 -
 .../src/com/ibm/juno/server/RestUtils.java      |   246 -
 .../src/com/ibm/juno/server/StreamResource.java |    87 -
 .../src/com/ibm/juno/server/UrlPathPattern.java |   157 -
 .../com/ibm/juno/server/annotation/Attr.java    |    70 -
 .../com/ibm/juno/server/annotation/Content.java |    54 -
 .../ibm/juno/server/annotation/HasParam.java    |    91 -
 .../ibm/juno/server/annotation/HasQParam.java   |    57 -
 .../com/ibm/juno/server/annotation/Header.java  |    50 -
 .../com/ibm/juno/server/annotation/Inherit.java |    30 -
 .../ibm/juno/server/annotation/Messages.java    |    48 -
 .../com/ibm/juno/server/annotation/Method.java  |    47 -
 .../com/ibm/juno/server/annotation/Param.java   |    76 -
 .../juno/server/annotation/PathRemainder.java   |    44 -
 .../ibm/juno/server/annotation/Properties.java  |    62 -
 .../ibm/juno/server/annotation/Property.java    |    61 -
 .../com/ibm/juno/server/annotation/QParam.java  |    72 -
 .../ibm/juno/server/annotation/Response.java    |    67 -
 .../ibm/juno/server/annotation/RestMethod.java  |   379 -
 .../juno/server/annotation/RestResource.java    |   433 -
 .../src/com/ibm/juno/server/annotation/Var.java |    66 -
 .../ibm/juno/server/annotation/VarCategory.java |    32 -
 .../com/ibm/juno/server/annotation/package.html |    34 -
 .../juno/server/converters/Introspectable.java  |    55 -
 .../ibm/juno/server/converters/Queryable.java   |    97 -
 .../ibm/juno/server/converters/Traversable.java |    63 -
 .../com/ibm/juno/server/converters/package.html |    34 -
 .../ibm/juno/server/doc-files/AddressBook.png   |   Bin 44553 -> 0 bytes
 .../juno/server/doc-files/AddressBookJson.png   |   Bin 30639 -> 0 bytes
 .../server/doc-files/AddressBookOptions.png     |   Bin 224346 -> 0 bytes
 .../server/doc-files/AddressBook_junostyle.png  |   Bin 52768 -> 0 bytes
 .../server/doc-files/HelloWorldResource1.png    |   Bin 14206 -> 0 bytes
 .../server/doc-files/HelloWorldResource2.png    |   Bin 30721 -> 0 bytes
 .../server/doc-files/HelloWorldResource3.png    |   Bin 11040 -> 0 bytes
 .../server/doc-files/HelloWorldResource4.png    |   Bin 16188 -> 0 bytes
 .../doc-files/HelloWorldResourceOptions.png     |   Bin 67692 -> 0 bytes
 .../doc-files/HelloWorldResourceOptionsJson.png |   Bin 27940 -> 0 bytes
 .../com/ibm/juno/server/doc-files/Options2.png  |   Bin 9809 -> 0 bytes
 .../ibm/juno/server/doc-files/OptionsPage.png   |   Bin 56895 -> 0 bytes
 .../server/doc-files/Samples_RootResources.png  |   Bin 62372 -> 0 bytes
 .../juno/server/doc-files/UrlEncodedForm.png    |   Bin 21379 -> 0 bytes
 .../server/htdocs/MethodExampleResource1.png    |   Bin 12276 -> 0 bytes
 .../src/com/ibm/juno/server/htdocs/javadoc.css  |   782 -
 .../com/ibm/juno/server/jaxrs/BaseProvider.java |   144 -
 .../ibm/juno/server/jaxrs/DefaultProvider.java  |    69 -
 .../com/ibm/juno/server/jaxrs/JunoProvider.java |    85 -
 .../src/com/ibm/juno/server/jaxrs/package.html  |   354 -
 .../server/jaxrs/rdf/DefaultJenaProvider.java   |    89 -
 .../com/ibm/juno/server/jaxrs/rdf/package.html  |    27 -
 .../server/jena/RestServletJenaDefault.java     |   268 -
 .../jena/RestServletJenaGroupDefault.java       |    39 -
 .../src/com/ibm/juno/server/jena/package.html   |    40 -
 .../src/com/ibm/juno/server/juno.ico            |   Bin 39438 -> 0 bytes
 .../ibm/juno/server/labels/BeanDescription.java |    69 -
 .../labels/ChildResourceDescriptions.java       |    59 -
 .../ibm/juno/server/labels/DefaultLabels.java   |    74 -
 .../juno/server/labels/MethodDescription.java   |   324 -
 .../ibm/juno/server/labels/NameDescription.java |    70 -
 .../juno/server/labels/ParamDescription.java    |    99 -
 .../juno/server/labels/ResourceDescription.java |   104 -
 .../ibm/juno/server/labels/ResourceLink.java    |    64 -
 .../ibm/juno/server/labels/ResourceOptions.java |   278 -
 .../src/com/ibm/juno/server/labels/Var.java     |    83 -
 .../server/labels/nls/DefaultLabels.properties  |    36 -
 .../src/com/ibm/juno/server/labels/package.html |    34 -
 .../matchers/MultipartFormDataMatcher.java      |    24 -
 .../server/matchers/UrlEncodedFormMatcher.java  |    24 -
 .../com/ibm/juno/server/matchers/package.html   |    27 -
 .../src/com/ibm/juno/server/package.html        |  3575 -----
 .../remoteable/RemoteableServiceProperties.java |    35 -
 .../server/remoteable/RemoteableServlet.java    |   150 -
 .../ibm/juno/server/remoteable/doc-files/1.png  |   Bin 15845 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/2.png  |   Bin 20379 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/3.png  |   Bin 33919 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/4.png  |   Bin 21108 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/5.png  |   Bin 10553 -> 0 bytes
 .../ibm/juno/server/remoteable/doc-files/6.png  |   Bin 24934 -> 0 bytes
 .../com/ibm/juno/server/remoteable/package.html |   349 -
 .../juno/server/response/DefaultHandler.java    |    85 -
 .../server/response/InputStreamHandler.java     |    40 -
 .../ibm/juno/server/response/ReaderHandler.java |    38 -
 .../juno/server/response/RedirectHandler.java   |    46 -
 .../juno/server/response/StreamableHandler.java |    49 -
 .../juno/server/response/WritableHandler.java   |    49 -
 .../response/ZipFileListResponseHandler.java    |    58 -
 .../com/ibm/juno/server/response/package.html   |    34 -
 .../src/com/ibm/juno/server/styles/devops.css   |   200 -
 .../src/com/ibm/juno/server/styles/juno.css     |   129 -
 .../apache/juneau/server/ReaderResource.java    |   100 +
 .../java/org/apache/juneau/server/Redirect.java |   138 +
 .../apache/juneau/server/ResponseHandler.java   |    92 +
 .../org/apache/juneau/server/RestConverter.java |    74 +
 .../org/apache/juneau/server/RestException.java |   137 +
 .../org/apache/juneau/server/RestGuard.java     |    99 +
 .../org/apache/juneau/server/RestMatcher.java   |    76 +
 .../org/apache/juneau/server/RestRequest.java   |  1764 +++
 .../org/apache/juneau/server/RestResponse.java  |   431 +
 .../org/apache/juneau/server/RestServlet.java   |  2795 ++++
 .../juneau/server/RestServletDefault.java       |   235 +
 .../juneau/server/RestServletException.java     |    48 +
 .../juneau/server/RestServletGroupDefault.java  |    43 +
 .../org/apache/juneau/server/RestUtils.java     |   250 +
 .../apache/juneau/server/StreamResource.java    |    91 +
 .../apache/juneau/server/UrlPathPattern.java    |   161 +
 .../apache/juneau/server/annotation/Attr.java   |    74 +
 .../juneau/server/annotation/Content.java       |    58 +
 .../juneau/server/annotation/HasParam.java      |    95 +
 .../juneau/server/annotation/HasQParam.java     |    61 +
 .../apache/juneau/server/annotation/Header.java |    54 +
 .../juneau/server/annotation/Inherit.java       |    34 +
 .../juneau/server/annotation/Messages.java      |    52 +
 .../apache/juneau/server/annotation/Method.java |    51 +
 .../apache/juneau/server/annotation/Param.java  |    98 +
 .../juneau/server/annotation/PathRemainder.java |    48 +
 .../juneau/server/annotation/Properties.java    |    66 +
 .../juneau/server/annotation/Property.java      |    65 +
 .../apache/juneau/server/annotation/QParam.java |    94 +
 .../juneau/server/annotation/Response.java      |    68 +
 .../juneau/server/annotation/RestMethod.java    |   438 +
 .../juneau/server/annotation/RestResource.java  |   445 +
 .../apache/juneau/server/annotation/Var.java    |    70 +
 .../juneau/server/annotation/VarCategory.java   |    36 +
 .../juneau/server/annotation/package.html       |    41 +
 .../server/converters/Introspectable.java       |    59 +
 .../juneau/server/converters/Queryable.java     |    96 +
 .../juneau/server/converters/Traversable.java   |    67 +
 .../juneau/server/converters/package.html       |    41 +
 .../juneau/server/doc-files/AddressBook.png     |   Bin 0 -> 44553 bytes
 .../juneau/server/doc-files/AddressBookJson.png |   Bin 0 -> 30639 bytes
 .../server/doc-files/AddressBookOptions.png     |   Bin 0 -> 224346 bytes
 .../server/doc-files/HelloWorldResource1.png    |   Bin 0 -> 14206 bytes
 .../server/doc-files/HelloWorldResource2.png    |   Bin 0 -> 30721 bytes
 .../server/doc-files/HelloWorldResource3.png    |   Bin 0 -> 11040 bytes
 .../server/doc-files/HelloWorldResource4.png    |   Bin 0 -> 16188 bytes
 .../doc-files/HelloWorldResourceOptions.png     |   Bin 0 -> 67692 bytes
 .../doc-files/HelloWorldResourceOptionsJson.png |   Bin 0 -> 27940 bytes
 .../apache/juneau/server/doc-files/Options2.png |   Bin 0 -> 9809 bytes
 .../juneau/server/doc-files/OptionsPage.png     |   Bin 0 -> 56895 bytes
 .../server/doc-files/Samples_RootResources.png  |   Bin 0 -> 62372 bytes
 .../juneau/server/doc-files/UrlEncodedForm.png  |   Bin 0 -> 21379 bytes
 .../server/htdocs/MethodExampleResource1.png    |   Bin 0 -> 12276 bytes
 .../org/apache/juneau/server/htdocs/javadoc.css |   782 +
 .../juneau/server/jaxrs/BaseProvider.java       |   148 +
 .../juneau/server/jaxrs/DefaultProvider.java    |    73 +
 .../org/apache/juneau/server/jaxrs/package.html |   361 +
 .../server/jaxrs/rdf/DefaultJenaProvider.java   |    93 +
 .../apache/juneau/server/jaxrs/rdf/package.html |    34 +
 .../server/jena/RestServletJenaDefault.java     |   275 +
 .../jena/RestServletJenaGroupDefault.java       |    43 +
 .../org/apache/juneau/server/jena/package.html  |    47 +
 .../juneau/server/labels/BeanDescription.java   |    73 +
 .../labels/ChildResourceDescriptions.java       |    63 +
 .../juneau/server/labels/DefaultLabels.java     |    78 +
 .../juneau/server/labels/MethodDescription.java |   350 +
 .../juneau/server/labels/NameDescription.java   |    74 +
 .../juneau/server/labels/ParamDescription.java  |   103 +
 .../server/labels/ResourceDescription.java      |   108 +
 .../juneau/server/labels/ResourceLink.java      |    68 +
 .../juneau/server/labels/ResourceOptions.java   |   284 +
 .../org/apache/juneau/server/labels/Var.java    |    87 +
 .../server/labels/nls/DefaultLabels.properties  |    41 +
 .../apache/juneau/server/labels/package.html    |    41 +
 .../matchers/MultipartFormDataMatcher.java      |    28 +
 .../server/matchers/UrlEncodedFormMatcher.java  |    28 +
 .../apache/juneau/server/matchers/package.html  |    34 +
 .../java/org/apache/juneau/server/package.html  |  3600 +++++
 .../remoteable/RemoteableServiceProperties.java |    39 +
 .../server/remoteable/RemoteableServlet.java    |   154 +
 .../juneau/server/remoteable/doc-files/1.png    |   Bin 0 -> 15845 bytes
 .../juneau/server/remoteable/doc-files/2.png    |   Bin 0 -> 20379 bytes
 .../juneau/server/remoteable/doc-files/3.png    |   Bin 0 -> 33919 bytes
 .../juneau/server/remoteable/doc-files/4.png    |   Bin 0 -> 21108 bytes
 .../juneau/server/remoteable/doc-files/5.png    |   Bin 0 -> 10553 bytes
 .../juneau/server/remoteable/doc-files/6.png    |   Bin 0 -> 24934 bytes
 .../juneau/server/remoteable/package.html       |   356 +
 .../juneau/server/response/DefaultHandler.java  |    90 +
 .../server/response/InputStreamHandler.java     |    44 +
 .../juneau/server/response/ReaderHandler.java   |    42 +
 .../juneau/server/response/RedirectHandler.java |    50 +
 .../server/response/StreamableHandler.java      |    53 +
 .../juneau/server/response/WritableHandler.java |    53 +
 .../response/ZipFileListResponseHandler.java    |    62 +
 .../apache/juneau/server/response/package.html  |    41 +
 .../org/apache/juneau/server/styles/devops.css  |   203 +
 com.ibm.team.juno/.DS_Store                     |   Bin 6148 -> 6148 bytes
 com.ibm.team.juno/.classpath                    |    48 +-
 com.ibm.team.juno/.gitignore                    |     1 +
 com.ibm.team.juno/.project                      |     8 +-
 .../.settings/org.eclipse.core.resources.prefs  |     7 +-
 .../.settings/org.eclipse.jdt.core.prefs        |     7 +-
 .../.settings/org.eclipse.jdt.ui.prefs          |    18 +-
 .../.settings/org.eclipse.wst.common.component  |    13 +-
 ...rg.eclipse.wst.common.project.facet.core.xml |    21 +-
 .../.settings/org.eclipse.wst.validation.prefs  |     1 +
 com.ibm.team.juno/META-INF/MANIFEST.MF          |    65 +-
 .../OSGI-INF/l10n/plugin.properties             |    23 +-
 com.ibm.team.juno/build.properties              |    32 +-
 com.ibm.team.juno/lib/jena/jena-core-2.7.1.jar  |   Bin 1727026 -> 0 bytes
 com.ibm.team.juno/src/com/.DS_Store             |   Bin 6148 -> 0 bytes
 com.ibm.team.juno/src/com/ibm/.DS_Store         |   Bin 6148 -> 0 bytes
 com.ibm.team.juno/src/com/ibm/juno/.DS_Store    |   Bin 6148 -> 0 bytes
 .../src/com/ibm/juno/core/.DS_Store             |   Bin 10244 -> 0 bytes
 .../src/com/ibm/juno/core/BeanContext.java      |  1808 ---
 .../com/ibm/juno/core/BeanContextFactory.java   |   454 -
 .../ibm/juno/core/BeanContextProperties.java    |   188 -
 .../src/com/ibm/juno/core/BeanMap.java          |   461 -
 .../src/com/ibm/juno/core/BeanMapEntry.java     |   121 -
 .../src/com/ibm/juno/core/BeanMeta.java         |   749 -
 .../src/com/ibm/juno/core/BeanMetaFiltered.java |    70 -
 .../src/com/ibm/juno/core/BeanPropertyMeta.java |   803 --
 .../juno/core/BeanProxyInvocationHandler.java   |    78 -
 .../com/ibm/juno/core/BeanRuntimeException.java |    62 -
 .../src/com/ibm/juno/core/ClassMeta.java        |  1262 --
 .../src/com/ibm/juno/core/CoreApi.java          |   172 -
 .../src/com/ibm/juno/core/Delegate.java         |    29 -
 .../com/ibm/juno/core/FormattedException.java   |    53 -
 .../juno/core/FormattedRuntimeException.java    |    44 -
 .../core/InvalidDataConversionException.java    |    33 -
 .../src/com/ibm/juno/core/Lockable.java         |    84 -
 .../src/com/ibm/juno/core/LockedException.java  |    28 -
 .../src/com/ibm/juno/core/MediaRange.java       |   312 -
 .../src/com/ibm/juno/core/ObjectList.java       |   569 -
 .../src/com/ibm/juno/core/ObjectMap.java        |  1403 --
 .../src/com/ibm/juno/core/PropertyNamer.java    |    31 -
 .../ibm/juno/core/PropertyNamerDashedLC.java    |    62 -
 .../com/ibm/juno/core/PropertyNamerDefault.java |    35 -
 .../src/com/ibm/juno/core/Streamable.java       |    38 -
 .../src/com/ibm/juno/core/Visibility.java       |   195 -
 .../src/com/ibm/juno/core/Writable.java         |    38 -
 .../src/com/ibm/juno/core/annotation/Bean.java  |   216 -
 .../juno/core/annotation/BeanConstructor.java   |    82 -
 .../ibm/juno/core/annotation/BeanIgnore.java    |    34 -
 .../ibm/juno/core/annotation/BeanProperty.java  |   182 -
 .../ibm/juno/core/annotation/BeanSubType.java   |    42 -
 .../com/ibm/juno/core/annotation/Consumes.java  |    69 -
 .../com/ibm/juno/core/annotation/Filter.java    |    82 -
 .../ibm/juno/core/annotation/NameProperty.java  |    31 -
 .../juno/core/annotation/ParentProperty.java    |    31 -
 .../com/ibm/juno/core/annotation/Produces.java  |    82 -
 .../ibm/juno/core/annotation/Remoteable.java    |    23 -
 .../ibm/juno/core/annotation/ThreadSafe.java    |    25 -
 .../src/com/ibm/juno/core/annotation/URI.java   |    64 -
 .../com/ibm/juno/core/annotation/package.html   |    34 -
 .../com/ibm/juno/core/csv/CsvSerializer.java    |    90 -
 .../src/com/ibm/juno/core/csv/package.html      |    55 -
 .../ibm/juno/core/doc-files/AddressBook.html    |   106 -
 .../src/com/ibm/juno/core/dto/Link.java         |   133 -
 .../com/ibm/juno/core/dto/ResultSetList.java    |   105 -
 .../com/ibm/juno/core/dto/atom/Category.java    |   137 -
 .../src/com/ibm/juno/core/dto/atom/Common.java  |    84 -
 .../com/ibm/juno/core/dto/atom/CommonEntry.java |   276 -
 .../src/com/ibm/juno/core/dto/atom/Content.java |   144 -
 .../src/com/ibm/juno/core/dto/atom/Entry.java   |   243 -
 .../src/com/ibm/juno/core/dto/atom/Feed.java    |   284 -
 .../com/ibm/juno/core/dto/atom/Generator.java   |   139 -
 .../src/com/ibm/juno/core/dto/atom/Icon.java    |    93 -
 .../src/com/ibm/juno/core/dto/atom/Id.java      |    92 -
 .../src/com/ibm/juno/core/dto/atom/Link.java    |   222 -
 .../src/com/ibm/juno/core/dto/atom/Logo.java    |    93 -
 .../src/com/ibm/juno/core/dto/atom/Person.java  |   131 -
 .../src/com/ibm/juno/core/dto/atom/Source.java  |   223 -
 .../src/com/ibm/juno/core/dto/atom/Text.java    |   179 -
 .../core/dto/atom/doc-files/Example_HTML.png    |   Bin 31484 -> 0 bytes
 .../ibm/juno/core/dto/atom/package-info.java    |    19 -
 .../src/com/ibm/juno/core/dto/atom/package.html |   578 -
 .../com/ibm/juno/core/dto/cognos/Column.java    |   154 -
 .../com/ibm/juno/core/dto/cognos/DataSet.java   |   188 -
 .../ibm/juno/core/dto/cognos/doc-files/HTML.png |   Bin 8476 -> 0 bytes
 .../ibm/juno/core/dto/cognos/doc-files/JSON.png |   Bin 6963 -> 0 bytes
 .../juno/core/dto/cognos/doc-files/RDFXML.png   |   Bin 19981 -> 0 bytes
 .../ibm/juno/core/dto/cognos/package-info.java  |    13 -
 .../com/ibm/juno/core/dto/cognos/package.html   |   170 -
 .../ibm/juno/core/dto/jsonschema/JsonType.java  |   103 -
 .../juno/core/dto/jsonschema/JsonTypeArray.java |    50 -
 .../ibm/juno/core/dto/jsonschema/Sample.java    |    63 -
 .../ibm/juno/core/dto/jsonschema/Schema.java    |  1392 --
 .../juno/core/dto/jsonschema/SchemaArray.java   |    50 -
 .../ibm/juno/core/dto/jsonschema/SchemaMap.java |   119 -
 .../core/dto/jsonschema/SchemaProperty.java     |    44 -
 .../jsonschema/SchemaPropertySimpleArray.java   |    41 -
 .../ibm/juno/core/dto/jsonschema/SchemaRef.java |    34 -
 .../dto/jsonschema/doc-files/Example_Html.png   |   Bin 31260 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Json.png   |   Bin 22006 -> 0 bytes
 .../jsonschema/doc-files/Example_Options.png    |   Bin 41887 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Turtle.png |   Bin 28988 -> 0 bytes
 .../jsonschema/doc-files/Example_UrlEncoded.png |   Bin 21715 -> 0 bytes
 .../dto/jsonschema/doc-files/Example_Xml.png    |   Bin 28095 -> 0 bytes
 .../doc-files/Example_XmlRdfAbbrev.png          |   Bin 36296 -> 0 bytes
 .../ibm/juno/core/dto/jsonschema/package.html   |   511 -
 .../src/com/ibm/juno/core/dto/package.html      |    34 -
 .../src/com/ibm/juno/core/encoders/Encoder.java |    53 -
 .../ibm/juno/core/encoders/EncoderGroup.java    |   195 -
 .../com/ibm/juno/core/encoders/GzipEncoder.java |    44 -
 .../ibm/juno/core/encoders/IdentityEncoder.java |    43 -
 .../src/com/ibm/juno/core/encoders/package.html |    53 -
 .../src/com/ibm/juno/core/filter/.DS_Store      |   Bin 6148 -> 0 bytes
 .../juno/core/filter/AnnotationBeanFilter.java  |    63 -
 .../com/ibm/juno/core/filter/BeanFilter.java    |   472 -
 .../src/com/ibm/juno/core/filter/Filter.java    |   134 -
 .../juno/core/filter/InterfaceBeanFilter.java   |    35 -
 .../com/ibm/juno/core/filter/PojoFilter.java    |   261 -
 .../ibm/juno/core/filter/SurrogateFilter.java   |   203 -
 .../ibm/juno/core/filter/doc-files/classes.dnx  |    99 -
 .../ibm/juno/core/filter/doc-files/classes.png  |   Bin 15527 -> 0 bytes
 .../src/com/ibm/juno/core/filter/package.html   |   764 -
 .../ibm/juno/core/filters/BeanStringFilter.java |    35 -
 .../core/filters/ByteArrayBase64Filter.java     |    47 -
 .../ibm/juno/core/filters/CalendarFilter.java   |   289 -
 .../juno/core/filters/CalendarLongFilter.java   |    52 -
 .../juno/core/filters/CalendarMapFilter.java    |    60 -
 .../com/ibm/juno/core/filters/ClassFilter.java  |    41 -
 .../com/ibm/juno/core/filters/DateFilter.java   |   345 -
 .../ibm/juno/core/filters/DateLongFilter.java   |    48 -
 .../ibm/juno/core/filters/DateMapFilter.java    |    52 -
 .../juno/core/filters/EnumerationFilter.java    |    35 -
 .../ibm/juno/core/filters/IteratorFilter.java   |    35 -
 .../com/ibm/juno/core/filters/ReaderFilter.java |   108 -
 .../filters/XMLGregorianCalendarFilter.java     |    60 -
 .../src/com/ibm/juno/core/filters/package.html  |    59 -
 .../juno/core/html/HtmlBeanPropertyMeta.java    |    86 -
 .../com/ibm/juno/core/html/HtmlClassMeta.java   |    88 -
 .../ibm/juno/core/html/HtmlDocSerializer.java   |   162 -
 .../core/html/HtmlDocSerializerProperties.java  |   165 -
 .../src/com/ibm/juno/core/html/HtmlLink.java    |    45 -
 .../src/com/ibm/juno/core/html/HtmlParser.java  |   743 -
 .../ibm/juno/core/html/HtmlParserContext.java   |    80 -
 .../juno/core/html/HtmlParserProperties.java    |    52 -
 .../juno/core/html/HtmlSchemaDocSerializer.java |   144 -
 .../com/ibm/juno/core/html/HtmlSerializer.java  |   668 -
 .../juno/core/html/HtmlSerializerContext.java   |   116 -
 .../core/html/HtmlSerializerProperties.java     |   113 -
 .../juno/core/html/HtmlSerializerWriter.java    |   329 -
 .../core/html/HtmlStrippedDocSerializer.java    |    55 -
 .../ibm/juno/core/html/SimpleHtmlWriter.java    |    36 -
 .../com/ibm/juno/core/html/annotation/Html.java |    54 -
 .../ibm/juno/core/html/annotation/package.html  |    34 -
 .../core/html/doc-files/HTML_DESCRIPTION.png    |   Bin 3644 -> 0 bytes
 .../ibm/juno/core/html/doc-files/HTML_LINKS.png |   Bin 593 -> 0 bytes
 .../ibm/juno/core/html/doc-files/HTML_TITLE.png |   Bin 2435 -> 0 bytes
 .../com/ibm/juno/core/html/dto/HtmlElement.java |    23 -
 .../src/com/ibm/juno/core/html/dto/Img.java     |    35 -
 .../src/com/ibm/juno/core/html/dto/package.html |    34 -
 .../src/com/ibm/juno/core/html/package.html     |    72 -
 .../src/com/ibm/juno/core/ini/ConfigFile.java   |   789 -
 .../com/ibm/juno/core/ini/ConfigFileFormat.java |    25 -
 .../com/ibm/juno/core/ini/ConfigFileImpl.java   |   740 -
 .../ibm/juno/core/ini/ConfigFileListener.java   |    42 -
 .../ibm/juno/core/ini/ConfigFileWrapped.java    |   273 -
 .../ibm/juno/core/ini/ConfigFileWritable.java   |    40 -
 .../src/com/ibm/juno/core/ini/ConfigMgr.java    |   312 -
 .../src/com/ibm/juno/core/ini/ConfigUtils.java  |    90 -
 .../src/com/ibm/juno/core/ini/Encoder.java      |    35 -
 .../com/ibm/juno/core/ini/EntryListener.java    |    44 -
 .../src/com/ibm/juno/core/ini/Section.java      |   564 -
 .../com/ibm/juno/core/ini/SectionListener.java  |    59 -
 .../src/com/ibm/juno/core/ini/XorEncoder.java   |    46 -
 .../com/ibm/juno/core/ini/doc-files/config1.png |   Bin 39851 -> 0 bytes
 .../com/ibm/juno/core/ini/doc-files/config2.png |   Bin 48881 -> 0 bytes
 .../com/ibm/juno/core/ini/doc-files/config3.png |   Bin 59095 -> 0 bytes
 .../src/com/ibm/juno/core/ini/package.html      |   643 -
 .../src/com/ibm/juno/core/jena/Constants.java   |    91 -
 .../ibm/juno/core/jena/RdfBeanPropertyMeta.java |    78 -
 .../com/ibm/juno/core/jena/RdfClassMeta.java    |    82 -
 .../ibm/juno/core/jena/RdfCollectionFormat.java |    52 -
 .../src/com/ibm/juno/core/jena/RdfParser.java   |   518 -
 .../ibm/juno/core/jena/RdfParserContext.java    |   173 -
 .../ibm/juno/core/jena/RdfParserProperties.java |    68 -
 .../com/ibm/juno/core/jena/RdfProperties.java   |   415 -
 .../com/ibm/juno/core/jena/RdfSerializer.java   |   465 -
 .../juno/core/jena/RdfSerializerContext.java    |   179 -
 .../juno/core/jena/RdfSerializerProperties.java |    80 -
 .../src/com/ibm/juno/core/jena/RdfUtils.java    |    87 -
 .../com/ibm/juno/core/jena/annotation/Rdf.java  |    58 -
 .../ibm/juno/core/jena/annotation/RdfNs.java    |    37 -
 .../juno/core/jena/annotation/RdfSchema.java    |    94 -
 .../ibm/juno/core/jena/annotation/package.html  |    34 -
 .../juno/core/jena/doc-files/Example_HTML.png   |   Bin 35528 -> 0 bytes
 .../ibm/juno/core/jena/doc-files/Example_N3.png |   Bin 37430 -> 0 bytes
 .../core/jena/doc-files/Example_NTriple.png     |   Bin 48413 -> 0 bytes
 .../juno/core/jena/doc-files/Example_RDFXML.png |   Bin 30486 -> 0 bytes
 .../jena/doc-files/Example_RDFXMLABBREV.png     |   Bin 30356 -> 0 bytes
 .../juno/core/jena/doc-files/Example_Turtle.png |   Bin 35328 -> 0 bytes
 .../src/com/ibm/juno/core/jena/package.html     |  1687 ---
 .../core/jso/JavaSerializedObjectParser.java    |    55 -
 .../jso/JavaSerializedObjectSerializer.java     |    52 -
 .../src/com/ibm/juno/core/jso/package.html      |    34 -
 .../com/ibm/juno/core/json/JsonClassMeta.java   |    55 -
 .../src/com/ibm/juno/core/json/JsonParser.java  |   852 --
 .../ibm/juno/core/json/JsonParserContext.java   |    66 -
 .../juno/core/json/JsonParserProperties.java    |    85 -
 .../juno/core/json/JsonSchemaSerializer.java    |   154 -
 .../com/ibm/juno/core/json/JsonSerializer.java  |   457 -
 .../juno/core/json/JsonSerializerContext.java   |    80 -
 .../core/json/JsonSerializerProperties.java     |    91 -
 .../juno/core/json/JsonSerializerWriter.java    |   265 -
 .../com/ibm/juno/core/json/annotation/Json.java |    72 -
 .../ibm/juno/core/json/annotation/package.html  |    34 -
 .../juno/core/json/doc-files/Example_HTML.png   |   Bin 35528 -> 0 bytes
 .../juno/core/json/doc-files/Example_JSON.png   |   Bin 26954 -> 0 bytes
 .../core/json/doc-files/Example_JSONSchema.png  |   Bin 34114 -> 0 bytes
 .../core/json/doc-files/Example_JSONSimple.png  |   Bin 30920 -> 0 bytes
 .../src/com/ibm/juno/core/json/package.html     |  1460 --
 .../src/com/ibm/juno/core/package.html          |   210 -
 .../ibm/juno/core/parser/InputStreamParser.java |    52 -
 .../ibm/juno/core/parser/ParseException.java    |    88 -
 .../src/com/ibm/juno/core/parser/Parser.java    |   576 -
 .../com/ibm/juno/core/parser/ParserContext.java |   177 -
 .../com/ibm/juno/core/parser/ParserGroup.java   |   317 -
 .../ibm/juno/core/parser/ParserListener.java    |    40 -
 .../ibm/juno/core/parser/ParserProperties.java  |    69 -
 .../com/ibm/juno/core/parser/ParserReader.java  |   379 -
 .../com/ibm/juno/core/parser/ReaderParser.java  |   394 -
 .../src/com/ibm/juno/core/parser/package.html   |   126 -
 .../juno/core/plaintext/PlainTextParser.java    |    68 -
 .../core/plaintext/PlainTextSerializer.java     |    66 -
 .../com/ibm/juno/core/plaintext/package.html    |    34 -
 .../core/serializer/OutputStreamSerializer.java |    51 -
 .../core/serializer/SerializeException.java     |    53 -
 .../ibm/juno/core/serializer/Serializer.java    |   284 -
 .../juno/core/serializer/SerializerContext.java |   583 -
 .../juno/core/serializer/SerializerGroup.java   |   345 -
 .../core/serializer/SerializerProperties.java   |   315 -
 .../juno/core/serializer/SerializerWriter.java  |   313 -
 .../ibm/juno/core/serializer/StringObject.java  |    81 -
 .../juno/core/serializer/WriterSerializer.java  |   168 -
 .../com/ibm/juno/core/serializer/package.html   |   128 -
 .../ibm/juno/core/soap/SoapXmlSerializer.java   |    78 -
 .../core/soap/SoapXmlSerializerProperties.java  |    24 -
 .../src/com/ibm/juno/core/soap/package.html     |    34 -
 .../ibm/juno/core/urlencoding/UonParser.java    |   865 --
 .../juno/core/urlencoding/UonParserContext.java |   111 -
 .../core/urlencoding/UonParserProperties.java   |    76 -
 .../juno/core/urlencoding/UonParserReader.java  |   195 -
 .../juno/core/urlencoding/UonSerializer.java    |   532 -
 .../core/urlencoding/UonSerializerContext.java  |   110 -
 .../urlencoding/UonSerializerProperties.java    |   135 -
 .../core/urlencoding/UonSerializerWriter.java   |   268 -
 .../core/urlencoding/UrlEncodingClassMeta.java  |    55 -
 .../core/urlencoding/UrlEncodingParser.java     |   553 -
 .../core/urlencoding/UrlEncodingProperties.java |    82 -
 .../core/urlencoding/UrlEncodingSerializer.java |   490 -
 .../urlencoding/annotation/UrlEncoding.java     |    37 -
 .../core/urlencoding/annotation/package.html    |    34 -
 .../core/urlencoding/doc-files/Example_HTML.png |   Bin 32778 -> 0 bytes
 .../doc-files/Example_UrlEncoding.png           |   Bin 20958 -> 0 bytes
 .../juno/core/urlencoding/doc-files/rfc_uon.txt |   352 -
 .../com/ibm/juno/core/urlencoding/package.html  |  1410 --
 .../src/com/ibm/juno/core/utils/Args.java       |   257 -
 .../src/com/ibm/juno/core/utils/ArrayUtils.java |   273 -
 .../src/com/ibm/juno/core/utils/AsciiSet.java   |    55 -
 .../com/ibm/juno/core/utils/ByteArrayCache.java |   102 -
 .../juno/core/utils/ByteArrayInOutStream.java   |    28 -
 .../ibm/juno/core/utils/CharSequenceReader.java |    96 -
 .../src/com/ibm/juno/core/utils/ClassUtils.java |   211 -
 .../ibm/juno/core/utils/CollectionUtils.java    |    53 -
 .../ibm/juno/core/utils/DelegateBeanMap.java    |   111 -
 .../com/ibm/juno/core/utils/DelegateList.java   |    35 -
 .../com/ibm/juno/core/utils/DelegateMap.java    |    50 -
 .../src/com/ibm/juno/core/utils/FileUtils.java  |   130 -
 .../com/ibm/juno/core/utils/FilteredMap.java    |    92 -
 .../src/com/ibm/juno/core/utils/IOPipe.java     |   208 -
 .../src/com/ibm/juno/core/utils/IOUtils.java    |   352 -
 .../com/ibm/juno/core/utils/IdentityList.java   |    45 -
 .../src/com/ibm/juno/core/utils/KeywordSet.java |    86 -
 .../com/ibm/juno/core/utils/ManifestFile.java   |    97 -
 .../com/ibm/juno/core/utils/MessageBundle.java  |   305 -
 .../com/ibm/juno/core/utils/MultiIterable.java  |    74 -
 .../src/com/ibm/juno/core/utils/MultiSet.java   |   107 -
 .../ibm/juno/core/utils/PojoIntrospector.java   |   113 -
 .../src/com/ibm/juno/core/utils/PojoQuery.java  |  1246 --
 .../src/com/ibm/juno/core/utils/PojoRest.java   |   843 --
 .../ibm/juno/core/utils/PojoRestException.java  |    56 -
 .../com/ibm/juno/core/utils/ProcBuilder.java    |   382 -
 .../ibm/juno/core/utils/ReflectionUtils.java    |   159 -
 .../src/com/ibm/juno/core/utils/SimpleMap.java  |   112 -
 .../juno/core/utils/StringBuilderWriter.java    |    95 -
 .../com/ibm/juno/core/utils/StringMapVar.java   |    41 -
 .../com/ibm/juno/core/utils/StringUtils.java    |   919 --
 .../src/com/ibm/juno/core/utils/StringVar.java  |    37 -
 .../ibm/juno/core/utils/StringVarMultipart.java |    32 -
 .../ibm/juno/core/utils/StringVarResolver.java  |   361 -
 .../juno/core/utils/StringVarWithDefault.java   |    31 -
 .../src/com/ibm/juno/core/utils/StringVars.java |    34 -
 .../ibm/juno/core/utils/TeeOutputStream.java    |   159 -
 .../src/com/ibm/juno/core/utils/TeeWriter.java  |   161 -
 .../com/ibm/juno/core/utils/ThrowableUtils.java |    80 -
 .../src/com/ibm/juno/core/utils/Utils.java      |    34 -
 .../com/ibm/juno/core/utils/ZipFileList.java    |   136 -
 .../com/ibm/juno/core/utils/log/JunoLogger.java |   293 -
 .../src/com/ibm/juno/core/utils/package.html    |    53 -
 .../src/com/ibm/juno/core/xml/Namespace.java    |    81 -
 .../com/ibm/juno/core/xml/NamespaceFactory.java |   126 -
 .../src/com/ibm/juno/core/xml/XmlBeanMeta.java  |   125 -
 .../ibm/juno/core/xml/XmlBeanPropertyMeta.java  |   159 -
 .../src/com/ibm/juno/core/xml/XmlClassMeta.java |   114 -
 .../ibm/juno/core/xml/XmlContentHandler.java    |   135 -
 .../com/ibm/juno/core/xml/XmlDocSerializer.java |    62 -
 .../src/com/ibm/juno/core/xml/XmlParser.java    |   541 -
 .../com/ibm/juno/core/xml/XmlParserContext.java |   167 -
 .../ibm/juno/core/xml/XmlParserProperties.java  |   244 -
 .../juno/core/xml/XmlSchemaDocSerializer.java   |    50 -
 .../ibm/juno/core/xml/XmlSchemaSerializer.java  |   588 -
 .../com/ibm/juno/core/xml/XmlSerializer.java    |   727 -
 .../ibm/juno/core/xml/XmlSerializerContext.java |   206 -
 .../juno/core/xml/XmlSerializerProperties.java  |   171 -
 .../ibm/juno/core/xml/XmlSerializerWriter.java  |   663 -
 .../src/com/ibm/juno/core/xml/XmlUtils.java     |   571 -
 .../com/ibm/juno/core/xml/annotation/Xml.java   |   197 -
 .../ibm/juno/core/xml/annotation/XmlFormat.java |    53 -
 .../com/ibm/juno/core/xml/annotation/XmlNs.java |    37 -
 .../ibm/juno/core/xml/annotation/XmlSchema.java |    94 -
 .../ibm/juno/core/xml/annotation/package.html   |    34 -
 .../juno/core/xml/doc-files/Example_HTML.png    |   Bin 35528 -> 0 bytes
 .../ibm/juno/core/xml/doc-files/Example_XML.png |   Bin 32865 -> 0 bytes
 .../core/xml/doc-files/Example_XMLSchema.png    |   Bin 45685 -> 0 bytes
 .../core/xml/doc-files/Example_XMLSimple.png    |   Bin 34372 -> 0 bytes
 .../src/com/ibm/juno/core/xml/package.html      |  2321 ---
 .../src/doc-files/Microservices.1.png           |   Bin 22345 -> 0 bytes
 .../doc-files/Samples.AddressBookResource.1.png |   Bin 44553 -> 0 bytes
 .../doc-files/Samples.AddressBookResource.2.png |   Bin 224346 -> 0 bytes
 .../Samples.AddressBookResource.Demo.1.png      |   Bin 17539 -> 0 bytes
 .../Samples.AddressBookResource.Demo.10.png     |   Bin 37153 -> 0 bytes
 .../Samples.AddressBookResource.Demo.2.png      |   Bin 47285 -> 0 bytes
 .../Samples.AddressBookResource.Demo.3.png      |   Bin 40911 -> 0 bytes
 .../Samples.AddressBookResource.Demo.4.png      |   Bin 40461 -> 0 bytes
 .../Samples.AddressBookResource.Demo.5.png      |   Bin 49884 -> 0 bytes
 .../Samples.AddressBookResource.Demo.6.png      |   Bin 52332 -> 0 bytes
 .../Samples.AddressBookResource.Demo.7.png      |   Bin 39401 -> 0 bytes
 .../Samples.AddressBookResource.Demo.8.png      |   Bin 34154 -> 0 bytes
 .../Samples.AddressBookResource.Demo.9.png      |   Bin 51831 -> 0 bytes
 ...les.AddressBookResource.Introspectable.1.png |   Bin 21714 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.1.png |   Bin 43970 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.2.png |   Bin 35177 -> 0 bytes
 .../Samples.AddressBookResource.Queryable.3.png |   Bin 35137 -> 0 bytes
 ...amples.AddressBookResource.Traversable.1.png |   Bin 28868 -> 0 bytes
 ...amples.AddressBookResource.Traversable.2.png |   Bin 20464 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.1.png    |   Bin 45184 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.2.png    |   Bin 78940 -> 0 bytes
 .../doc-files/Samples.AtomFeedResource.3.png    |   Bin 28698 -> 0 bytes
 .../src/doc-files/Samples.Building.1.png        |   Bin 14082 -> 0 bytes
 .../src/doc-files/Samples.Building.2.png        |   Bin 5543 -> 0 bytes
 .../src/doc-files/Samples.ConfigResource.1.png  |   Bin 38071 -> 0 bytes
 .../src/doc-files/Samples.ConfigResource.2.png  |   Bin 42599 -> 0 bytes
 .../src/doc-files/Samples.ConfigResource.3.png  |   Bin 41856 -> 0 bytes
 .../Samples.DockerRegistryResource.1.png        |   Bin 16230 -> 0 bytes
 .../Samples.DockerRegistryResource.2.png        |   Bin 23808 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.1.png  |   Bin 15414 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.2.png  |   Bin 10797 -> 0 bytes
 .../doc-files/Samples.HelloWorldResource.3.png  |   Bin 66934 -> 0 bytes
 .../src/doc-files/Samples.Installing.1.png      |   Bin 52312 -> 0 bytes
 .../src/doc-files/Samples.Installing.2.png      |   Bin 59664 -> 0 bytes
 .../src/doc-files/Samples.Installing.3.png      |   Bin 25927 -> 0 bytes
 .../doc-files/Samples.JsonSchemaResource.1.png  |   Bin 36315 -> 0 bytes
 .../doc-files/Samples.JsonSchemaResource.2.png  |   Bin 28837 -> 0 bytes
 .../src/doc-files/Samples.LogsResource.1.png    |   Bin 37594 -> 0 bytes
 .../src/doc-files/Samples.LogsResource.2.png    |   Bin 42497 -> 0 bytes
 .../src/doc-files/Samples.LogsResource.3.png    |   Bin 56603 -> 0 bytes
 .../Samples.MethodExampleResource.1.png         |   Bin 27555 -> 0 bytes
 .../Samples.MethodExampleResource.2.png         |   Bin 71023 -> 0 bytes
 .../src/doc-files/Samples.PhotosResource.1.png  |   Bin 16442 -> 0 bytes
 .../src/doc-files/Samples.PhotosResource.2.png  |   Bin 71952 -> 0 bytes
 ...Samples.RequestEchoResource.1.htmlschema.png |   Bin 35501 -> 0 bytes
 .../Samples.RequestEchoResource.1.json.png      |   Bin 30092 -> 0 bytes
 ...Samples.RequestEchoResource.1.jsonschema.png |   Bin 31731 -> 0 bytes
 ...Samples.RequestEchoResource.1.jsonsimple.png |   Bin 29302 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.1.png |   Bin 54743 -> 0 bytes
 .../Samples.RequestEchoResource.1.uon.png       |   Bin 64778 -> 0 bytes
 ...amples.RequestEchoResource.1.urlencoding.png |   Bin 71054 -> 0 bytes
 .../Samples.RequestEchoResource.1.xml.png       |   Bin 43989 -> 0 bytes
 .../Samples.RequestEchoResource.1.xmlschema.png |   Bin 47951 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.2.png |   Bin 30872 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.3.png |   Bin 27501 -> 0 bytes
 .../doc-files/Samples.RequestEchoResource.4.png |   Bin 22149 -> 0 bytes
 .../src/doc-files/Samples.Running.1.png         |   Bin 40422 -> 0 bytes
 .../src/doc-files/Samples.Running.2.png         |   Bin 15925 -> 0 bytes
 .../src/doc-files/Samples.Running.3.png         |   Bin 62643 -> 0 bytes
 .../Samples.SampleRemoteableServlet.1.png       |   Bin 23969 -> 0 bytes
 .../Samples.SampleRemoteableServlet.2.png       |   Bin 29986 -> 0 bytes
 .../Samples.SampleRemoteableServlet.3.png       |   Bin 45596 -> 0 bytes
 .../doc-files/Samples.SqlQueryResource.1.png    |   Bin 16113 -> 0 bytes
 .../doc-files/Samples.SqlQueryResource.2.png    |   Bin 40356 -> 0 bytes
 .../src/doc-files/Samples.TempDirResource.1.png |   Bin 32843 -> 0 bytes
 .../src/doc-files/Samples.TempDirResource.2.png |   Bin 20359 -> 0 bytes
 .../Samples.TumblrParserResource.1.png          |   Bin 168439 -> 0 bytes
 .../Samples.UrlEncodedFormResource.1.png        |   Bin 24026 -> 0 bytes
 .../Samples.UrlEncodedFormResource.2.png        |   Bin 31318 -> 0 bytes
 com.ibm.team.juno/src/doc-files/Server.Html.png |   Bin 52497 -> 0 bytes
 com.ibm.team.juno/src/doc-files/Server.Json.png |   Bin 29692 -> 0 bytes
 com.ibm.team.juno/src/doc-files/Server.N3.png   |   Bin 45391 -> 0 bytes
 .../src/doc-files/Server.NTuple.png             |   Bin 55713 -> 0 bytes
 .../src/doc-files/Server.Options.png            |   Bin 67005 -> 0 bytes
 .../src/doc-files/Server.RdfXml.png             |   Bin 45274 -> 0 bytes
 .../src/doc-files/Server.SimpleXml.png          |   Bin 36746 -> 0 bytes
 .../src/doc-files/Server.Turtle.png             |   Bin 45180 -> 0 bytes
 com.ibm.team.juno/src/doc-files/Server.Uon.png  |   Bin 28160 -> 0 bytes
 .../src/doc-files/Server.UrlEncoding.png        |   Bin 32516 -> 0 bytes
 com.ibm.team.juno/src/doc-files/Server.Xml.png  |   Bin 45446 -> 0 bytes
 com.ibm.team.juno/src/javadoc.css               |  1039 --
 .../src/main/java/doc-files/Microservices.1.png |   Bin 0 -> 22345 bytes
 .../doc-files/Samples.AddressBookResource.1.png |   Bin 0 -> 44553 bytes
 .../doc-files/Samples.AddressBookResource.2.png |   Bin 0 -> 224346 bytes
 .../Samples.AddressBookResource.Demo.1.png      |   Bin 0 -> 17539 bytes
 .../Samples.AddressBookResource.Demo.10.png     |   Bin 0 -> 37153 bytes
 .../Samples.AddressBookResource.Demo.2.png      |   Bin 0 -> 47285 bytes
 .../Samples.AddressBookResource.Demo.3.png      |   Bin 0 -> 40911 bytes
 .../Samples.AddressBookResource.Demo.4.png      |   Bin 0 -> 40461 bytes
 .../Samples.AddressBookResource.Demo.5.png      |   Bin 0 -> 49884 bytes
 .../Samples.AddressBookResource.Demo.6.png      |   Bin 0 -> 52332 bytes
 .../Samples.AddressBookResource.Demo.7.png      |   Bin 0 -> 39401 bytes
 .../Samples.AddressBookResource.Demo.8.png      |   Bin 0 -> 34154 bytes
 .../Samples.AddressBookResource.Demo.9.png      |   Bin 0 -> 51831 bytes
 ...les.AddressBookResource.Introspectable.1.png |   Bin 0 -> 21714 bytes
 .../Samples.AddressBookResource.Queryable.1.png |   Bin 0 -> 43970 bytes
 .../Samples.AddressBookResource.Queryable.2.png |   Bin 0 -> 35177 bytes
 .../Samples.AddressBookResource.Queryable.3.png |   Bin 0 -> 35137 bytes
 ...amples.AddressBookResource.Traversable.1.png |   Bin 0 -> 28868 bytes
 ...amples.AddressBookResource.Traversable.2.png |   Bin 0 -> 20464 bytes
 .../doc-files/Samples.AtomFeedResource.1.png    |   Bin 0 -> 45184 bytes
 .../doc-files/Samples.AtomFeedResource.2.png    |   Bin 0 -> 78940 bytes
 .../doc-files/Samples.AtomFeedResource.3.png    |   Bin 0 -> 28698 bytes
 .../main/java/doc-files/Samples.Building.1.png  |   Bin 0 -> 14082 bytes
 .../main/java/doc-files/Samples.Building.2.png  |   Bin 0 -> 5543 bytes
 .../java/doc-files/Samples.ConfigResource.1.png |   Bin 0 -> 38071 bytes
 .../java/doc-files/Samples.ConfigResource.2.png |   Bin 0 -> 42599 bytes
 .../java/doc-files/Samples.ConfigResource.3.png |   Bin 0 -> 41856 bytes
 .../Samples.DockerRegistryResource.1.png        |   Bin 0 -> 16230 bytes
 .../Samples.DockerRegistryResource.2.png        |   Bin 0 -> 23808 bytes
 .../doc-files/Samples.HelloWorldResource.1.png  |   Bin 0 -> 15414 bytes
 .../doc-files/Samples.HelloWorldResource.2.png  |   Bin 0 -> 10797 bytes
 .../doc-files/Samples.HelloWorldResource.3.png  |   Bin 0 -> 66934 bytes
 .../java/doc-files/Samples.Installing.1.png     |   Bin 0 -> 52312 bytes
 .../java/doc-files/Samples.Installing.2.png     |   Bin 0 -> 59664 bytes
 .../java/doc-files/Samples.Installing.3.png     |   Bin 0 -> 25927 bytes
 .../doc-files/Samples.JsonSchemaResource.1.png  |   Bin 0 -> 36315 bytes
 .../doc-files/Samples.JsonSchemaResource.2.png  |   Bin 0 -> 28837 bytes
 .../java/doc-files/Samples.LogsResource.1.png   |   Bin 0 -> 37594 bytes
 .../java/doc-files/Samples.LogsResource.2.png   |   Bin 0 -> 42497 bytes
 .../java/doc-files/Samples.LogsResource.3.png   |   Bin 0 -> 56603 bytes
 .../Samples.MethodExampleResource.1.png         |   Bin 0 -> 27555 bytes
 .../Samples.MethodExampleResource.2.png         |   Bin 0 -> 71023 bytes
 .../java/doc-files/Samples.PhotosResource.1.png |   Bin 0 -> 16442 bytes
 .../java/doc-files/Samples.PhotosResource.2.png |   Bin 0 -> 71952 bytes
 ...Samples.RequestEchoResource.1.htmlschema.png |   Bin 0 -> 35501 bytes
 .../Samples.RequestEchoResource.1.json.png      |   Bin 0 -> 30092 bytes
 ...Samples.RequestEchoResource.1.jsonschema.png |   Bin 0 -> 31731 bytes
 ...Samples.RequestEchoResource.1.jsonsimple.png |   Bin 0 -> 29302 bytes
 .../doc-files/Samples.RequestEchoResource.1.png |   Bin 0 -> 54743 bytes
 .../Samples.RequestEchoResource.1.uon.png       |   Bin 0 -> 64778 bytes
 ...amples.RequestEchoResource.1.urlencoding.png |   Bin 0 -> 71054 bytes
 .../Samples.RequestEchoResource.1.xml.png       |   Bin 0 -> 43989 bytes
 .../Samples.RequestEchoResource.1.xmlschema.png |   Bin 0 -> 47951 bytes
 .../doc-files/Samples.RequestEchoResource.2.png |   Bin 0 -> 30872 bytes
 .../doc-files/Samples.RequestEchoResource.3.png |   Bin 0 -> 27501 bytes
 .../doc-files/Samples.RequestEchoResource.4.png |   Bin 0 -> 22149 bytes
 .../main/java/doc-files/Samples.Running.1.png   |   Bin 0 -> 40422 bytes
 .../main/java/doc-files/Samples.Running.2.png   |   Bin 0 -> 15925 bytes
 .../main/java/doc-files/Samples.Running.3.png   |   Bin 0 -> 62643 bytes
 .../Samples.SampleRemoteableServlet.1.png       |   Bin 0 -> 23969 bytes
 .../Samples.SampleRemoteableServlet.2.png       |   Bin 0 -> 29986 bytes
 .../Samples.SampleRemoteableServlet.3.png       |   Bin 0 -> 45596 bytes
 .../doc-files/Samples.SqlQueryResource.1.png    |   Bin 0 -> 16113 bytes
 .../doc-files/Samples.SqlQueryResource.2.png    |   Bin 0 -> 40356 bytes
 .../doc-files/Samples.TempDirResource.1.png     |   Bin 0 -> 32843 bytes
 .../doc-files/Samples.TempDirResource.2.png     |   Bin 0 -> 20359 bytes
 .../Samples.TumblrParserResource.1.png          |   Bin 0 -> 168439 bytes
 .../Samples.UrlEncodedFormResource.1.png        |   Bin 0 -> 24026 bytes
 .../Samples.UrlEncodedFormResource.2.png        |   Bin 0 -> 31318 bytes
 .../src/main/java/doc-files/Server.Html.png     |   Bin 0 -> 52497 bytes
 .../src/main/java/doc-files/Server.Json.png     |   Bin 0 -> 29692 bytes
 .../src/main/java/doc-files/Server.N3.png       |   Bin 0 -> 45391 bytes
 .../src/main/java/doc-files/Server.NTuple.png   |   Bin 0 -> 55713 bytes
 .../src/main/java/doc-files/Server.Options.png  |   Bin 0 -> 67005 bytes
 .../src/main/java/doc-files/Server.RdfXml.png   |   Bin 0 -> 45274 bytes
 .../main/java/doc-files/Server.SimpleXml.png    |   Bin 0 -> 36746 bytes
 .../src/main/java/doc-files/Server.Turtle.png   |   Bin 0 -> 45180 bytes
 .../src/main/java/doc-files/Server.Uon.png      |   Bin 0 -> 28160 bytes
 .../main/java/doc-files/Server.UrlEncoding.png  |   Bin 0 -> 32516 bytes
 .../src/main/java/doc-files/Server.Xml.png      |   Bin 0 -> 45446 bytes
 .../java/org/apache/juneau/BeanContext.java     |  2069 +++
 .../main/java/org/apache/juneau/BeanMap.java    |   489 +
 .../java/org/apache/juneau/BeanMapEntry.java    |   125 +
 .../main/java/org/apache/juneau/BeanMeta.java   |   755 +
 .../org/apache/juneau/BeanMetaFiltered.java     |    74 +
 .../org/apache/juneau/BeanPropertyMeta.java     |   807 ++
 .../juneau/BeanProxyInvocationHandler.java      |    82 +
 .../org/apache/juneau/BeanRuntimeException.java |    66 +
 .../main/java/org/apache/juneau/ClassMeta.java  |  1331 ++
 .../java/org/apache/juneau/ConfigException.java |    27 +
 .../main/java/org/apache/juneau/Context.java    |    38 +
 .../java/org/apache/juneau/ContextFactory.java  |  1298 ++
 .../main/java/org/apache/juneau/CoreApi.java    |   213 +
 .../main/java/org/apache/juneau/Delegate.java   |    33 +
 .../org/apache/juneau/FormattedException.java   |    57 +
 .../juneau/FormattedRuntimeException.java       |    47 +
 .../juneau/InvalidDataConversionException.java  |    54 +
 .../main/java/org/apache/juneau/Lockable.java   |    88 +
 .../java/org/apache/juneau/LockedException.java |    32 +
 .../main/java/org/apache/juneau/MediaRange.java |   316 +
 .../main/java/org/apache/juneau/ObjectList.java |   569 +
 .../main/java/org/apache/juneau/ObjectMap.java  |  1404 ++
 .../java/org/apache/juneau/PropertyNamer.java   |    35 +
 .../apache/juneau/PropertyNamerDashedLC.java    |    66 +
 .../org/apache/juneau/PropertyNamerDefault.java |    39 +
 .../main/java/org/apache/juneau/Session.java    |    33 +
 .../main/java/org/apache/juneau/Streamable.java |    42 +
 .../main/java/org/apache/juneau/Visibility.java |   199 +
 .../main/java/org/apache/juneau/Writable.java   |    42 +
 .../java/org/apache/juneau/annotation/Bean.java |   236 +
 .../juneau/annotation/BeanConstructor.java      |    86 +
 .../apache/juneau/annotation/BeanIgnore.java    |    38 +
 .../apache/juneau/annotation/BeanProperty.java  |   186 +
 .../apache/juneau/annotation/BeanSubType.java   |    46 +
 .../org/apache/juneau/annotation/Consumes.java  |    73 +
 .../apache/juneau/annotation/NameProperty.java  |    35 +
 .../juneau/annotation/ParentProperty.java       |    35 +
 .../org/apache/juneau/annotation/Produces.java  |    86 +
 .../apache/juneau/annotation/Remoteable.java    |    27 +
 .../apache/juneau/annotation/ThreadSafe.java    |    29 +
 .../org/apache/juneau/annotation/Transform.java |    86 +
 .../java/org/apache/juneau/annotation/URI.java  |    68 +
 .../org/apache/juneau/annotation/package.html   |    41 +
 .../org/apache/juneau/csv/CsvSerializer.java    |    95 +
 .../java/org/apache/juneau/csv/package.html     |    62 +
 .../apache/juneau/doc-files/AddressBook.html    |   113 +
 .../main/java/org/apache/juneau/dto/Link.java   |   137 +
 .../org/apache/juneau/dto/ResultSetList.java    |   109 +
 .../org/apache/juneau/dto/atom/Category.java    |   141 +
 .../java/org/apache/juneau/dto/atom/Common.java |    88 +
 .../org/apache/juneau/dto/atom/CommonEntry.java |   280 +
 .../org/apache/juneau/dto/atom/Content.java     |   148 +
 .../java/org/apache/juneau/dto/atom/Entry.java  |   247 +
 .../java/org/apache/juneau/dto/atom/Feed.java   |   288 +
 .../org/apache/juneau/dto/atom/Generator.java   |   143 +
 .../java/org/apache/juneau/dto/atom/Icon.java   |    97 +
 .../java/org/apache/juneau/dto/atom/Id.java     |    96 +
 .../java/org/apache/juneau/dto/atom/Link.java   |   226 +
 .../java/org/apache/juneau/dto/atom/Logo.java   |    97 +
 .../java/org/apache/juneau/dto/atom/Person.java |   135 +
 .../java/org/apache/juneau/dto/atom/Source.java |   227 +
 .../java/org/apache/juneau/dto/atom/Text.java   |   183 +
 .../juneau/dto/atom/doc-files/Example_HTML.png  |   Bin 0 -> 31484 bytes
 .../apache/juneau/dto/atom/package-info.java    |    23 +
 .../org/apache/juneau/dto/atom/package.html     |   585 +
 .../org/apache/juneau/dto/cognos/Column.java    |   160 +
 .../org/apache/juneau/dto/cognos/DataSet.java   |   193 +
 .../apache/juneau/dto/cognos/doc-files/HTML.png |   Bin 0 -> 8476 bytes
 .../apache/juneau/dto/cognos/doc-files/JSON.png |   Bin 0 -> 6963 bytes
 .../juneau/dto/cognos/doc-files/RDFXML.png      |   Bin 0 -> 19981 bytes
 .../apache/juneau/dto/cognos/package-info.java  |    17 +
 .../org/apache/juneau/dto/cognos/package.html   |   177 +
 .../apache/juneau/dto/jsonschema/JsonType.java  |   107 +
 .../juneau/dto/jsonschema/JsonTypeArray.java    |    54 +
 .../apache/juneau/dto/jsonschema/Sample.java    |    67 +
 .../apache/juneau/dto/jsonschema/Schema.java    |  1401 ++
 .../juneau/dto/jsonschema/SchemaArray.java      |    54 +
 .../apache/juneau/dto/jsonschema/SchemaMap.java |   123 +
 .../juneau/dto/jsonschema/SchemaProperty.java   |    48 +
 .../jsonschema/SchemaPropertySimpleArray.java   |    45 +
 .../apache/juneau/dto/jsonschema/SchemaRef.java |    38 +
 .../dto/jsonschema/doc-files/Example_Html.png   |   Bin 0 -> 31260 bytes
 .../dto/jsonschema/doc-files/Example_Json.png   |   Bin 0 -> 22006 bytes
 .../jsonschema/doc-files/Example_Options.png    |   Bin 0 -> 41887 bytes
 .../dto/jsonschema/doc-files/Example_Turtle.png |   Bin 0 -> 28988 bytes
 .../jsonschema/doc-files/Example_UrlEncoded.png |   Bin 0 -> 21715 bytes
 .../dto/jsonschema/doc-files/Example_Xml.png    |   Bin 0 -> 28095 bytes
 .../doc-files/Example_XmlRdfAbbrev.png          |   Bin 0 -> 36296 bytes
 .../apache/juneau/dto/jsonschema/package.html   |   518 +
 .../java/org/apache/juneau/dto/package.html     |    41 +
 .../org/apache/juneau/encoders/Encoder.java     |    57 +
 .../apache/juneau/encoders/EncoderGroup.java    |   199 +
 .../org/apache/juneau/encoders/GzipEncoder.java |    48 +
 .../apache/juneau/encoders/IdentityEncoder.java |    47 +
 .../org/apache/juneau/encoders/package.html     |    60 +
 .../juneau/html/HtmlBeanPropertyMeta.java       |    90 +
 .../org/apache/juneau/html/HtmlClassMeta.java   |    92 +
 .../apache/juneau/html/HtmlDocSerializer.java   |   168 +
 .../juneau/html/HtmlDocSerializerContext.java   |   199 +
 .../juneau/html/HtmlDocSerializerSession.java   |   135 +
 .../java/org/apache/juneau/html/HtmlLink.java   |    49 +
 .../java/org/apache/juneau/html/HtmlParser.java |   732 +
 .../apache/juneau/html/HtmlParserContext.java   |    62 +
 .../apache/juneau/html/HtmlParserSession.java   |    86 +
 .../juneau/html/HtmlSchemaDocSerializer.java    |   154 +
 .../org/apache/juneau/html/HtmlSerializer.java  |   645 +
 .../juneau/html/HtmlSerializerContext.java      |   108 +
 .../juneau/html/HtmlSerializerSession.java      |   153 +
 .../juneau/html/HtmlStrippedDocSerializer.java  |    58 +
 .../java/org/apache/juneau/html/HtmlWriter.java |   333 +
 .../apache/juneau/html/SimpleHtmlWriter.java    |    40 +
 .../org/apache/juneau/html/annotation/Html.java |    58 +
 .../apache/juneau/html/annotation/package.html  |    41 +
 .../juneau/html/doc-files/HTML_DESCRIPTION.png  |   Bin 0 -> 3644 bytes
 .../apache/juneau/html/doc-files/HTML_LINKS.png |   Bin 0 -> 593 bytes
 .../apache/juneau/html/doc-files/HTML_TITLE.png |   Bin 0 -> 2435 bytes
 .../main/java/org/apache/juneau/html/dto/A.java |    55 +
 .../java/org/apache/juneau/html/dto/Abbr.java   |    26 +
 .../org/apache/juneau/html/dto/Address.java     |    26 +
 .../java/org/apache/juneau/html/dto/Area.java   |    26 +
 .../org/apache/juneau/html/dto/Article.java     |    26 +
 .../java/org/apache/juneau/html/dto/Aside.java  |    26 +
 .../java/org/apache/juneau/html/dto/Audio.java  |    26 +
 .../main/java/org/apache/juneau/html/dto/B.java |    26 +
 .../java/org/apache/juneau/html/dto/Base.java   |    26 +
 .../java/org/apache/juneau/html/dto/Bdi.java    |    26 +
 .../java/org/apache/juneau/html/dto/Bdo.java    |    26 +
 .../org/apache/juneau/html/dto/Blockquote.java  |    26 +
 .../java/org/apache/juneau/html/dto/Body.java   |    26 +
 .../java/org/apache/juneau/html/dto/Br.java     |    26 +
 .../java/org/apache/juneau/html/dto/Button.java |    26 +
 .../java/org/apache/juneau/html/dto/Canvas.java |    26 +
 .../org/apache/juneau/html/dto/Caption.java     |    26 +
 .../java/org/apache/juneau/html/dto/Cite.java   |    26 +
 .../java/org/apache/juneau/html/dto/Code.java   |    26 +
 .../java/org/apache/juneau/html/dto/Col.java    |    26 +
 .../org/apache/juneau/html/dto/Colgroup.java    |    26 +
 .../org/apache/juneau/html/dto/Command.java     |    26 +
 .../org/apache/juneau/html/dto/Datalist.java    |    26 +
 .../java/org/apache/juneau/html/dto/Dd.java     |    26 +
 .../java/org/apache/juneau/html/dto/Del.java    |    26 +
 .../org/apache/juneau/html/dto/Details.java     |    26 +
 .../java/org/apache/juneau/html/dto/Dfn.java    |    26 +
 .../java/org/apache/juneau/html/dto/Div.java    |    26 +
 .../java/org/apache/juneau/html/dto/Dl.java     |    26 +
 .../java/org/apache/juneau/html/dto/Dt.java     |    26 +
 .../java/org/apache/juneau/html/dto/Em.java     |    26 +
 .../java/org/apache/juneau/html/dto/Embed.java  |    26 +
 .../org/apache/juneau/html/dto/Fieldset.java    |    26 +
 .../org/apache/juneau/html/dto/Figcaption.java  |    26 +
 .../java/org/apache/juneau/html/dto/Figure.java |    26 +
 .../java/org/apache/juneau/html/dto/Footer.java |    26 +
 .../java/org/apache/juneau/html/dto/Form.java   |    26 +
 .../java/org/apache/juneau/html/dto/H1.java     |    26 +
 .../java/org/apache/juneau/html/dto/H2.java     |    26 +
 .../java/org/apache/juneau/html/dto/H3.java     |    26 +
 .../java/org/apache/juneau/html/dto/H4.java     |    26 +
 .../java/org/apache/juneau/html/dto/H5.java     |    26 +
 .../java/org/apache/juneau/html/dto/H6.java     |    26 +
 .../java/org/apache/juneau/html/dto/Head.java   |    26 +
 .../java/org/apache/juneau/html/dto/Header.java |    26 +
 .../java/org/apache/juneau/html/dto/Hgroup.java |    26 +
 .../java/org/apache/juneau/html/dto/Hr.java     |    26 +
 .../java/org/apache/juneau/html/dto/Html.java   |    26 +
 .../org/apache/juneau/html/dto/HtmlElement.java |  1300 ++
 .../org/apache/juneau/html/dto/HtmlSchema.java  |    29 +
 .../main/java/org/apache/juneau/html/dto/I.java |    26 +
 .../java/org/apache/juneau/html/dto/IFrame.java |    26 +
 .../java/org/apache/juneau/html/dto/Img.java    |    39 +
 .../java/org/apache/juneau/html/dto/Input.java  |    26 +
 .../java/org/apache/juneau/html/dto/Ins.java    |    26 +
 .../java/org/apache/juneau/html/dto/Kbd.java    |    26 +
 .../java/org/apache/juneau/html/dto/Keygen.java |    26 +
 .../java/org/apache/juneau/html/dto/Label.java  |    26 +
 .../java/org/apache/juneau/html/dto/Legend.java |    26 +
 .../java/org/apache/juneau/html/dto/Li.java     |    26 +
 .../java/org/apache/juneau/html/dto/Link.java   |    26 +
 .../java/org/apache/juneau/html/dto/Map.java    |    26 +
 .../java/org/apache/juneau/html/dto/Mark.java   |    26 +
 .../java/org/apache/juneau/html/dto/Menu.java   |    26 +
 .../java/org/apache/juneau/html/dto/Meta.java   |    26 +
 .../java/org/apache/juneau/html/dto/Meter.java  |    26 +
 .../java/org/apache/juneau/html/dto/Nav.java    |    26 +
 .../org/apache/juneau/html/dto/Noscript.java    |    26 +
 .../java/org/apache/juneau/html/dto/Object.java |    26 +
 .../java/org/apache/juneau/html/dto/Ol.java     |    26 +
 .../org/apache/juneau/html/dto/Optgroup.java    |    26 +
 .../java/org/apache/juneau/html/dto/Option.java |    26 +
 .../java/org/apache/juneau/html/dto/Output.java |    26 +
 .../main/java/org/apache/juneau/html/dto/P.java |    26 +
 .../java/org/apache/juneau/html/dto/Param.java  |    26 +
 .../java/org/apache/juneau/html/dto/Pre.java    |    26 +
 .../org/apache/juneau/html/dto/Progress.java    |    26 +
 .../main/java/org/apache/juneau/html/dto/Q.java |    26 +
 .../java/org/apache/juneau/html/dto/Rp.java     |    26 +
 .../java/org/apache/juneau/html/dto/Rt.java     |    26 +
 .../java/org/apache/juneau/html/dto/Ruby.java   |    26 +
 .../main/java/org/apache/juneau/html/dto/S.java |    26 +
 .../java/org/apache/juneau/html/dto/Samp.java   |    26 +
 .../java/org/apache/juneau/html/dto/Script.java |    26 +
 .../org/apache/juneau/html/dto/Section.java     |    26 +
 .../java/org/apache/juneau/html/dto/Select.java |    26 +
 .../java/org/apache/juneau/html/dto/Small.java  |    26 +
 .../java/org/apache/juneau/html/dto/Source.java |    26 +
 .../java/org/apache/juneau/html/dto/Span.java   |    26 +
 .../java/org/apache/juneau/html/dto/Strong.java |    26 +
 .../java/org/apache/juneau/html/dto/Style.java  |    26 +
 .../java/org/apache/juneau/html/dto/Sub.java    |    26 +
 .../org/apache/juneau/html/dto/Summary.java     |    26 +
 .../java/org/apache/juneau/html/dto/Sup.java    |    26 +
 .../java/org/apache/juneau/html/dto/Table.java  |    26 +
 .../java/org/apache/juneau/html/dto/Tbody.java  |    26 +
 .../java/org/apache/juneau/html/dto/Td.java     |    26 +
 .../org/apache/juneau/html/dto/Textarea.java    |    26 +
 .../java/org/apache/juneau/html/dto/Tfoot.java  |    26 +
 .../java/org/apache/juneau/html/dto/Th.java     |    26 +
 .../java/org/apache/juneau/html/dto/Thead.java  |    26 +
 .../java/org/apache/juneau/html/dto/Time.java   |    26 +
 .../java/org/apache/juneau/html/dto/Title.java  |    26 +
 .../java/org/apache/juneau/html/dto/Tr.java     |    26 +
 .../java/org/apache/juneau/html/dto/Track.java  |    26 +
 .../main/java/org/apache/juneau/html/dto/U.java |    26 +
 .../java/org/apache/juneau/html/dto/Ul.java     |    26 +
 .../java/org/apache/juneau/html/dto/Var.java    |    26 +
 .../java/org/apache/juneau/html/dto/Video.java  |    26 +
 .../java/org/apache/juneau/html/dto/Wbr.java    |    26 +
 .../main/java/org/apache/juneau/html/dto/X.java |    26 +
 .../org/apache/juneau/html/dto/package.html     |    41 +
 .../java/org/apache/juneau/html/dto/temp.txt    |   142 +
 .../java/org/apache/juneau/html/package.html    |    79 +
 .../java/org/apache/juneau/ini/ConfigFile.java  |   766 +
 .../org/apache/juneau/ini/ConfigFileFormat.java |    29 +
 .../org/apache/juneau/ini/ConfigFileImpl.java   |   747 +
 .../apache/juneau/ini/ConfigFileListener.java   |    46 +
 .../apache/juneau/ini/ConfigFileWrapped.java    |   278 +
 .../apache/juneau/ini/ConfigFileWritable.java   |    44 +
 .../java/org/apache/juneau/ini/ConfigMgr.java   |   314 +
 .../java/org/apache/juneau/ini/ConfigUtils.java |    94 +
 .../java/org/apache/juneau/ini/Encoder.java     |    39 +
 .../org/apache/juneau/ini/EntryListener.java    |    48 +
 .../java/org/apache/juneau/ini/Section.java     |   568 +
 .../org/apache/juneau/ini/SectionListener.java  |    63 +
 .../java/org/apache/juneau/ini/XorEncoder.java  |    50 +
 .../org/apache/juneau/ini/doc-files/config1.png |   Bin 0 -> 39851 bytes
 .../org/apache/juneau/ini/doc-files/config2.png |   Bin 0 -> 48881 bytes
 .../org/apache/juneau/ini/doc-files/config3.png |   Bin 0 -> 59095 bytes
 .../java/org/apache/juneau/ini/package.html     |   650 +
 .../org/apache/juneau/internal/ArrayUtils.java  |   278 +
 .../org/apache/juneau/internal/AsciiSet.java    |    59 +
 .../apache/juneau/internal/ByteArrayCache.java  |   106 +
 .../juneau/internal/ByteArrayInOutStream.java   |    32 +
 .../juneau/internal/CharSequenceReader.java     |   100 +
 .../org/apache/juneau/internal/ClassUtils.java  |   323 +
 .../apache/juneau/internal/CollectionUtils.java |    57 +
 .../apache/juneau/internal/DelegateBeanMap.java |   127 +
 .../apache/juneau/internal/DelegateList.java    |    44 +
 .../org/apache/juneau/internal/DelegateMap.java |    59 +
 .../org/apache/juneau/internal/FileUtils.java   |   134 +
 .../org/apache/juneau/internal/FilteredMap.java |    96 +
 .../org/apache/juneau/internal/HashCode.java    |    71 +
 .../org/apache/juneau/internal/IOUtils.java     |   349 +
 .../apache/juneau/internal/IdentityList.java    |    49 +
 .../apache/juneau/internal/JuneauLogger.java    |   295 +
 .../org/apache/juneau/internal/KeywordSet.java  |    90 +
 .../apache/juneau/internal/MultiIterable.java   |    78 +
 .../org/apache/juneau/internal/MultiSet.java    |   111 +
 .../apache/juneau/internal/ReflectionUtils.java |   163 +
 .../org/apache/juneau/internal/SimpleMap.java   |   116 +
 .../juneau/internal/StringBuilderWriter.java    |    99 +
 .../org/apache/juneau/internal/StringUtils.java |   979 ++
 .../apache/juneau/internal/TeeOutputStream.java |   163 +
 .../org/apache/juneau/internal/TeeWriter.java   |   165 +
 .../apache/juneau/internal/ThrowableUtils.java  |    84 +
 .../java/org/apache/juneau/internal/Utils.java  |    38 +
 .../org/apache/juneau/internal/Version.java     |   122 +
 .../apache/juneau/internal/VersionRange.java    |    81 +
 .../java/org/apache/juneau/jena/Constants.java  |    95 +
 .../apache/juneau/jena/RdfBeanPropertyMeta.java |    82 +
 .../org/apache/juneau/jena/RdfClassMeta.java    |    86 +
 .../apache/juneau/jena/RdfCollectionFormat.java |    56 +
 .../apache/juneau/jena/RdfCommonContext.java    |   386 +
 .../java/org/apache/juneau/jena/RdfParser.java  |   498 +
 .../apache/juneau/jena/RdfParserContext.java    |    71 +
 .../apache/juneau/jena/RdfParserSession.java    |   233 +
 .../org/apache/juneau/jena/RdfSerializer.java   |   456 +
 .../juneau/jena/RdfSerializerContext.java       |   107 +
 .../juneau/jena/RdfSerializerSession.java       |   270 +
 .../java/org/apache/juneau/jena/RdfUtils.java   |    91 +
 .../org/apache/juneau/jena/annotation/Rdf.java  |    62 +
 .../apache/juneau/jena/annotation/RdfNs.java    |    41 +
 .../juneau/jena/annotation/RdfSchema.java       |    98 +
 .../apache/juneau/jena/annotation/package.html  |    41 +
 .../juneau/jena/doc-files/Example_HTML.png      |   Bin 0 -> 35528 bytes
 .../apache/juneau/jena/doc-files/Example_N3.png |   Bin 0 -> 37430 bytes
 .../juneau/jena/doc-files/Example_NTriple.png   |   Bin 0 -> 48413 bytes
 .../juneau/jena/doc-files/Example_RDFXML.png    |   Bin 0 -> 30486 bytes
 .../jena/doc-files/Example_RDFXMLABBREV.png     |   Bin 0 -> 30356 bytes
 .../juneau/jena/doc-files/Example_Turtle.png    |   Bin 0 -> 35328 bytes
 .../java/org/apache/juneau/jena/package.html    |  1444 ++
 .../juneau/jso/JavaSerializedObjectParser.java  |    55 +
 .../jso/JavaSerializedObjectSerializer.java     |    56 +
 .../java/org/apache/juneau/jso/package.html     |    41 +
 .../org/apache/juneau/json/JsonClassMeta.java   |    59 +
 .../java/org/apache/juneau/json/JsonParser.java |   823 ++
 .../apache/juneau/json/JsonParserContext.java   |    66 +
 .../apache/juneau/json/JsonParserSession.java   |    96 +
 .../juneau/json/JsonSchemaSerializer.java       |   157 +
 .../org/apache/juneau/json/JsonSerializer.java  |   440 +
 .../juneau/json/JsonSerializerContext.java      |    83 +
 .../juneau/json/JsonSerializerSession.java      |    91 +
 .../java/org/apache/juneau/json/JsonWriter.java |   265 +
 .../org/apache/juneau/json/annotation/Json.java |    76 +
 .../apache/juneau/json/annotation/package.html  |    41 +
 .../juneau/json/doc-files/Example_HTML.png      |   Bin 0 -> 35528 bytes
 .../juneau/json/doc-files/Example_JSON.png      |   Bin 0 -> 26954 bytes
 .../json/doc-files/Example_JSONSchema.png       |   Bin 0 -> 34114 bytes
 .../json/doc-files/Example_JSONSimple.png       |   Bin 0 -> 30920 bytes
 .../java/org/apache/juneau/json/package.html    |  1361 ++
 .../org/apache/juneau/msgpack/DataType.java     |    73 +
 .../juneau/msgpack/MsgPackInputStream.java      |   482 +
 .../juneau/msgpack/MsgPackOutputStream.java     |   322 +
 .../apache/juneau/msgpack/MsgPackParser.java    |   261 +
 .../juneau/msgpack/MsgPackParserContext.java    |    49 +
 .../juneau/msgpack/MsgPackParserSession.java    |    70 +
 .../juneau/msgpack/MsgPackSerializer.java       |   285 +
 .../msgpack/MsgPackSerializerContext.java       |    49 +
 .../msgpack/MsgPackSerializerSession.java       |    52 +
 .../java/org/apache/juneau/msgpack/package.html |    63 +
 .../main/java/org/apache/juneau/package.html    |   217 +
 .../apache/juneau/parser/InputStreamParser.java |    45 +
 .../apache/juneau/parser/ParseException.java    |   105 +
 .../java/org/apache/juneau/parser/Parser.java   |   728 +
 .../org/apache/juneau/parser/ParserContext.java |    57 +
 .../org/apache/juneau/parser/ParserGroup.java   |   314 +
 .../apache/juneau/parser/ParserListener.java    |    44 +
 .../org/apache/juneau/parser/ParserReader.java  |   382 +
 .../org/apache/juneau/parser/ParserSession.java |   310 +
 .../org/apache/juneau/parser/ReaderParser.java  |    45 +
 .../java/org/apache/juneau/parser/package.html  |   133 +
 .../juneau/plaintext/PlainTextParser.java       |    70 +
 .../juneau/plaintext/PlainTextSerializer.java   |    69 +
 .../org/apache/juneau/plaintext/package.html    |    41 +
 .../serializer/OutputStreamSerializer.java      |    65 +
 .../juneau/serializer/SerializeException.java   |   105 +
 .../apache/juneau/serializer/Serializer.java    |   335 +
 .../juneau/serializer/SerializerContext.java    |   291 +
 .../juneau/serializer/SerializerGroup.java      |   338 +
 .../juneau/serializer/SerializerSession.java    |   743 +
 .../juneau/serializer/SerializerWriter.java     |   317 +
 .../apache/juneau/serializer/StringObject.java  |    85 +
 .../juneau/serializer/WriterSerializer.java     |    96 +
 .../org/apache/juneau/serializer/package.html   |   135 +
 .../apache/juneau/soap/SoapXmlSerializer.java   |    78 +
 .../juneau/soap/SoapXmlSerializerContext.java   |    28 +
 .../java/org/apache/juneau/soap/package.html    |    41 +
 .../org/apache/juneau/svl/DefaultingVar.java    |    50 +
 .../main/java/org/apache/juneau/svl/MapVar.java |    46 +
 .../org/apache/juneau/svl/MultipartVar.java     |    50 +
 .../java/org/apache/juneau/svl/SimpleVar.java   |    46 +
 .../java/org/apache/juneau/svl/StreamedVar.java |    44 +
 .../main/java/org/apache/juneau/svl/Var.java    |   110 +
 .../java/org/apache/juneau/svl/VarResolver.java |   221 +
 .../apache/juneau/svl/VarResolverContext.java   |   113 +
 .../apache/juneau/svl/VarResolverSession.java   |   298 +
 .../java/org/apache/juneau/svl/package.html     |   246 +
 .../org/apache/juneau/svl/vars/ArgsVar.java     |    64 +
 .../apache/juneau/svl/vars/ConfigFileVar.java   |    65 +
 .../apache/juneau/svl/vars/EnvVariablesVar.java |    52 +
 .../apache/juneau/svl/vars/ManifestFileVar.java |    64 +
 .../juneau/svl/vars/SystemPropertiesVar.java    |    46 +
 .../transform/AnnotationBeanTransform.java      |    70 +
 .../apache/juneau/transform/BeanTransform.java  |   526 +
 .../transform/InterfaceBeanTransform.java       |    39 +
 .../apache/juneau/transform/PojoTransform.java  |   265 +
 .../juneau/transform/SurrogateTransform.java    |   207 +
 .../org/apache/juneau/transform/Transform.java  |   138 +
 .../juneau/transform/doc-files/classes.png      |   Bin 0 -> 15527 bytes
 .../org/apache/juneau/transform/package.html    |   771 +
 .../juneau/transforms/BeanStringTransform.java  |    39 +
 .../transforms/ByteArrayBase64Transform.java    |    51 +
 .../transforms/CalendarLongTransform.java       |    54 +
 .../juneau/transforms/CalendarMapTransform.java |    62 +
 .../juneau/transforms/CalendarTransform.java    |   293 +
 .../juneau/transforms/DateLongTransform.java    |    52 +
 .../juneau/transforms/DateMapTransform.java     |    56 +
 .../apache/juneau/transforms/DateTransform.java |   370 +
 .../juneau/transforms/EnumerationTransform.java |    39 +
 .../juneau/transforms/IteratorTransform.java    |    39 +
 .../juneau/transforms/ReaderTransform.java      |   112 +
 .../XMLGregorianCalendarTransform.java          |    64 +
 .../org/apache/juneau/transforms/package.html   |    66 +
 .../apache/juneau/urlencoding/UonParser.java    |   829 ++
 .../juneau/urlencoding/UonParserContext.java    |    69 +
 .../juneau/urlencoding/UonParserSession.java    |   129 +
 .../apache/juneau/urlencoding/UonReader.java    |   197 +
 .../juneau/urlencoding/UonSerializer.java       |   513 +
 .../urlencoding/UonSerializerContext.java       |   127 +
 .../urlencoding/UonSerializerSession.java       |    92 +
 .../apache/juneau/urlencoding/UonWriter.java    |   275 +
 .../urlencoding/UrlEncodingClassMeta.java       |    59 +
 .../juneau/urlencoding/UrlEncodingContext.java  |    68 +
 .../juneau/urlencoding/UrlEncodingParser.java   |   554 +
 .../urlencoding/UrlEncodingParserContext.java   |    81 +
 .../urlencoding/UrlEncodingParserSession.java   |    77 +
 .../urlencoding/UrlEncodingSerializer.java      |   478 +
 .../UrlEncodingSerializerContext.java           |    81 +
 .../UrlEncodingSerializerSession.java           |    86 +
 .../urlencoding/annotation/UrlEncoding.java     |    41 +
 .../juneau/urlencoding/annotation/package.html  |    41 +
 .../urlencoding/doc-files/Example_HTML.png      |   Bin 0 -> 32778 bytes
 .../doc-files/Example_UrlEncoding.png           |   Bin 0 -> 20958 bytes
 .../juneau/urlencoding/doc-files/rfc_uon.txt    |   352 +
 .../org/apache/juneau/urlencoding/package.html  |  1309 ++
 .../main/java/org/apache/juneau/utils/Args.java |   245 +
 .../java/org/apache/juneau/utils/IOPipe.java    |   218 +
 .../org/apache/juneau/utils/ManifestFile.java   |    90 +
 .../org/apache/juneau/utils/MessageBundle.java  |   310 +
 .../apache/juneau/utils/PojoIntrospector.java   |   118 +
 .../java/org/apache/juneau/utils/PojoQuery.java |  1251 ++
 .../java/org/apache/juneau/utils/PojoRest.java  |   847 ++
 .../apache/juneau/utils/PojoRestException.java  |    60 +
 .../org/apache/juneau/utils/ProcBuilder.java    |   387 +
 .../org/apache/juneau/utils/ZipFileList.java    |   140 +
 .../java/org/apache/juneau/utils/package.html   |    60 +
 .../java/org/apache/juneau/xml/Namespace.java   |    88 +
 .../org/apache/juneau/xml/NamespaceFactory.java |   130 +
 .../java/org/apache/juneau/xml/XmlBeanMeta.java |   129 +
 .../apache/juneau/xml/XmlBeanPropertyMeta.java  |   163 +
 .../org/apache/juneau/xml/XmlClassMeta.java     |   118 +
 .../apache/juneau/xml/XmlContentHandler.java    |   139 +
 .../org/apache/juneau/xml/XmlDocSerializer.java |    64 +
 .../java/org/apache/juneau/xml/XmlParser.java   |   523 +
 .../org/apache/juneau/xml/XmlParserContext.java |   156 +
 .../org/apache/juneau/xml/XmlParserSession.java |   189 +
 .../juneau/xml/XmlSchemaDocSerializer.java      |    67 +
 .../apache/juneau/xml/XmlSchemaSerializer.java  |   605 +
 .../org/apache/juneau/xml/XmlSerializer.java    |   713 +
 .../apache/juneau/xml/XmlSerializerContext.java |   161 +
 .../apache/juneau/xml/XmlSerializerSession.java |   208 +
 .../java/org/apache/juneau/xml/XmlUtils.java    |   575 +
 .../java/org/apache/juneau/xml/XmlWriter.java   |   667 +
 .../org/apache/juneau/xml/annotation/Xml.java   |   201 +
 .../apache/juneau/xml/annotation/XmlFormat.java |    62 +
 .../org/apache/juneau/xml/annotation/XmlNs.java |    41 +
 .../apache/juneau/xml/annotation/XmlSchema.java |    98 +
 .../apache/juneau/xml/annotation/package.html   |    41 +
 .../juneau/xml/doc-files/Example_HTML.png       |   Bin 0 -> 35528 bytes
 .../apache/juneau/xml/doc-files/Example_XML.png |   Bin 0 -> 32865 bytes
 .../juneau/xml/doc-files/Example_XMLSchema.png  |   Bin 0 -> 45685 bytes
 .../juneau/xml/doc-files/Example_XMLSimple.png  |   Bin 0 -> 34372 bytes
 .../java/org/apache/juneau/xml/package.html     |  2158 +++
 com.ibm.team.juno/src/main/java/overview.html   |  7660 ++++++++++
 com.ibm.team.juno/src/overview.html             |  7507 ----------
 .../java/org/apache/juneau/CT_Annotations.java  |    82 +
 .../java/org/apache/juneau/CT_BeanConfig.java   |   848 ++
 .../test/java/org/apache/juneau/CT_BeanMap.java |  1911 +++
 .../org/apache/juneau/CT_BeanTransform.java     |   144 +
 .../java/org/apache/juneau/CT_ClassMeta.java    |   281 +
 .../org/apache/juneau/CT_ContextFactory.java    |   824 ++
 .../apache/juneau/CT_DataConversionTest.java    |   145 +
 .../org/apache/juneau/CT_IgnoredClasses.java    |    72 +
 .../java/org/apache/juneau/CT_JacocoDummy.java  |    49 +
 .../java/org/apache/juneau/CT_ObjectList.java   |    98 +
 .../java/org/apache/juneau/CT_ObjectMap.java    |   313 +
 .../org/apache/juneau/CT_ParserGenerics.java    |    71 +
 .../java/org/apache/juneau/CT_ParserReader.java |   181 +
 .../org/apache/juneau/CT_PojoTransform.java     |    56 +
 .../apache/juneau/CT_PropertyNamerDashedLC.java |    39 +
 .../java/org/apache/juneau/CT_Visibility.java   |   169 +
 .../test/java/org/apache/juneau/TestUtils.java  |   395 +
 .../org/apache/juneau/XmlValidatorParser.java   |    74 +
 .../src/test/java/org/apache/juneau/a/A1.java   |   186 +
 .../a/rttests/CT_RoundTripAddClassAttrs.java    |   349 +
 .../a/rttests/CT_RoundTripBeanInheritance.java  |   220 +
 .../juneau/a/rttests/CT_RoundTripBeanMaps.java  |  1012 ++
 .../juneau/a/rttests/CT_RoundTripClasses.java   |    53 +
 .../juneau/a/rttests/CT_RoundTripDTOs.java      |    50 +
 .../juneau/a/rttests/CT_RoundTripEnum.java      |   246 +
 .../juneau/a/rttests/CT_RoundTripGenerics.java  |    97 +
 .../a/rttests/CT_RoundTripLargeObjects.java     |   193 +
 .../juneau/a/rttests/CT_RoundTripMaps.java      |   215 +
 .../CT_RoundTripNumericConstructors.java        |    54 +
 .../a/rttests/CT_RoundTripObjectsAsStrings.java |   272 +
 .../CT_RoundTripObjectsWithSpecialMethods.java  |   116 +
 .../CT_RoundTripPrimitiveObjectBeans.java       |   197 +
 .../a/rttests/CT_RoundTripPrimitivesBeans.java  |   367 +
 .../a/rttests/CT_RoundTripReadOnlyBeans.java    |   100 +
 .../a/rttests/CT_RoundTripSimpleObjects.java    |   750 +
 .../a/rttests/CT_RoundTripToObjectMaps.java     |    78 +
 .../a/rttests/CT_RoundTripTransformBeans.java   |   382 +
 .../a/rttests/CT_RoundTripTrimStrings.java      |    98 +
 .../apache/juneau/a/rttests/RoundTripTest.java  |   301 +
 .../test/java/org/apache/juneau/csv/CT_Csv.java |    50 +
 .../org/apache/juneau/dto/atom/CT_Atom.java     |   102 +
 .../apache/juneau/dto/cognos/CT_CognosXml.java  |   106 +
 .../juneau/dto/jsonschema/CT_JsonSchema.java    |   103 +
 .../java/org/apache/juneau/html/CT_Common.java  |   564 +
 .../org/apache/juneau/html/CT_CommonParser.java |   162 +
 .../java/org/apache/juneau/html/CT_Html.java    |   389 +
 .../org/apache/juneau/ini/CT_ConfigFile.java    |  2154 +++
 .../org/apache/juneau/ini/CT_ConfigMgr.java     |   204 +
 .../apache/juneau/internal/CT_VersionRange.java |    68 +
 .../java/org/apache/juneau/jena/CT_Common.java  |   513 +
 .../org/apache/juneau/jena/CT_CommonParser.java |   208 +
 .../org/apache/juneau/jena/CT_CommonXml.java    |    95 +
 .../java/org/apache/juneau/jena/CT_Rdf.java     |   597 +
 .../org/apache/juneau/jena/CT_RdfParser.java    |   149 +
 .../java/org/apache/juneau/json/CT_Common.java  |   501 +
 .../org/apache/juneau/json/CT_CommonParser.java |   180 +
 .../java/org/apache/juneau/json/CT_Json.java    |   308 +
 .../org/apache/juneau/json/CT_JsonParser.java   |   331 +
 .../org/apache/juneau/json/CT_JsonSchema.java   |    44 +
 .../juneau/msgpack/CT_MsgPackSerialzier.java    |   220 +
 .../testbeans/PrimitiveAtomicObjectsBean.java   |    78 +
 .../juneau/testbeans/PrimitiveObjectsBean.java  |   198 +
 .../org/apache/juneau/testbeans/TestURI.java    |    65 +
 .../apache/juneau/transforms/CT_BeanMap.java    |    96 +
 .../juneau/transforms/CT_BeanTransform.java     |   204 +
 .../transforms/CT_ByteArrayBase64Transform.java |   172 +
 .../juneau/transforms/CT_CalendarTransform.java |   696 +
 .../apache/juneau/transforms/CT_DateFilter.java |   170 +
 .../transforms/CT_EnumerationTransform.java     |    35 +
 .../juneau/transforms/CT_IteratorTransform.java |    37 +
 .../juneau/transforms/CT_ReaderFilter.java      |    47 +
 .../juneau/urlencoding/CT_CommonParser_Uon.java |   168 +
 .../CT_CommonParser_UrlEncoding.java            |   185 +
 .../juneau/urlencoding/CT_Common_Uon.java       |   450 +
 .../urlencoding/CT_Common_UrlEncoding.java      |   442 +
 .../apache/juneau/urlencoding/CT_UonParser.java |   542 +
 .../juneau/urlencoding/CT_UonParserReader.java  |   217 +
 .../juneau/urlencoding/CT_UonSerializer.java    |   460 +
 .../urlencoding/CT_UrlEncodingParser.java       |  1000 ++
 .../urlencoding/CT_UrlEncodingSerializer.java   |   497 +
 .../org/apache/juneau/urlencoding/DTOs.java     |   140 +
 .../java/org/apache/juneau/utils/CT_Args.java   |    70 +
 .../org/apache/juneau/utils/CT_ArrayUtils.java  |   160 +
 .../apache/juneau/utils/CT_ByteArrayCache.java  |    60 +
 .../juneau/utils/CT_ByteArrayInOutStream.java   |    34 +
 .../org/apache/juneau/utils/CT_CharSet.java     |    34 +
 .../org/apache/juneau/utils/CT_ClassUtils.java  |   114 +
 .../apache/juneau/utils/CT_CollectionUtils.java |    34 +
 .../org/apache/juneau/utils/CT_FilteredMap.java |    44 +
 .../java/org/apache/juneau/utils/CT_IOPipe.java |   282 +
 .../org/apache/juneau/utils/CT_IOUtils.java     |   103 +
 .../apache/juneau/utils/CT_IdentityList.java    |    38 +
 .../apache/juneau/utils/CT_KeywordStore.java    |    45 +
 .../apache/juneau/utils/CT_MultiIterable.java   |    70 +
 .../org/apache/juneau/utils/CT_MultiSet.java    |   143 +
 .../apache/juneau/utils/CT_ParserReader.java    |    48 +
 .../juneau/utils/CT_PojoIntrospector.java       |    53 +
 .../org/apache/juneau/utils/CT_PojoQuery.java   |   680 +
 .../org/apache/juneau/utils/CT_PojoRest.java    |   852 ++
 .../org/apache/juneau/utils/CT_SimpleMap.java   |    48 +
 .../juneau/utils/CT_StringBuilderWriter.java    |    59 +
 .../org/apache/juneau/utils/CT_StringUtils.java |   676 +
 .../juneau/utils/CT_StringVarResolver.java      |   332 +
 .../java/org/apache/juneau/xml/CT_Common.java   |   453 +
 .../org/apache/juneau/xml/CT_CommonParser.java  |   179 +
 .../org/apache/juneau/xml/CT_CommonXml.java     |    81 +
 .../test/java/org/apache/juneau/xml/CT_Xml.java |  1050 ++
 .../org/apache/juneau/xml/CT_XmlCollapsed.java  |   459 +
 .../org/apache/juneau/xml/CT_XmlContent.java    |   301 +
 .../org/apache/juneau/xml/CT_XmlParser.java     |    95 +
 .../java/org/apache/juneau/xml/xml1a/T1.java    |    37 +
 .../java/org/apache/juneau/xml/xml1a/T2.java    |    37 +
 .../java/org/apache/juneau/xml/xml1b/T3.java    |    36 +
 .../java/org/apache/juneau/xml/xml1b/T4.java    |    37 +
 .../java/org/apache/juneau/xml/xml1b/T5.java    |    37 +
 .../java/org/apache/juneau/xml/xml1b/T6.java    |    37 +
 .../java/org/apache/juneau/xml/xml1b/T7.java    |    36 +
 .../apache/juneau/xml/xml1b/package-info.java   |    16 +
 .../java/org/apache/juneau/xml/xml1c/T8.java    |    32 +
 .../java/org/apache/juneau/xml/xml1c/T9.java    |    23 +
 .../apache/juneau/xml/xml1c/package-info.java   |    26 +
 com.ibm.team.juno/src/todo.txt                  |     7 -
 6094 files changed, 149142 insertions(+), 701831 deletions(-)
----------------------------------------------------------------------