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

pottlinger pushed a change to branch ottlinger-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git.


      at bf99f3f  [Security] Do not use http to transfer artifacts

This branch includes the following new commits:

     new 6cfa7aa  TAMAYA-60 Started with the builder module.
     new 7a45f3e  TAMAYA-60 Started to implement a builder for Configuration.
     new 978d514  TAMAYA-8: Added javadocs.
     new 968766a  TAMAYA-60 Added Mockito to the list of managed dependencies.
     new d40a025  TAMAYA-60 Small changes to the core implementation of some 
classes needed for the builder.
     new 726aeb8  TAMAYA-43: Tried fix for resolution on Linux box.
     new ce88099  TAMAYA-63: Aligned API with Java 7. Fixed issues. TAMAYA 60: 
Implemented builder, though core depenmdency should be removed.
     new 27f5205  fixed broken build
     new 3f2d6b8  TAMAYA-60 Added tests for the configuration builder.
     new 490f02d  TAMAYA-60 Wrote tests for the ConfigurationBuilder.
     new db7b2c5  Added some tests for the DefaultConfiguration.
     new 06048e3  TAMAYA-60 Started to add a feature which allows to enable or 
disable loading of PropertyConverter service providers.
     new a831390  TAMAYA-60 It is now configurable if all PropertyConverter 
service providers will be loaded automatically or not.
     new d4e0b9b  TAMAYA-60 Default is what all PropertyConverter service 
providers will be loaded.
     new e1e3c6c  TAMAYA-60 Did I gave these names to test methods? ;-)
     new 7a9312e  TAMAYA-60 It is now possible to enable and disable the 
automatic loading of service providers for PropertySource instances.
     new f0a69a9  TAMAYA-60 Improved the tests a little bit.
     new 284fdc1  TAMAYA-60 Automatic loading of provided 
PropertySourceProviders is now configurable.
     new 031c9bb  TAMAYA-60 Fixed code style error.
     new 3b63ba1  TAMAYA-60 Small code improvment.
     new 3bff1bf  TAMAYA-60 Updated the todo list.
     new 0e747be  TAMAYA-60 Added an item to the todo list.
     new 034d9a7  TAMAYA-60 Improved tests a little bit.
     new c5955a3  TAMAYA-60 Automatic loading of provided PropertyFilter 
service providers is now configurable.
     new 13b2cf0  TAMAYA-60 Added tests for adding PropertyFilter instances via 
the builder.
     new 25f49c3  TAMAYA-60 Overhauled the configuration of the configuration 
context.
     new 962d589  TAMAYA-60 Added tests for adding PropertySourceProviders.
     new 818f07a  Applied several quality fixes. Aligned Java 7 with Java 8.
     new e88a89d  Fixed compile errors in the project.
     new 708316b  TAMAYA-60 Reorganized package structure.
     new e796dcf  TAMAYA-60 Property sources can now also added via URL 
(String/URL).
     new 772c330  TAMAYA-60 A ConfigException will be thrown if there is no 
configuration format able to handle the given property resource.
     new e0d92c5  TAMAYA-60 Updated todo list for TAMAYA-60.
     new 7aa25db  TAMAYA-60 Added JavaDoc.
     new e19638f  TAMAYA-60 Added more tests.
     new 8359818  TAMAYA-60 Added a package-info.java to the package of the 
configuration builder.
     new f7d6685  TAMAYA-60 Started to overhaul the JavaDoc for the 
ConfigurationBuilder.
     new 158d589  TAMAYA-60 Worked on the JavaDoc...
     new d7dd200  TAMAYA-60 JavaDoc...
     new 0c4fe5c  TAMAYA-60 JavaDoc..
     new 51393bf  TAMAYA-60 Wrote more JavaDoc.
     new da8f601  TAMAYA-60 Completed the JavaDoc for now.
     new f78f6a1  TAMAYA-60 Removed the modules package for the package 
hierarchy.
     new f34d77d  TAMAYA-60 Changed method signatures.
     new 8f4bd7c  Created sandbox directory.
     new 1be54ab  Created sandbox directory.
     new 05a6f9f  Sandbox modules: Let it compile again.
     new de7b279  TAMAYA-72 Initial commit in the sandbox for JodaTime support. 
Module stuff and DateTime converter.
     new 084d2ac  TAMAYA-72 Added new IT to use it in conjunction with Tamaya 
Core.
     new e75f76c  TAMAYA-72 Added converter for DateTimeZone
     new d699f8f  TAMAYA-72 Exception handling adjusted
     new a8adab3  TAMAYA-72 Added tests. DateTimeZoneConverter is now available 
via SPI
     new 8a1acb9  TAMAYA-72 Added JavaDoc
     new a63c28f  Establishing naming convention for property filters.
     new 2412b4e  Fixed version of the dependencies of the CDI module.
     new 1a7b54d  Moved PropertyConverter into SPI package.
     new 99862cd  Adoption to the changes in the API package.
     new 5f97298  Removed unused dormant parts. Moved usable dormant utils into 
