Code clean-up to keep only the Containers.Vector support. The Safe_Array
is not supporting optional items and at this point it is better to
remove it altogether.
TN eng/toolchain/aws#92
It used to be partialy implemented as an equivalent of xsd:int. This
is wrong as xsd:int and xsd:integer have different semantics.
Add corresponding regression test and documentation.
Part of eng/toolchain/aws#72
The demos' certificates are now valid until 2034. Also install
the certificates into share/examples/aws/certificates.
Motivated by eng/toolchain/aws#31
In this mode the connection starts as non secure and
if the server has support for STARTTLS a protocol switching
is done to use a secure TLS connection.
Add corresponding demo.
Update documentation.
For W517-004.
This commit adjust the sphinx configuration to use the "Read The Docs"
theme, which has the advantage of allowing the navigation bar
(containing among other things a search bar, and the TOC) to stay
fixed while scrolling the contents of the page being read. This is
particularly useful to allow access to those features while reading
a long page, for instance.
TN: VB25-022