http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/extensions/mod_spi-support.html ---------------------------------------------------------------------- diff --cc extensions/mod_spi-support.html index e49e26a,226c6b5..0000000 deleted file mode 100644,100644 --- a/extensions/mod_spi-support.html +++ /dev/null @@@ -1,221 -1,221 +1,0 @@@ --<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -- --<html xmlns="http://www.w3.org/1999/xhtml"> -- <head> -- <meta charset="utf-8"/> -- <title>Apache Tamaya&#8201;&#8212;&#8201;Extension: Classloader Isolation Support</title> -- <meta name="viewport" content="width=device-width, initial-scale=1.0"/> -- <meta name="description" content=""/> -- <meta name="author" content=""/> -- <meta name="keywords" content=""/> -- <meta name="generator" content="'JBake '+'${version}"/> -- -- <!-- Le styles --> -- <link href="../css/bootstrap.min.css" rel="stylesheet"/> -- <link href="../css/asciidoctor.css" rel="stylesheet"/> -- <link href="../css/base.css" rel="stylesheet"/> -- <link href="../css/prettify.css" rel="stylesheet"/> -- -- <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> -- <!--[if lt IE 9]> -- <script src="../js/html5shiv.min.js"></script> -- <![endif]--> -- -- <!-- Fav and touch icons from ASF --> -- <link rel="shortcut icon" href="../favicon.ico"/> -- <link rel="apple-touch-icon" sizes="57x57" href="../favicons/apple-touch-icon-57x57.png"/> -- <link rel="apple-touch-icon" sizes="60x60" href="../favicons/apple-touch-icon-60x60.png"/> -- <link rel="apple-touch-icon" sizes="72x72" href="../favicons/apple-touch-icon-72x72.png"/> -- <link rel="apple-touch-icon" sizes="76x76" href="../favicons/apple-touch-icon-76x76.png"/> -- <link rel="apple-touch-icon" sizes="114x114" href="../favicons/apple-touch-icon-114x114.png"/> -- <link rel="apple-touch-icon" sizes="120x120" href="../favicons/apple-touch-icon-120x120.png"/> -- <link rel="apple-touch-icon" sizes="144x144" href="../favicons/apple-touch-icon-144x144.png"/> -- <link rel="apple-touch-icon" sizes="152x152" href="../favicons/apple-touch-icon-152x152.png"/> -- <link rel="apple-touch-icon" sizes="180x180" href="../favicons/apple-touch-icon-180x180.png"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-32x32.png" sizes="32x32"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-194x194.png" sizes="194x194"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-96x96.png" sizes="96x96"/> -- <link rel="icon" type="image/png" href="../favicons/android-chrome-192x192.png" sizes="192x192"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-16x16.png" sizes="16x16"/> -- <link rel="manifest" href="../favicons/manifest.json"/> -- <link rel="shortcut icon" href="../favicons/favicon.ico"/> -- <meta name="msapplication-TileColor" content="#603cba"/> -- <meta name="msapplication-TileImage" content="../favicons/mstile-144x144.png"/> -- <meta name="msapplication-config" content="../favicons/browserconfig.xml"/> -- <meta name="theme-color" content="#303284"/> -- </head> -- <body onload="prettyPrint()"> -- <div id="wrap"> -- <div> -- -- <!-- Fixed navbar --> -- <div class="navbar navbar-default navbar-fixed-top" role="navigation"> -- <div class="container"> -- <div class="navbar-header"> -- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> -- <span class="sr-only">Toggle navigation</span> -- <span class="icon-bar"></span> -- <span class="icon-bar"></span> -- <span class="icon-bar"></span> -- </button> -- <a class="navbar-brand" href="../">Apache Tamaya (incubating)</a> -- </div> -- <div class="navbar-collapse collapse"> -- <ul class="nav navbar-nav"> -- <li><a href="../index.html">Home</a></li> -- <li><a href="../quickstart.html">Quickstart</a></li> -- <li><a href="../index.html">Documentation</a></li> -- <li><a href="..//apidocs/index.html">API</a></li> -- <li><a href="../index.html">Development</a></li> -- <li><a href="../index.html">Releases</a></li> -- <li><a href="../about.html">About</a></li> -- <li><a href="../sitemap.xml">Sitemap</a></li> -- <li><a href="../feed.xml">Subscribe</a></li> --<!-- -- <li class="dropdown"> -- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> -- <ul class="dropdown-menu"> -- <li><a href="#">Action</a></li> -- <li><a href="#">Another action</a></li> -- <li><a href="#">Something else here</a></li> -- <li class="divider"></li> -- <li class="dropdown-header">Nav header</li> -- <li><a href="#">Separated link</a></li> -- <li><a href="#">One more separated link</a></li> -- </ul> -- </li> ----> -- </ul> -- </div><!--/.nav-collapse --> -- </div> -- </div> -- -- </div> -- <div class="container"> -- -- <div class="page-header"> -- <h1>Apache Tamaya&#8201;&#8212;&#8201;Extension: Classloader Isolation Support</h1> -- </div> -- - <p><em>2016-11-28</em></p> - <p><em>2016-11-19</em></p> -- -- <p><div id="preamble"> --<div class="sectionbody"> --<!-- toc disabled --> --</div> --</div> --<div class="sect1"> --<h2 id="SPISupport">Tamaya SPI Support (Extension Module)</h2> --<div class="sectionbody"> --<div class="sect2"> --<h3 id="_overview">Overview</h3> --<div class="paragraph"> --<p>The Tamaya SPI support module provides a few helpful base classes that can be used to implement some of the often --used SPI parts in Tamaya:</p> --</div> --<div class="ulist"> --<ul> --<li> --<p>BasePropertySource provides an abstract base class for implementation of your own PropertySources.</p> --</li> --<li> --<p>DefaultConfiguration provides you with a simple implementation of the Configuration interface based on a --ConfigurationContext provided. This is also very useful for mocking configuration during test execution, but --not only constraint to that use case.</p> --</li> --<li> --<p>DefaultConfigurationContext provides you with a working implementation of the ConfigurationContext.</p> --</li> --<li> --<p>EnumConverter is a converter implementation that can automatically select the currect enumeration values based --on a configured entry.</p> --</li> --<li> --<p>MapPropertySource implements a static property source based on java.util.Map.</p> --</li> --<li> --<p>PriorityServiceComparator compares arbitrary services based on their @Priority annotations (also handling the --case, where no such annotation is present).</p> --</li> --<li> --<p>PropertiesResourcePropertySource is an implementation of a PropertySource based on a Properties instance, -- lodable from any URL. --+ PropertyConverterManager is a service class very useful, when implementing instances of ConfigurationContext. -- It manages registered instances of PropertyConverter and provides easy to use type conversion logic. --+ PropertyFiltering provides another helpful class that manages PropertyFilter instances and provides an -- easy to use high level API. --+ PropertySourceComparator provides an implementation that compares PropertySources based on their getOrdinal() -- values and their class names.</p> --</li> --</ul> --</div> --</div> --<div class="sect2"> --<h3 id="_compatibility">Compatibility</h3> --<div class="paragraph"> --<p>The module is based on Java 7, so it will run on Java 7 and beyond.</p> --</div> --</div> --<div class="sect2"> --<h3 id="_installation">Installation</h3> --<div class="paragraph"> --<p>To benefit from Tamaya CDI integration you only must add the corresponding dependency to your module:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><dependency> -- <groupId>org.apache.tamaya.ext</groupId> -- <artifactId>tamaya-spisupport</artifactId> -- <version>{tamaya_version}</version> --</dependency></code></pre> --</div> --</div> --<div class="paragraph"> --<p>The component will not register any components but only providing portable base classes for some common SPI --implementation tasks. It only depends on the API, so it should be safely reusable also with other implementations --of the Tamaya API similarly.</p> --</div> --</div> --</div> --</div></p> -- -- <hr /> -- </div> -- </div> -- <div> -- <div id="push"></div> -- -- <div id="footer"> -- <div class="container"> -- <p class="muted credit">© 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> -- | Baked with <a href="http://jbake.org">JBake <span>v2.5.0</span></a> - at <span>2016-12-12</span> - at <span>2016-11-27</span> -- </p> -- <p> -- <b>Disclaimer</b> -- Apache Tamaya (incubating) is an effort undergoing -- incubation at -- The Apache Software Foundation (ASF), sponsored by -- the name of Apache Incubator. Incubation is required of -- all newly accepted projects until a further review indicates -- that the infrastructure, communications, and decision making -- process have stabilized in a manner consistent with other -- successful ASF projects. While incubation status is not -- necessarily a reflection of the completeness or stability of -- the code, it does indicate that the project has yet to -- be fully endorsed by the ASF.<br /> -- <a href="http://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"><img class="incubator-logo" src="../logos/egg-logo2.png"/></a> -- </p> -- </div> -- </div> -- -- <!-- Le javascript -- ================================================== --> -- <!-- Placed at the end of the document so the pages load faster --> -- <script src="../js/jquery-1.11.1.min.js"></script> -- <script src="../js/bootstrap.min.js"></script> -- <script src="../js/prettify.js"></script> -- -- </div> -- </body> --</html>
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/extensions/mod_spring.html ---------------------------------------------------------------------- diff --cc extensions/mod_spring.html index 2c7354e,39a32ac..0000000 deleted file mode 100644,100644 --- a/extensions/mod_spring.html +++ /dev/null @@@ -1,308 -1,308 +1,0 @@@ --<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -- --<html xmlns="http://www.w3.org/1999/xhtml"> -- <head> -- <meta charset="utf-8"/> -- <title>Apache Tamaya&#8201;&#8212;&#8201;Extension: Spring Integration</title> -- <meta name="viewport" content="width=device-width, initial-scale=1.0"/> -- <meta name="description" content=""/> -- <meta name="author" content=""/> -- <meta name="keywords" content=""/> -- <meta name="generator" content="'JBake '+'${version}"/> -- -- <!-- Le styles --> -- <link href="../css/bootstrap.min.css" rel="stylesheet"/> -- <link href="../css/asciidoctor.css" rel="stylesheet"/> -- <link href="../css/base.css" rel="stylesheet"/> -- <link href="../css/prettify.css" rel="stylesheet"/> -- -- <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> -- <!--[if lt IE 9]> -- <script src="../js/html5shiv.min.js"></script> -- <![endif]--> -- -- <!-- Fav and touch icons from ASF --> -- <link rel="shortcut icon" href="../favicon.ico"/> -- <link rel="apple-touch-icon" sizes="57x57" href="../favicons/apple-touch-icon-57x57.png"/> -- <link rel="apple-touch-icon" sizes="60x60" href="../favicons/apple-touch-icon-60x60.png"/> -- <link rel="apple-touch-icon" sizes="72x72" href="../favicons/apple-touch-icon-72x72.png"/> -- <link rel="apple-touch-icon" sizes="76x76" href="../favicons/apple-touch-icon-76x76.png"/> -- <link rel="apple-touch-icon" sizes="114x114" href="../favicons/apple-touch-icon-114x114.png"/> -- <link rel="apple-touch-icon" sizes="120x120" href="../favicons/apple-touch-icon-120x120.png"/> -- <link rel="apple-touch-icon" sizes="144x144" href="../favicons/apple-touch-icon-144x144.png"/> -- <link rel="apple-touch-icon" sizes="152x152" href="../favicons/apple-touch-icon-152x152.png"/> -- <link rel="apple-touch-icon" sizes="180x180" href="../favicons/apple-touch-icon-180x180.png"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-32x32.png" sizes="32x32"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-194x194.png" sizes="194x194"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-96x96.png" sizes="96x96"/> -- <link rel="icon" type="image/png" href="../favicons/android-chrome-192x192.png" sizes="192x192"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-16x16.png" sizes="16x16"/> -- <link rel="manifest" href="../favicons/manifest.json"/> -- <link rel="shortcut icon" href="../favicons/favicon.ico"/> -- <meta name="msapplication-TileColor" content="#603cba"/> -- <meta name="msapplication-TileImage" content="../favicons/mstile-144x144.png"/> -- <meta name="msapplication-config" content="../favicons/browserconfig.xml"/> -- <meta name="theme-color" content="#303284"/> -- </head> -- <body onload="prettyPrint()"> -- <div id="wrap"> -- <div> -- -- <!-- Fixed navbar --> -- <div class="navbar navbar-default navbar-fixed-top" role="navigation"> -- <div class="container"> -- <div class="navbar-header"> -- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> -- <span class="sr-only">Toggle navigation</span> -- <span class="icon-bar"></span> -- <span class="icon-bar"></span> -- <span class="icon-bar"></span> -- </button> -- <a class="navbar-brand" href="../">Apache Tamaya (incubating)</a> -- </div> -- <div class="navbar-collapse collapse"> -- <ul class="nav navbar-nav"> -- <li><a href="../index.html">Home</a></li> -- <li><a href="../quickstart.html">Quickstart</a></li> -- <li><a href="../index.html">Documentation</a></li> -- <li><a href="..//apidocs/index.html">API</a></li> -- <li><a href="../index.html">Development</a></li> -- <li><a href="../index.html">Releases</a></li> -- <li><a href="../about.html">About</a></li> -- <li><a href="../sitemap.xml">Sitemap</a></li> -- <li><a href="../feed.xml">Subscribe</a></li> --<!-- -- <li class="dropdown"> -- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> -- <ul class="dropdown-menu"> -- <li><a href="#">Action</a></li> -- <li><a href="#">Another action</a></li> -- <li><a href="#">Something else here</a></li> -- <li class="divider"></li> -- <li class="dropdown-header">Nav header</li> -- <li><a href="#">Separated link</a></li> -- <li><a href="#">One more separated link</a></li> -- </ul> -- </li> ----> -- </ul> -- </div><!--/.nav-collapse --> -- </div> -- </div> -- -- </div> -- <div class="container"> -- -- <div class="page-header"> -- <h1>Apache Tamaya&#8201;&#8212;&#8201;Extension: Spring Integration</h1> -- </div> -- - <p><em>2016-11-28</em></p> - <p><em>2016-11-19</em></p> -- -- <p><div id="preamble"> --<div class="sectionbody"> --<!-- toc disabled --> --</div> --</div> --<div class="sect1"> --<h2 id="Remote">Tamaya Spring Integration (Extension Module)</h2> --<div class="sectionbody"> --<div class="sect2"> --<h3 id="_overview">Overview</h3> --<div class="paragraph"> --<p>Apache Tamaya currently provides two implementations also full integration for Spring:</p> --</div> --<div class="ulist"> --<ul> --<li> --<p>A Spring @Configuration implementation that also provides a Tamaya based version of --org.springframework.context.support.PropertySourcesPlaceholderConfigurer.</p> --</li> --<li> --<p>org.apache.tamaya.integration.spring.TamayaEnvironment is the Tamaya based implementation of the Spring --Environment interface.</p> --</li> --<li> --<p>TamayaSpringPropertySource implements an additional Spring PropertySource.</p> --</li> --<li> --<p>Finally org.apache.tamaya.integration.spring.SpringConfigInjectionPostProcessor implements a Bean PostProcessor, --which adds all the full fledged Tamaya configuration capabilities to Spring.</p> --</li> --</ul> --</div> --</div> --<div class="sect2"> --<h3 id="_compatibility">Compatibility</h3> --<div class="paragraph"> --<p>Both modules are based on Java 7, so they will run on Java 7 and beyond. The extension shown here works similarly --with Spring Framework as well as Spring Boot.</p> --</div> --</div> --<div class="sect2"> --<h3 id="_installation">Installation</h3> --<div class="paragraph"> --<p>To benefit from Tamaya Spring integration you only must one of the following dependencies to your module:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><dependency> -- <groupId>org.apache.tamaya.ext</groupId> -- <artifactId>tamaya-spring</artifactId> -- <version>{tamaya_version}</version> --</dependency></code></pre> --</div> --</div> --</div> --<div class="sect2"> --<h3 id="_registering_tamaya_spring_configuration">Registering Tamaya Spring Configuration</h3> --<div class="paragraph"> --<p>Basically to activate the Tamaya Spring support the most simple thing is to a enable the Tamaya package for being --scanned for Spring components, e.g.</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><beans xmlns="http://www.springframework.org/schema/beans" -- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" -- xmlns:context="http://www.springframework.org/schema/context" -- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> -- -- <context:annotation-config /> -- <context:component-scan base-package="org.apache.tamaya.integration.spring"/> -- -- ... -- --</beans></code></pre> --</div> --</div> --<div class="admonitionblock note"> --<table> --<tr> --<td class="icon"> --<div class="title">Note</div> --</td> --<td class="content"> --Of course you can also use the newer @ComponentScan annotation as described by the Spring documentation. --</td> --</tr> --</table> --</div> --<div class="paragraph"> --<p>Similarly if you dont want to use component scanning you can configure things using plain old XML. Simply add the --following lines somewhere into one of your application context configuration files.</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><bean id="tamayaInjectionProcessor" name="tamayaInjectionProcessor" class="org.apache.tamaya.integration.spring.SpringConfigInjectionPostProcessor"/> --<bean id="tamayaConfigProvider" name="tamayaConfigProvider" class="org.apache.tamaya.integration.spring.TamayaSpringConfig"/></code></pre> --</div> --</div> --</div> --<div class="sect2"> --<h3 id="_configuring_your_context">Configuring your Context</h3> --<div class="paragraph"> --<p>Done so enables you to use Tamaya as a backend for property resolution, e.g. propertyValue as illustrated below --is resolved from the current Tamaya configuration.</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><bean id="configuredBean" name="configuredBean" class="org.apache.tamaya.integration.spring.ConfiguredSpringBean"> -- <property name="message" value="${propertyValue}"/> --</bean></code></pre> --</div> --</div> --</div> --<div class="sect2"> --<h3 id="_configuring_your_beans">Configuring your Beans</h3> --<div class="paragraph"> --<p>Similarly you can inject any kind of configuration as supported by Tamaya into your Spring managed beans:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-java" data-lang="java">** -- * Created by Anatole on 25.09.2015. -- */ --@ConfigDefaultSections --public class ConfiguredSpringBean { -- -- private String message; -- -- @Autowired -- private Environment env; -- -- @Config("java.version") -- private String javaVersion; -- -- @Config -- @ConfigDefault("23") -- private int testNumber; -- -- public String getJavaVersion(){ -- return javaVersion; -- } -- -- public int getTestNumber(){ -- return testNumber; -- } -- -- public Environment getEnv(){ -- return env; -- } -- -- public void setMessage(String message){ -- this.message = message; -- } -- -- public String getMessage() { -- return message; -- } --}</code></pre> --</div> --</div> --<div class="paragraph"> --<p>Summarizing you get all the nice features of Tamaya out of the box running with your Spring code.</p> --</div> --</div> --</div> --</div></p> -- -- <hr /> -- </div> -- </div> -- <div> -- <div id="push"></div> -- -- <div id="footer"> -- <div class="container"> -- <p class="muted credit">© 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> -- | Baked with <a href="http://jbake.org">JBake <span>v2.5.0</span></a> - at <span>2016-12-12</span> - at <span>2016-11-27</span> -- </p> -- <p> -- <b>Disclaimer</b> -- Apache Tamaya (incubating) is an effort undergoing -- incubation at -- The Apache Software Foundation (ASF), sponsored by -- the name of Apache Incubator. Incubation is required of -- all newly accepted projects until a further review indicates -- that the infrastructure, communications, and decision making -- process have stabilized in a manner consistent with other -- successful ASF projects. While incubation status is not -- necessarily a reflection of the completeness or stability of -- the code, it does indicate that the project has yet to -- be fully endorsed by the ASF.<br /> -- <a href="http://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"><img class="incubator-logo" src="../logos/egg-logo2.png"/></a> -- </p> -- </div> -- </div> -- -- <!-- Le javascript -- ================================================== --> -- <!-- Placed at the end of the document so the pages load faster --> -- <script src="../js/jquery-1.11.1.min.js"></script> -- <script src="../js/bootstrap.min.js"></script> -- <script src="../js/prettify.js"></script> -- -- </div> -- </body> --</html> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/extensions/mod_yaml.html ---------------------------------------------------------------------- diff --cc extensions/mod_yaml.html index 1ebbe25,a07abfb..0000000 deleted file mode 100644,100644 --- a/extensions/mod_yaml.html +++ /dev/null @@@ -1,265 -1,265 +1,0 @@@ --<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -- --<html xmlns="http://www.w3.org/1999/xhtml"> -- <head> -- <meta charset="utf-8"/> -- <title>Apache Tamaya&#8201;&#8212;&#8201;Extension: Builder</title> -- <meta name="viewport" content="width=device-width, initial-scale=1.0"/> -- <meta name="description" content=""/> -- <meta name="author" content=""/> -- <meta name="keywords" content=""/> -- <meta name="generator" content="'JBake '+'${version}"/> -- -- <!-- Le styles --> -- <link href="../css/bootstrap.min.css" rel="stylesheet"/> -- <link href="../css/asciidoctor.css" rel="stylesheet"/> -- <link href="../css/base.css" rel="stylesheet"/> -- <link href="../css/prettify.css" rel="stylesheet"/> -- -- <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> -- <!--[if lt IE 9]> -- <script src="../js/html5shiv.min.js"></script> -- <![endif]--> -- -- <!-- Fav and touch icons from ASF --> -- <link rel="shortcut icon" href="../favicon.ico"/> -- <link rel="apple-touch-icon" sizes="57x57" href="../favicons/apple-touch-icon-57x57.png"/> -- <link rel="apple-touch-icon" sizes="60x60" href="../favicons/apple-touch-icon-60x60.png"/> -- <link rel="apple-touch-icon" sizes="72x72" href="../favicons/apple-touch-icon-72x72.png"/> -- <link rel="apple-touch-icon" sizes="76x76" href="../favicons/apple-touch-icon-76x76.png"/> -- <link rel="apple-touch-icon" sizes="114x114" href="../favicons/apple-touch-icon-114x114.png"/> -- <link rel="apple-touch-icon" sizes="120x120" href="../favicons/apple-touch-icon-120x120.png"/> -- <link rel="apple-touch-icon" sizes="144x144" href="../favicons/apple-touch-icon-144x144.png"/> -- <link rel="apple-touch-icon" sizes="152x152" href="../favicons/apple-touch-icon-152x152.png"/> -- <link rel="apple-touch-icon" sizes="180x180" href="../favicons/apple-touch-icon-180x180.png"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-32x32.png" sizes="32x32"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-194x194.png" sizes="194x194"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-96x96.png" sizes="96x96"/> -- <link rel="icon" type="image/png" href="../favicons/android-chrome-192x192.png" sizes="192x192"/> -- <link rel="icon" type="image/png" href="../favicons/favicon-16x16.png" sizes="16x16"/> -- <link rel="manifest" href="../favicons/manifest.json"/> -- <link rel="shortcut icon" href="../favicons/favicon.ico"/> -- <meta name="msapplication-TileColor" content="#603cba"/> -- <meta name="msapplication-TileImage" content="../favicons/mstile-144x144.png"/> -- <meta name="msapplication-config" content="../favicons/browserconfig.xml"/> -- <meta name="theme-color" content="#303284"/> -- </head> -- <body onload="prettyPrint()"> -- <div id="wrap"> -- <div> -- -- <!-- Fixed navbar --> -- <div class="navbar navbar-default navbar-fixed-top" role="navigation"> -- <div class="container"> -- <div class="navbar-header"> -- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> -- <span class="sr-only">Toggle navigation</span> -- <span class="icon-bar"></span> -- <span class="icon-bar"></span> -- <span class="icon-bar"></span> -- </button> -- <a class="navbar-brand" href="../">Apache Tamaya (incubating)</a> -- </div> -- <div class="navbar-collapse collapse"> -- <ul class="nav navbar-nav"> -- <li><a href="../index.html">Home</a></li> -- <li><a href="../quickstart.html">Quickstart</a></li> -- <li><a href="../index.html">Documentation</a></li> -- <li><a href="..//apidocs/index.html">API</a></li> -- <li><a href="../index.html">Development</a></li> -- <li><a href="../index.html">Releases</a></li> -- <li><a href="../about.html">About</a></li> -- <li><a href="../sitemap.xml">Sitemap</a></li> -- <li><a href="../feed.xml">Subscribe</a></li> --<!-- -- <li class="dropdown"> -- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> -- <ul class="dropdown-menu"> -- <li><a href="#">Action</a></li> -- <li><a href="#">Another action</a></li> -- <li><a href="#">Something else here</a></li> -- <li class="divider"></li> -- <li class="dropdown-header">Nav header</li> -- <li><a href="#">Separated link</a></li> -- <li><a href="#">One more separated link</a></li> -- </ul> -- </li> ----> -- </ul> -- </div><!--/.nav-collapse --> -- </div> -- </div> -- -- </div> -- <div class="container"> -- -- <div class="page-header"> -- <h1>Apache Tamaya&#8201;&#8212;&#8201;Extension: Builder</h1> -- </div> -- - <p><em>2016-11-28</em></p> - <p><em>2016-11-19</em></p> -- -- <p><div id="preamble"> --<div class="sectionbody"> --<!-- toc disabled --> --</div> --</div> --<div class="sect1"> --<h2 id="BuilderCore">Tamaya YAML (Extension Module)</h2> --<div class="sectionbody"> --<div class="sect2"> --<h3 id="_overview">Overview</h3> --<div class="paragraph"> --<p>The Tamaya YAML module provides support for reading configuration using the YAML format (yaml.org). YAML hereby --use intendation for expressing hierarchy, which makes yaml configuration files very easily readable and compact.</p> --</div> --</div> --<div class="sect2"> --<h3 id="_compatibility">Compatibility</h3> --<div class="paragraph"> --<p>The YAML module is based on Java 7, so it will run on Java 7 and beyond.</p> --</div> --</div> --<div class="sect2"> --<h3 id="_installation">Installation</h3> --<div class="paragraph"> --<p>To benefit from configuration builder support you only must add the corresponding dependency to your module:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><dependency> -- <groupId>org.apache.tamaya.ext</groupId> -- <artifactId>tamaya-yaml</artifactId> -- <version>{tamaya_version}</version> --</dependency></code></pre> --</div> --</div> --<div class="paragraph"> --<p>This extension also transitively requires the tamaya.formats module.</p> --</div> --</div> --<div class="sect2"> --<h3 id="_reading_configuration_in_yaml">Reading configuration in YAML</h3> --<div class="paragraph"> --<p>For reading YAML based onfiguration most easily a YAMLFormat can be provided:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-java" data-lang="java">ConfigurationData dataRead = ConfigurationFormats.readConfig( -- getClassLoader().getResource("myFileConfig.yaml"), new YAMLFormat()));</code></pre> --</div> --</div> --</div> --<div class="sect2"> --<h3 id="_examples">Examples</h3> --<div class="paragraph"> --<p>The YAML module adds instances of ConfigurationFormat so YAML configuration can be read and mapped to the --according property values. E.g. the following file is a simple and correct YAML configuration:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-yaml" data-lang="yaml">invoice: 34843 --date : 2001-01-23 --bill-to: &id001 -- given : Chris -- family : Dumars -- address: -- lines: | -- 458 Walkman Dr. -- Suite #292 -- city : Royal Oak -- state : MI -- postal : 48046 --ship-to: *id001 --product: -- - sku : BL394D -- quantity : 4 -- description : Basketball -- price : 450.00 -- - sku : BL4438H -- quantity : 1 -- description : Super Hoop -- price : 2392.00 --tax : 251.42 --total: 4443.52 --comments: -- Late afternoon is best. -- Backup contact is Nancy -- Billsmer @ 338-4338.</code></pre> --</div> --</div> --<div class="paragraph"> --<p>Hereby the above file, by default is mapped as follows into Map<String,String> typed properties:</p> --</div> --<div class="listingblock"> --<div class="content"> --<pre class="prettyprint highlight"><code class="language-listing" data-lang="listing">invoice -> 34843 --date -> Tue Jan 23 01:00:00 CET 2001 --bill-to.family -> Dumars --bill-to.given -> Chris --bill-to.address.state -> MI --bill-to.address.postal -> 48046 --bill-to.address.city -> Royal Oak --bill-to.address.lines -> 458 Walkman Dr. --Suite #292 -- --ship-to.given -> Chris --ship-to.address.state -> MI --ship-to.family -> Dumars --ship-to.address.postal -> 48046 --ship-to.address.city -> Royal Oak --ship-to.address.lines -> 458 Walkman Dr. --Suite #292 -- --product -> {sku=BL394D, quantity=4, description=Basketball, price=450.0},{sku=BL4438H, quantity=1, description=Super Hoop, price=2392.0} --_product.collection-type -> List -- --tax -> 251.42 --total -> 4443.52 --comments -> Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338.</code></pre> --</div> --</div> --</div> --</div> --</div></p> -- -- <hr /> -- </div> -- </div> -- <div> -- <div id="push"></div> -- -- <div id="footer"> -- <div class="container"> -- <p class="muted credit">© 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> -- | Baked with <a href="http://jbake.org">JBake <span>v2.5.0</span></a> - at <span>2016-12-12</span> - at <span>2016-11-27</span> -- </p> -- <p> -- <b>Disclaimer</b> -- Apache Tamaya (incubating) is an effort undergoing -- incubation at -- The Apache Software Foundation (ASF), sponsored by -- the name of Apache Incubator. Incubation is required of -- all newly accepted projects until a further review indicates -- that the infrastructure, communications, and decision making -- process have stabilized in a manner consistent with other -- successful ASF projects. While incubation status is not -- necessarily a reflection of the completeness or stability of -- the code, it does indicate that the project has yet to -- be fully endorsed by the ASF.<br /> -- <a href="http://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"><img class="incubator-logo" src="../logos/egg-logo2.png"/></a> -- </p> -- </div> -- </div> -- -- <!-- Le javascript -- ================================================== --> -- <!-- Placed at the end of the document so the pages load faster --> -- <script src="../js/jquery-1.11.1.min.js"></script> -- <script src="../js/bootstrap.min.js"></script> -- <script src="../js/prettify.js"></script> -- -- </div> -- </body> --</html> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicon.ico ---------------------------------------------------------------------- diff --cc favicon.ico index 839e0e9,839e0e9..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/android-chrome-144x144.png ---------------------------------------------------------------------- diff --cc favicons/android-chrome-144x144.png index 49db02e,49db02e..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/android-chrome-192x192.png ---------------------------------------------------------------------- diff --cc favicons/android-chrome-192x192.png index ceac544,ceac544..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/android-chrome-36x36.png ---------------------------------------------------------------------- diff --cc favicons/android-chrome-36x36.png index 68adb6c,68adb6c..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/android-chrome-48x48.png ---------------------------------------------------------------------- diff --cc favicons/android-chrome-48x48.png index 9a2f4c7,9a2f4c7..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/android-chrome-72x72.png ---------------------------------------------------------------------- diff --cc favicons/android-chrome-72x72.png index 383fc0e,383fc0e..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/android-chrome-96x96.png ---------------------------------------------------------------------- diff --cc favicons/android-chrome-96x96.png index 10c92d6,10c92d6..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-114x114.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-114x114.png index 69e475a,69e475a..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-120x120.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-120x120.png index d212e4e,d212e4e..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-144x144.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-144x144.png index bbece87,bbece87..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-152x152.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-152x152.png index bbc2165,bbc2165..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-180x180.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-180x180.png index a5b90d9,a5b90d9..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-57x57.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-57x57.png index c3fb054,c3fb054..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-60x60.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-60x60.png index 54c8098,54c8098..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-72x72.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-72x72.png index a8b677f,a8b677f..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-76x76.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-76x76.png index 9047bfc,9047bfc..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon-precomposed.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon-precomposed.png index 7e7a7c1,7e7a7c1..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/apple-touch-icon.png ---------------------------------------------------------------------- diff --cc favicons/apple-touch-icon.png index a5b90d9,a5b90d9..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/browserconfig.xml ---------------------------------------------------------------------- diff --cc favicons/browserconfig.xml index b945382,b945382..0000000 deleted file mode 100644,100644 --- a/favicons/browserconfig.xml +++ /dev/null @@@ -1,12 -1,12 +1,0 @@@ --<?xml version="1.0" encoding="utf-8"?> --<browserconfig> -- <msapplication> -- <tile> -- <square70x70logo src="/favicons/mstile-70x70.png"/> -- <square150x150logo src="/favicons/mstile-150x150.png"/> -- <square310x310logo src="/favicons/mstile-310x310.png"/> -- <wide310x150logo src="/favicons/mstile-310x150.png"/> -- <TileColor>#603cba</TileColor> -- </tile> -- </msapplication> --</browserconfig> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/favicon-16x16.png ---------------------------------------------------------------------- diff --cc favicons/favicon-16x16.png index b243348,b243348..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/favicon-194x194.png ---------------------------------------------------------------------- diff --cc favicons/favicon-194x194.png index e6d236b,e6d236b..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/favicon-32x32.png ---------------------------------------------------------------------- diff --cc favicons/favicon-32x32.png index 41dc428,41dc428..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/favicon-96x96.png ---------------------------------------------------------------------- diff --cc favicons/favicon-96x96.png index 0288cad,0288cad..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/favicon.ico ---------------------------------------------------------------------- diff --cc favicons/favicon.ico index 839e0e9,839e0e9..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/manifest.json ---------------------------------------------------------------------- diff --cc favicons/manifest.json index eea566d,eea566d..0000000 deleted file mode 100644,100644 --- a/favicons/manifest.json +++ /dev/null @@@ -1,41 -1,41 +1,0 @@@ --{ -- "name": "Apache", -- "icons": [ -- { -- "src": "\/favicons\/android-chrome-36x36.png", -- "sizes": "36x36", -- "type": "image\/png", -- "density": "0.75" -- }, -- { -- "src": "\/favicons\/android-chrome-48x48.png", -- "sizes": "48x48", -- "type": "image\/png", -- "density": "1.0" -- }, -- { -- "src": "\/favicons\/android-chrome-72x72.png", -- "sizes": "72x72", -- "type": "image\/png", -- "density": "1.5" -- }, -- { -- "src": "\/favicons\/android-chrome-96x96.png", -- "sizes": "96x96", -- "type": "image\/png", -- "density": "2.0" -- }, -- { -- "src": "\/favicons\/android-chrome-144x144.png", -- "sizes": "144x144", -- "type": "image\/png", -- "density": "3.0" -- }, -- { -- "src": "\/favicons\/android-chrome-192x192.png", -- "sizes": "192x192", -- "type": "image\/png", -- "density": "4.0" -- } -- ] --} http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/mstile-144x144.png ---------------------------------------------------------------------- diff --cc favicons/mstile-144x144.png index 9604d25,9604d25..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/mstile-150x150.png ---------------------------------------------------------------------- diff --cc favicons/mstile-150x150.png index 21cc251,21cc251..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/mstile-310x150.png ---------------------------------------------------------------------- diff --cc favicons/mstile-310x150.png index e639708,e639708..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/mstile-310x310.png ---------------------------------------------------------------------- diff --cc favicons/mstile-310x310.png index 84addbc,84addbc..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/favicons/mstile-70x70.png ---------------------------------------------------------------------- diff --cc favicons/mstile-70x70.png index 15533b7,15533b7..0000000 deleted file mode 100644,100644 Binary files differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/feed.xml ---------------------------------------------------------------------- diff --cc feed.xml index 74259ef,952de3f..0000000 deleted file mode 100644,100644 --- a/feed.xml +++ /dev/null @@@ -1,115 -1,115 +1,0 @@@ --<?xml version="1.0"?> --<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> -- <channel> -- <title>Apache Incubator Tamaya</title> -- <link>https://tamaya.incubator.apache.org</link> -- <atom:link href="https://tamaya.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml" /> -- <description>Apache Tamaya RSS feed template</description> -- <language>en-gb</language> - <pubDate>Mo, 19 Dez 2016 22:50:37 +0100</pubDate> - <lastBuildDate>Mo, 19 Dez 2016 22:50:37 +0100</lastBuildDate> - <pubDate>Mo, 19 Dez 2016 01:01:43 +0100</pubDate> - <lastBuildDate>Mo, 19 Dez 2016 01:01:43 +0100</lastBuildDate> -- -- <item> -- <title>Fourth Post</title> -- <link>https://tamaya.incubator.apache.org/blog/2016/fourth-post.html</link> - <pubDate>So, 18 Dez 2016 23:40:13 +0100</pubDate> - <pubDate>Mo, 19 Dez 2016 00:34:05 +0100</pubDate> -- <guid isPermaLink="false">blog/2016/fourth-post.html</guid> -- <description>&lt;div class=&quot;paragraph&quot;&gt; --&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus.&lt;/p&gt; --&lt;/div&gt; --&lt;div class=&quot;ulist&quot;&gt; --&lt;ul&gt; --&lt;li&gt; --&lt;p&gt;&lt;a href=&quot;http://example.org&quot; class=&quot;bare&quot;&gt;http://example.org&lt;/a&gt;&lt;/p&gt; --&lt;/li&gt; --&lt;li&gt; --&lt;p&gt;&lt;a href=&quot;http://example.org&quot;&gt;Example.org&lt;/a&gt;&lt;/p&gt; --&lt;/li&gt; --&lt;/ul&gt; --&lt;/div&gt; --&lt;div class=&quot;paragraph&quot;&gt; --&lt;p&gt;Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu, --mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo --ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet --ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus, --id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In --consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere --libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.&lt;/p&gt; --&lt;/div&gt;</description> -- </item><item> -- <title>Hello world</title> -- <link>https://tamaya.incubator.apache.org/blog/2016/first-post.html</link> -- <pubDate>Fr, 4 Nov 2016 00:00:00 +0100</pubDate> -- <guid isPermaLink="false">blog/2016/first-post.html</guid> -- <description> --&lt;p&gt; --This page contains the newly baked and generated homepage for tamaya :-) --&lt;/p&gt; -- --&lt;ul&gt; --&lt;li&gt;&lt;a href=&quot;http://example.org&quot;&gt;http://example.org&lt;/a&gt;&lt;/li&gt; --&lt;li&gt;&lt;a href=&quot;http://example.org&quot;&gt;Example.org&lt;/a&gt;&lt;/li&gt; --&lt;/ul&gt; -- --&lt;p&gt;Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu, --mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo --ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet --ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus, --id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales.&lt;/p&gt; -- --&lt;pre class=&quot;prettyprint&quot;&gt; --&lt;code&gt; --package org.jbake; -- --public class Oven { -- public static void main(String[] args) { -- System.out.print(&quot;Baking!&quot;); -- } --} --&lt;/code&gt; --&lt;/pre&gt; -- --&lt;p&gt;In consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere --libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.&lt;/p&gt; --</description> -- </item><item> -- <title>Third Post</title> -- <link>https://tamaya.incubator.apache.org/blog/2016/third-post.html</link> -- <pubDate>Do, 26 Sep 2013 00:00:00 +0200</pubDate> -- <guid isPermaLink="false">blog/2016/third-post.html</guid> -- <description>&lt;div class=&quot;paragraph&quot;&gt; --&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus.&lt;/p&gt; --&lt;/div&gt; --&lt;div class=&quot;ulist&quot;&gt; --&lt;ul&gt; --&lt;li&gt; --&lt;p&gt;&lt;a href=&quot;http://example.org&quot; class=&quot;bare&quot;&gt;http://example.org&lt;/a&gt;&lt;/p&gt; --&lt;/li&gt; --&lt;li&gt; --&lt;p&gt;&lt;a href=&quot;http://example.org&quot;&gt;Example.org&lt;/a&gt;&lt;/p&gt; --&lt;/li&gt; --&lt;/ul&gt; --&lt;/div&gt; --&lt;div class=&quot;paragraph&quot;&gt; --&lt;p&gt;Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu, --mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo --ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet --ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus, --id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In --consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere --libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.&lt;/p&gt; --&lt;/div&gt;</description> -- </item><item> -- <title>Second Post</title> -- <link>https://tamaya.incubator.apache.org/blog/2016/second-post.html</link> -- <pubDate>So, 25 Aug 2013 00:00:00 +0200</pubDate> -- <guid isPermaLink="false">blog/2016/second-post.html</guid> -- <description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus.&lt;/p&gt; --&lt;ul&gt; -- &lt;li&gt;&lt;a href=&quot;http://example.org&quot;&gt;http://example.org&lt;/a&gt;&lt;/li&gt; -- &lt;li&gt;&lt;a href=&quot;http://example.org&quot;&gt;Example.org&lt;/a&gt;&lt;/li&gt; --&lt;/ul&gt; --&lt;p&gt;Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu,&lt;br/&gt;mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo&lt;br/&gt;ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet&lt;br/&gt;ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus,&lt;br/&gt;id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In&lt;br/&gt;consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere&lt;br/&gt;libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.&lt;/p&gt;</description> -- </item> -- </channel> --</rss> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4f4912e5/fonts/glyphicons-halflings-regular.eot ---------------------------------------------------------------------- diff --cc fonts/glyphicons-halflings-regular.eot index 4a4ca86,4a4ca86..0000000 deleted file mode 100644,100644 Binary files differ