new sandbox module. Fixed jqassistant issues in simple metamodel module.
     new fbb4b75  Added remote sandbox module.
     new 4ac2dd7  Added collection support.
     new d03d92d  Adapted tests.
     new 341697f  Added a new constraint to ensure that a service configuration 
contains only existing classes.
     new 27d8980  Moved PropertySourceBuilder from resource module to builder 
module. Minor Javadoc change.
     new 8e555f4  Moved PropertySourceBuilder from resource module to builder 
module. Minor Javadoc change.
     new 992a9be  Minor change on logging output.
     new f2d2ac4  Made experimental modules compilable. Moved code from former 
dormant parts (which is removed now).
     new 66c6e8d  Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-tamaya
     new 2d64cc9  Removed apiextensions module (such a builder is part of the 
builder module already).
     new fd300af  Simplified and fixed bugs in environment module.
     new 2a94828  Moved extension into internal package, since extension is not 
meant for user access.
     new fdb4dcb  Refactored API for formats slightly, adapted dependend 
modules.
     new 465d0ee  Added package descriptions (javadoc).
     new d87ea70  Added package descriptions (javadoc).
     new cdb7c77  Moved the empty metamodel to the sandbox directory.
     new 9a0f539  TAMAYA-72 Never call a method bla again...
     new 1a7b32b  Added missing scm sections (pom). Readded simpke model. Fixed 
compile issues.
     new 0c039d5  Added missing scm sections (pom). Readded simpke model. Fixed 
compile issues.
     new b79cb24  Initial partial draft of a model component for documenting, 
validating of configuration during runtime.
     new 226800c  Updated formats (still not satisfied).
     new dec8b9c  Added licence headers.
     new 69c6cf8  Minor pom fixes to clean up contents and reduce duplicated 
content.
     new 3106f95  Minor pom fixes to clean up contents and reduce duplicated 
content.
     new 0cc4d73  Added further tests and bugfixes. Renamed artifact to be in 
sync with parent base name.
     new 9de20e7  Fixed all build, RAT, findbugs and checkstyle issues, 
especially also for examples.
     new 25a7685  Added main top level API. Added required deps.
     new bddcc00  Reset version for rerunning release plugin.
     new b656312  Reset version for rerunning release plugin.
     new 57fd735  Reset version for rerunning release plugin.
     new 0bace89  [maven-release-plugin] prepare release 
tamaya-all-0.1-incubating
     new b5232bb  [maven-release-plugin] prepare for next development iteration
     new daa8f22  Reset head to previous master head version.
     new 43b9f29  Implemented validation model extension.
     new 7ebe5e7  TAMAYA-87 Added some more tests for retrieving a DateTimeZone 
instance from a configuration.
     new 13fd1f3  TAMAYA-87 Never call test methods bla().
     new 71a5296  Unified model metadata. Simplified implementation.
     new 1e842ad  Fixed typos. Added additional params for disablement.
     new 321056c  Implemented, moved experimental modules and added them to non 
experimental parts: - functions (operators and queries) - model (validation and 
documentation) - management (jmx bean support)
     new a98edd0  Removed modules not present anymore.
     new 5748395  Checking in immediate version of server module.
     new 6bfc594  Separated server part from remote part (client).
     new 817d678  TAMAYA-91 Introducing the PeriodConverter. Currently it is 
able to handle periods given in the standard ISO 8501 format for periods.
     new c4d13fa  TAMAYA-91 Removed imports.
     new 8aa74a2  TAMAYA-91 Added comment on the test implementation.
     new 8e5981e  Bugfixes and implementation streamlining. Manual tests and 
formats look now valid, so we can continue with the remote part (module).
     new 8dc120a  Updated snapshot version.
     new 24bb6c6  Updated snapshot version.
     new f39a508  Added filter for extracting data section as delivered by the 
tamaya-server module.
     new 9c79916  Fixed quality gate issues. Added doc templates for new 
modules (server,remote). Added running code for corresponding remote/server 
example. Implemented additional functions required. Added/moved remote/server 
to module directory.
     new 68e10a3  Added initial early draft version of CL aware service context 
implementation.
     new 3e9057a  Added javadocs. Streamlined code. Fixed singleton caching.
     new 7173f15  Added support for multiple classloaders (draft). Started with 
CDI integration module.
     new d1f4b80  Added CDI support module.
     new 46b9b3f  Added missing resources.
     new 02231ae  Added better classloader support and isolation.
     new 8867ea3  Moved context impl classes into separate directory.
     new 12983de  Fixed dep to OpenWebBeans.
     new 8e1f9c1  Fixed tests and bugs so CDI integration of SE logic is 
working now.
     new 531e3cf  TAMAYA 111: Add Classloader aware ServiceContext.
     new 9c922df  TAMAYA 111: Add Classloader aware ServiceContext.
     new e901866  TAMAYA-110: Add Support for integrating with Spring 
Environment and Configuration. Feature added. TAMAYA-111: Add Classloader aware 
ServiceContext.
     new 9a34a72  TAMAYA-112: Add Module Support for Collections - adding 
configuration data, adaptive combination policy and PropertyConverter skeletons,
     new 6e6419c  Added logging support.
     new 8f70518  TAMAYA-113: Remove Java 8 related parts - basic work done.
     new 87d5224  TAMAYA-113: Remove Java 8 related parts - basic work done.
     new 89e97b1  TAMAYA-113: Remove Java 8 related parts - added JDK8 flags 
where necessary, fixed some tests/examples using Java8 APIs, checked built.
     new 4f0ff1e  Implemented multi classpath environment 
PropertySourceProvider, with relocation capability.
     new 47eb7a5  TAMAYA-115: Implemented multi classpath environment 
PropertySourceProvider, with relocation capability.
     new 5f2b6e3  Implemented multi classpath environment 
PropertySourceProvider, with relocation capability.
     new cfbc38d  TAMAYA-116: Added first integration code for Sabot CDI 
injection extension.
     new 7b9d4e6  TAMAYA-115: Implemented multi classpath environment 
PropertySourceProvider, with relocation capability.
     new 5105df0  TAMAYA-116: Moved Sabot CDI module to extension section. 
Added docs.
     new 9f37cc1  TAMAYA-116: CHeckstyle fixes for cdi module (new).
     new 351d205  TAMAYA-123: Adding OSGI Support.
     new 390c22a  TAMAYA-123: Adding OSGI Support.
     new 61de41d  TAMAYA-123: Adding OSGI Support.
     new 32235c4  TAMAYA-124: Unifying annotations for SE and EE based 
injection.
     new e441ee7  TAMAYA-114: Added additional implementations shared by 
modules.
     new 03a58b6  TAMAYA-123: Adding OSGI Support: had to move some aspects out 
of (non-accessible) internal packages.
     new 90f544d  Added initial code for a JSF based UI. Added final 
declaration.
     new d44893c  TAMAYA-126: Removed refs to StringJoiner.
     new a479971  Moved mutable config module to sandbox.
     new decb12b  TAMAYA-128: Added ConversionContext for supporting more 
complex conversion cases.
     new 854f0f8  Changed proposed format slightly.
     new 2b52e65  TAMAYA-126: Removed refs to Java 8.
     new 749afaa  Fixed artifact name to include tamaya as first name part.
     new 446ff2a  Fixed dangling Javadoc comments.
     new f4f89d3  Fixed all Javadoc problems for now...
     new 528a07d  Fixed all Javadoc problems for now...
     new 33dc999  Cleanup of version informations in the POMs.
     new 8def21e  Cleanup of version informations in the POMs.
     new 56f3d99  Fixed further issues from quality gates.
     new 714305e  Fixed further issues from quality gates.
     new 8c370a7  Fixed further issues from quality gates.
     new 570ef04  TAMAYA-135: Added mutability for configuration sources or 
mechanisms.
     new 25d8ce1  Unified module name in poms.
     new f37fcb3  Unified module name in poms.
     new 19b7071  TAMAYA-134: Gitignore improvements and second batch of 
Javadoc fixes done by Philipp Ottlinger.
     new 1f67dc5  TAMAYA-136: Adding PropertyValue for PropertySource SPI. All 
changes and test fixes in all modules/examples relevant for release.
     new 4607b3d  Update Hamcrest (1.3 -> 2.0.0.0)
     new d5a45e7  Update Hamcrest (1.3 -> 2.0.0.0)
     new 8e237d9  TAMAYA-114: Added further files for collection support.
     new 0d9afc2  Added test and fixes for collection support.
     new e37c2e0  TAMAYA-114: Tested and implemented base functionality.
     new dda281b  TAMAYA-114: Tested and implemented base functionality.
     new e94ac73  Added more complex scenarios and features for configuring of 
collections. Refactored parsing logic into separate utility class.
     new 715293d  Simplified implementation, defined final parameter naming, 
synched with documentation.
     new c9e965a  Moved collections module into active modules folder.
     new 43328ec  Moved collections module from sandbox to modules.
     new 7fbc3f0  TAMAYA-72 Adapted the API of the Joda Time module to the 
current API of Tamaya. Tests must be adapted.
     new 1b70d6a  TAMAYA-72 Updated test for DateTimeConverter
     new b4586e1  TAMAYA-87 Implemeted support for org.joda.time.DateTimeZone.
     new c005f28  Fixed versions and distribution.
     new da4748f  [maven-release-plugin] prepare release 0.2-incubating
     new 3f36460  [maven-release-plugin] prepare release 0.2-incubating
     new 4d40b2e  [maven-release-plugin] prepare for next development iteration
     new fcf04cf  [maven-release-plugin] prepare for next development iteration
     new 69c1ec2  [maven-release-plugin] prepare release 0.2-incubating-rc1
     new c775209  [maven-release-plugin] prepare release 0.2-incubating-rc1
     new c28fbec  [maven-release-plugin] prepare for next development iteration
     new 1f6177f  [maven-release-plugin] prepare for next development iteration
     new 3c667de  Reset version for new release run.
     new 08bc448  Reset version for new release run.
     new ea50063  TAMAYA-91 Implemented converter for periods.
     new 3f4c1e4  Enabled all IT in FullStackIT
     new 80df0be  TAMAYA-91 Added integration test
     new fdeb76b  Fixed deprecated calls, some javadoc issues.
     new f176372  [maven-release-plugin] prepare release 
tamaya-all-0.2-incubating
     new 3fb70b5  [maven-release-plugin] prepare release 
tamaya-all-0.2-incubating
     new 762d307  [maven-release-plugin] prepare for next development iteration
     new 93bcde7  [maven-release-plugin] prepare for next development iteration
     new f84be47  Reset version, integrated docs into site.
     new 204d358  Reset version, integrated docs into site.
     new c4c3d9b  Added Vaadin based UI module.
     new ecd3cdc  [maven-release-plugin] prepare release 
vote02-tamaya-0.2-incubating
     new 6e57351  [maven-release-plugin] prepare release 
vote02-tamaya-0.2-incubating
     new ae0a9f1  Set new development version.
     new 7b3b5ec  Set new development version.
     new 09ab45b  Set new development version.
     new 043a255  Fixed UI module, adding modularity. Added initial version for 
the vents module.
     new a83105b  Modulularized UI module, added multi file based i18n, using 
config mechanisms.
     new 19c422b  Fixed lang support for modularization.
     new f618ada  Added tabs for sys and env props and memory values. Exchanged 
dropwizard with tomcat.
     new 543eedb  TAMAYA-149 Final fixes restabilizing modules after Tomcat is 
now used.
     new 4397008  TAMAYA-150 Added UI module and related functionality.
     new 510070e  TAMAYA-148 Removed existing tests, to be replaced by 
pax-exam.  Added a karaf integration layer to generate an aggregate features.xml
     new 877d10e  TAMAYA-145: Implemented big parts of the new 
meta-configuration DSL mechanism.
     new 0b33f92  TAMAYA-145: - Fixed bugs and ensured meta-configuration is 
loading correctly. - Renamed singleton class to TamayaConfigurator - Decoupled 
confiration from the singleton initailization, allowing the user to 
programmatically specifiy the meta configuration location and formats 
supported. - Isolated evaluation of ExpressionResolvers to avoid errors due to 
circular references.
     new 97b5f43  TAMAYA-145: Added logic for dynamic ordering of 
PropertySources.
     new e4b68df  - Moved UI module into sandbox, including UI parts. - 
Decoupled accordingly existing modules from UI. - Fixed a few quality issues.
     new 194a48b  Removed pom.xml
     new 07b1013  Simplified the sandbox structure.
     new 6392c95  Added readme.md
     new eaa8788  Added root pom
     new f45a5bb  Moved the builder to the directory builder
     new 7acfa80  Import of the builder module into the sandbox. We decided to 
move this module not to the extension project. Merge branch 'master' of 
/Users/obf/tamaya-splitted/tamaya-backup
     new 30633b6  Moved the classloader-support to the sandbox. It won't be 
part of the official extensions.
     new 2fdbcc8  TAMAYA-174: Update docs.
     new c2d2c09  TAMAYA-174: Move classloader stuff to its subfolder.
     new e5a84e3  Remove target.
     new 2b1ef40  Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox
     new 041f599  TAMAYA-182: Adapted modules to new builder patter changes, 
including tests. Fixed compile errors, or excluded modules from compilation 
(see root pom).
     new 6fa2b34  TAMAYA-72; Added converter for jodatime Duration.
     new f9bafb3  Added more exclusions to .gitignore.
     new 358828f  Added missing files, synched Workspace.
     new a829665  Merge remote-tracking branch 'origin/master'
     new a61f874  TAMAYA-195: Added hazelcast support.
     new 003dc04  TAMAYA-195: Added hazelcast support.
     new dd1d0d3  TAMAYA-196: Added mutable name support to BaseProperty, 
simplifying downstream.
     new 791632b  TAMAYA-195: Added hazelcast support.
     new 9f71f2d  TAMAYA-145: Further progress and preparation work. Factored 
out unrelated concerns into separate modules.
     new 487e924  Fixed Javadoc issues.
     new 2949a13  TAMAYA-202: Use bnd-maven-plugin. Minimize required config. 
Renamed invalid package in yaml format module.
     new 3dab25f  TAMAYA-202: Use bnd-maven-plugin.
     new 166b3a3  TAMAYA-202:  Added first JUnit test case for OSGI tests with 
Karaf based on PaxExam for testing.
     new ff8e47c  Add defaultGoal - build is still broken due to compile 
problems.
     new f0dfa86  Added tests and bugfixes for Tamaya OSGI support.
     new afc19d0  Added tests for OSGI support, simplified OSGI support. 
Implemented base functionality for metamodel support, including first testing.
     new 6aa6bb7  Fixed OSGI support.
     new 7b9971d  TAMAYA-210: Added additional resource location logic. Tested 
and implemented especially with OSGI. TAMAYA-148: Further tests with OSGI/Karaf.
     new 20c558d  TAMAYA-145: Added support for Refreshable and property source 
level filtering.
     new a144252  TAMAYA-145: Fixed tests for basic OSGI support of the core 
functionality.
     new 9e1cd74  TAMAYA-212: Rendered default comparators into singletons.
     new e0c5700  TAMAYA-154: Fix javadoc issues
     new 568483e  Fix build warnings about missing version of bundle plugin.
     new 5a525bd  Fix build warnings about double mockito versions.
     new 0eaa8fe  Build errors: JVM does not crash anymore
     new 080643a  Update README and rename to comply with Github.
     new e861dbc  TAMAYA-148: Temporarily deactivate OSGi-Karaf tests
     new d5e30df  TAMAYA-73: https://issues.apache.org/jira/browse/TAMAYA-73
     new 4a006c7  TAMAYA-73: JSR 363 Support - 
https://issues.apache.org/jira/browse/TAMAYA-73
     new 7f853db  TAMAYA-73: License header - 
https://issues.apache.org/jira/browse/TAMAYA-73
     new 6b7959b  Fix maven warning about missing version.
     new 36eaf43  TAMAYA-234: https://issues.apache.org/jira/browse/TAMAYA-234
     new d32ff6b  Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox.git
     new 1546f33  Added converters.
     new 26038c4  Update my role.
     new 065f572  TAMAYA-236: improve ordinal handling.
     new 7251f41  TAMAYA-238: OSGI improvements and service loading.
     new 63b77be  TAMAYA-239: Improved programmatic API for consul/etcd.
     new 1598ccd  TAMAYA-240: ConfigFormat. readXX should throw IOException 
instead of ConfigException
     new 7a67cc3  TAMAYA-241: Removed ScopeManager et al.
     new 52c572e  TAMAYA-145: Removed unused artifacts. Fixed packages.
     new ca485b2  TAMAYA-195: Updated docs.
     new 275cd62  Fixed build issues.
     new 0d3b982  TAMAYA-238: Added OSGI package to exported packages.
     new e5856f2  TAMAYA-238: Fixed invalid bnd descr.
     new be54177  TAMAYA-250: Added alpha/beta identifiers.
     new 0bcff9c  TAMAYA-238: Added OSGI bnd files. Removed explicit versions.
     new 8d79f97  Renamed camel package.
     new 57e9840  TAMAYA-250: Fixed alpha/beta identifiers.
     new 80d6ec2  TAMAYA-252: Unified PropertyValue API and usage, also 
separating key, value, source and other meta-data and defining a clear builder 
policy.
     new 99e6850  TAMAYA-252: Unified PropertyValue builder API.
     new 204dc48  TAMAYA-256: Fixed Java version, tests and added documentation 
for Vertx support.
     new 7efb64e  TAMAYA-238: Added explicit bundle names.
     new 2852c48  TAMAYA-260: Implemented Microprofile.io Config API, added 
basic tests.
     new 5ee4802  TAMAYA-260: Added basic tests for MP builder spi.
     new fd26d6c  TAMAYA-150: Renabled UI after refactoring out several 
functionality into separate modules.
     new 46e3ed0  TAMAYA-218: Renamed some methods.
     new 098c75f  Preparing Java 8.
     new 10d711e  TAMAYA-145: Simplified syntax and MetaContext. Added tests.
     new bf8c110  Enabled more fine grained reusage of toString fields.
     new d344e73  TAMAYA-145: Added tests, some bugfixes.
     new 9f8f587  TAMAYA-260: Added pom.
     new 855230b  Add legal stuff.
     new 9731be7  TAMAYA-145: Using beanshell for expression evaluation.
     new 1fec344  TAMAYA-145: Fxed conversion issue and invalid config syntax.
     new 22cdc84  TAMAYA-276: Disabled failing OSGI-Test
     new 31b9c0e  TAMAYA-145: Added meta logging feature.
     new 2eb290d  TAMAYA-274: Moved to Java 8, fixed Javadoc issues.
     new e52a5a3  TAMAYA-256: Added missing config file.
     new b04b841  TAMAYA-260: Now implementing official MP config 1.0 release.
     new a3e0181  TAMAYA-260: Fixed basic TCK integration.
     new d9e2d54  TAMAYA-274: Moved to Java 8, set version to 
0.4-incubating-SNAPSHOT
     new 1e2a184  TAMAYA-260: Implemented all basic microprofile features. Last 
3 failres are to be discussed with MP folks.
     new f30884f  TAMAYA-274: Simplified compiler settings, set version to 
0.4-incubating-SNAPSHOT
     new c9676a8  TAMAYA-260: Fixed CDI integration for almost any aspects of 
MP.
     new 41305de  TAMAYA-260: Added missing artifacts.
     new 88b39ef  TAMAYA-260: Fixed CDI issues regarding MP integration.
     new 029a43c  TAMAYA-260: Fixed CDI integration for almost any aspects of 
MP, removed mp from build.
     new 50927f4  TAMAYA-260: Fixed Boolean conversion to comply with MP TCK.
     new 4a63a4a  TAMAYA-260: Fixed CDI tests/impl for all non Provider-related 
test cases.
     new b2c69a1  TAMAYA-260: Fixed Boolean conversion to comply with MP TCK.
     new 5925c34  TAMAYA-274: Improved BND configs for better OSGI support, 
added OSGI annotations.
     new 5c54653  TAMAYA-295: Update jacoco.
     new c66f02a  TAMAYA-287: Fix maven warning and update to latest Tamaya 
SNAPSHOT
     new c345b5c  TAMAYA-274: Fixed basic service loading in OSGI. Added 
missing requirements.
     new 9205386  TAMAYA-274: Implemented OSGI integration, tested in Karaf 
(using Karaf shell custom commands).
     new 460ab2e  Trying to fix the build.
     new 422132b  Change base version to 0.4
     new cdd839c  TAMAYA-297: Added, improved commands, improved formatting of 
table styled outputs.
     new cbd2312  TAMAYA-300: Added config history. DId a small refactoring.
     new 39143de  TAMAYA-300: Simplified naming.
     new 54ff0e6  TAMAYA-297: Simplified naming.
     new 7855482  TAMAYA-297: Added OSGI Config trigger for Tamaya changes.
     new 99ce49e  TAMAYA-297: Added OSGI Config trigger for Tamaya changes.
     new 636dbb5  TAMAYA-307: Readded collections module.
     new 4c25938  TAMAYA-307: Readded collections module.
     new 39bf824  TAMAYA-297: Fixed invalid symbolic name, changed entry order 
in pom.
     new c83611c  TAMAYA-297: Implemented Gogo support, tested it with Apache 
Felix.
     new 4bf921f  TAMAYA-294: Update release version reference
     new cd70a9c  TAMAYA-294: Update release version reference
     new d0397ac  TAMAYA-294: Update to 0.4 and httpclient
     new 3c593a4  TAMAYA-294: Update sandbox modules to 0.4
     new c2becbf  TAMAYA-297: Fixed Karaf imports, aligned command names.
     new 8671315  TAMAYA-297: Fixes on OSGI commands, added propagation flag.
     new 2c031dc  Try to fix build by using most current Tamaya SNAPSHOT
     new 509598d  TAMAYA-297: Unified commands in Karaf and Gogo. Added new 
commands for updater support.
     new fc0c72a  TAMAYA-312: Unified commands in Gogo. Added new commands for 
updater support.
     new dab1da7  TAMAYA-297: Removed OSGIConfigMapper to reduce complexity. 
Added restore functionality for backups.
     new 2281cb3  TAMAYA-297: Removed OSGIConfigMapper to reduce complexity. 
Added restore functionality for backups.
     new 5833662  TAMAYA-297: Readded/Simplified Karaf feature project.
     new ee6133b  TAMAYA-297: Added tests/small fixes.
     new 563437b  TAMAYA-297: Ignored failing testsuites.
     new a8029f4  TAMAYA-297: Added tests/small fixes.
     new d0e9a65  TAMAYA-297: Added tests using mocks instead of PAX.
     new 9fdd5da  Merged.
     new 28d81b9  Merged.
     new 0cb95ed  TAMAYA-300 Fixed tests and plugin configuration method.
     new 55b1f20  TAMAYA-300 Added tests and fixes.
     new e60d9dd  TAMAYA-300 Added tests and fixes.
     new 9d8fe86  TAMAYA-300 Added tests.
     new c990e96  TAMAYA-300 Simplified dependencies.
     new b11f317  TAMAYA-300 Fixed constructor visiblity.
     new d43cef4  Fixed merge issues.
     new b813e7b  TAMAYA-200: Fix licensing issue, introduce compilation 
problems.
     new 8215ad6  TAMAYA-300 Unified props and manifest entry style.
     new 03b730b  TAMAYA-300 Fixed tests and invalid command output.
     new 9fd934e  TAMAYA-300 Fixed tests and invalid command output.
     new 228ecd7  TAMAYA-300 Fixed tests and invalid command output.
     new 3bcac1b  TAMAYA-300 Fixed tests and invalid command output.
     new 3e52251  TAMAYA-301 Implemented OSGI Configuration injection.
     new 9788f00  TAMAYA-274 Added missing Activator class.
     new 6e5b583  TAMAYA-260 Fixed failing microprofile tests.
     new b9841fc  TAMAYA-260 - Removing code copied in from MicroProfile Config 
1.1
     new 4a9c22f  TAMAYA-260 - Beginning alignment to the MicroProfile Config 
1.1 spec.
     new 4200f87  TAMAYA-260 - Fix how the default field name is generated.
     new 3aad356  TAMAYA-260 - Improve how parameterized types are handled.
     new 96593c7  TAMAYA-260 Cleaning up how TCK runs.
     new 048dca9  Try to fix the build.
     new 738be50  Fix project structure: disable injection
     new bc4a6ad  TAMAYA-315: Use non-deprecated reference to policy
     new cd8fcec  TAMAYA-316: Fix typos in Javadoc
     new cb38d1c  Change submodule order.
     new ab00371  Fix deprecation warning during build.
     new 7d9b6d5  Make microprofile build locally with JDK8
     new 66f7b1e  TAMAYA-316: Fix typos
     new 9f79a5a  TAMAYA-260 Fixed MP Optional and Provider injection (and a 
corresponding issue in core in the Optional converter).
     new 7d463e3  TAMAYA-260 Merged conflicts.
     new 2b878fa  TAMAYA-274 Added Tamaya Configuration Service and reduced 
exposed artifacts.
     new f5a1b5a  TAMAYA-260 Fixed issue not considering empty default value.
     new a4e2df5  TAMAYA-260 Added tests for empty values.
     new fdc5a16  TAMAYA-260 Fixed Microprofile Optional injection for String 
values.
     new 5a59869  TAMAYA-300 Removed invalid plugin ref.
     new 3aa3145  TAMAYA-300 Added OSGI injection module.
     new eeab5ce  TAMAYA-300 Added tests to improve mutation coverage. Movewd 
OSGI and MP to extensions.
     new c3bf3f7  TAMAYA-294: Update to latest Johnzon and spec
     new 2679548  TAMAYA-279: Update docs due to Java8
     new f96cbd0  TAMAYA-291: Rework ETCd tests
     new c706c55  Update consul dependencies.
     new 31585cd  TAMAYA-218: Rework consul tests
     new 9746d00  TAMAYA-318 Moved spi-support as API base implementation 
package to remove code duplicates.
     new 31bdbd2  Fixing errors in metamodel
     new 6724533  TAMAYA-320 Initial commit.
     new 8919e1a  TAMAYA-320 Fixed test failures.
     new d729393  TAMAYA-320: Add assertj version placeholder.
     new b331785  TAMAYA-320: Fix wrong link to project homepage
     new 8034556  TAMAYA-320: Fix build error about missing version.
     new 09fcc45  Fix build warning about wrong parent reference
     new 472d4d5  TAMAYA-320: Add readme
     new f5c8ef8  Removed invalid service registrations.
     new 041c079  Removed invalid service registrations.
     new 4214dd4  TAMAYA-321 Adapted to API changes.
     new adc24ca  TAMAYA-321 Enhanced vertx support.
     new bda217b  TAMAYA-321: Adapt javadoc to new API
     new 50e0925  TAMAYA-218: Add assertJ tests
     new 03997f7  TAMAYA-218: Add assertJ tests
     new a2951db  Ignore RAT in Eclipse integration
     new 122222c  TAMAYA-321: Fix pom warnings.
     new bb340e0  TAMAYA-218: Fix warnings.
     new 3fa5309  TAMAYA-218: Fix warnings while trying to verify tests
     new 123c0c9  Fix build.
     new f85f353  TAMAYA-321: Fix warnings
     new 1377ac7  Add Travis integration.
     new 161c632  TAMAYA-296: Update dependencies
     new dc1b20a  TAMAYA-330: Add travis badge
     new 6e81904  TAMAYA-330: Enable build with JDK9
     new cba3301  TAMAYA-330: Update karaf to be hopefully JDK9-compliant
     new 756ad45  Update to latest jacoco.
     new 0f32957  Get code to build and test successfully on JDK9+
     new 697ca59  Remove unused class file
     new aa37166  Add Automatic-Module-Name metadata
     new cac421b  Fix javadocs issues
     new ed8bd26  TAMAYA-342: Fix double version properties
     new 96fc9d5  TAMAYA-308 Fixed config assignment in constructor.
     new 681cb1e  TAMAYA-273 Fix infinite recursion in metamodel
     new 91302a7  TAMAYA-346: Update to latest ASF root pom and Johnzon release
     new ba1a6c4  TAMAYA-349: Ensure Tamaya builds on JDK 11
     new ad2d1a0  Update CI testing to include JDK 9-11
     new 4c323c3  TAMAYA-349: Cleanup travis build file
     new af31937  TAMAYA-274  Reduced API footprint by using Java 8 features. 
Added some lambdas. TAMAYA-355  Enable mapping of lists and arrays into 
internal datastructures. TAMAYA-353  Adding support for different classloaders.
     new 70980cc  TAMAYA-274  Reduced API footprint by using Java 8 features. 
Added some lambdas. TAMAYA-355  Enable mapping of lists and arrays into 
internal datastructures. TAMAYA-353  Adding support for different classloaders.
     new 1fbe9a1  TAMAYA-355  Enable mapping of lists and arrays into internal 
datastructures, reestablished conversion/filter context (backward compatible).
     new 19ba2a4  TAMAYA-274  Some minor additions. TAMAYA-353  Some minor 
additions.
     new a4bfdb4  TAMAYA-274  Some minor additions. TAMAYA-353  Some minor 
additions.
     new e6e9297  TAMAYA-274/353  Added revapi reports to control/report 
backward compatibility breaks.             Removed deprecated artifacts 
(ConfigurationContextBuilder) and implementations/deps. TAMAYA-355  Removed 
PropertyValueCombinationPolicy (not needed anymore).
     new e0d15cb  Moved collections, consul, etcd and hazelcast modules into 
extensions. Updated docs to match code.
     new 8ad95aa  TAMAYA-320 Updated implementation for latest state of JSR 382.
     new f1c7dcc   TAMAYA-364: Migrate to openJDK
     new 56adb6d  Fixed build issues.
     new 9f6fda1  Added experimental documentation generator tool.
     new e8f0a3d  Fixed build issues.
     new ed8701d  Simplified validation module, leveraging documentation module.
     new 76bccc2  Add acoburn to developer list
     new f477811  TAMAYA-372: Clarified default metadata format.
     new 3f00ff1  Added basic working config documentation features, including 
html support.
     new 8468093  Added hjson support.
     new 845abf8  Fixed doc issues.
     new 9b8d14d  Merge branch 'master' of 
https://github.com/apache/incubator-tamaya-sandbox
     new 7a720a3  Fixed compile issues.
     new 5ffd46e  TAMAYA-368: Adapt pom to new location
     new ce8a574  Adding myself (William Lieurance) to the developers list
     new 3a964e3  Exclude the docs project from the OSGi scan.
     new 0db3dd8  Block until the vertx deployment happens so we can get a 
clean (non-NPE) eventBus call.
     new 68d2516  Merge pull request #12 from peculater/karaf-test-update
     new a5eabd3  Clean up OSGi/Manifest metadata
     new 4015577  Update to non-alpha depedencies
     new 77cab4e  Merge pull request #14 from acoburn/update_dependencies
     new 93981b5  Merge pull request #13 from acoburn/TAMAYA-331
     new d4183de  Remove duplicate import of tamaya-formats
     new 31d775a  TAMAYA-154 fix javadoc errors
     new 2fda223  Merge pull request #15 from acoburn/DuplicateImport
     new 7d1ea6e  Fix typo
     new 0b5298d  Merge pull request #16 from acoburn/TAMAYA-154
     new abbedaa  TAMAYA-218: Migrate test assertions to AssertJ
     new 4f7f387  TAMAYA-218: Remove direct dependency on hamcrest
     new 78546d4  TAMAYA-218: Migrate test assertions to AssertJ
     new d999218  TAMAYA-218: Simplify test assertion.
     new 8247c7d  TAMAYA-318: Remove redundant throws Exception
     new c9f3a77  TAMAYA-219: Enable checkstyle analysis
     new 0ba9c9a  Add project-local checkstyle configuration
     new 7ec6be2  Merge pull request #18 from acoburn/TAMAYA-219
     new cda27c8  TAMAYA-218: Simplify AssertJ tests
     new f0b8988  TAMAYA-379: enforce checkstyle validation
     new 74aa762  TAMAYA-218: Better comparison tests
     new a890fba  Merge pull request #19 from acoburn/TAMAYA-218
     new 57ea3ef  Use default checkstyle rules for constant and method names
     new d311944  TAMAYA-379: Use standard/default checkstyle rule for TypeName
     new 3da1c21  Merge pull request #20 from acoburn/TAMAYA-379
     new 891d492  TAMAYA-380: Rename class to fix spelling
     new 01bdf10  Merge pull request #21 from acoburn/TAMAYA-380
     new 51f4144  TAMAYA-379: Apply checkstyle rules to test code
     new f6869b6  Merge pull request #22 from acoburn/TAMAYA-379
     new d4d3bd7  TAMAYA-219: Prohibit non-AssertJ test assertions
     new d6a0673  Merge pull request #23 from acoburn/TAMAYA-219
     new ef3d762  Initial experiments with config documentation.
     new dbc8466  Initial experiments with config documentation.
     new 1732596  Added kube integration project.
     new 0bf2d02  Initial experiments with config documentation.
     new e051587  TAMAYA-378 Improved injection API for more transparent key 
resolution.
     new cd64d81  TAMAYA-378 Improved injection API for more transparent key 
resolution.
     new e212349  Fixed quality/checkstyle issues.
     new bf99f3f  [Security] Do not use http to transfer artifacts

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


Reply via email to