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

anatole pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git.


    from e3d5bf0  Merge pull request #23 from acoburn/DuplicateImport
     new 0663803  TAMAYA-216: Migrate test assertions to assertj
     new 9b0a843  TAMAYA-216: Remove direct hamcrest dependency
     new a8ddf2a  Merge pull request #25 from acoburn/TAMAYA-216

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


Summary of changes:
 examples/02-resolver-example/pom.xml               |   6 +-
 examples/03-injection-example/pom.xml              |   6 +-
 examples/04-events-example/pom.xml                 |   6 +-
 examples/05-spring-example/pom.xml                 |   4 -
 modules/collections/pom.xml                        |   5 +-
 .../collections/CollectionAdvancedTests.java       |  52 +++--
 .../tamaya/collections/CollectionsBaseTests.java   | 212 ++++++++++---------
 .../collections/CollectionsTypedReadOnlyTests.java | 107 +++++-----
 .../tamaya/collections/CollectionsTypedTests.java  | 197 +++++++++---------
 modules/consul/pom.xml                             |   4 +-
 .../tamaya/consul/ConsulPropertySourceTest.java    |  15 +-
 .../org/apache/tamaya/consul/ConsulWriteTest.java  |  17 +-
 modules/etcd/pom.xml                               |   4 +-
 .../org/apache/tamaya/etcd/EtcdAccessorTest.java   |  36 ++--
 .../apache/tamaya/etcd/EtcdPropertySourceTest.java |  17 +-
 modules/events/pom.xml                             |   5 -
 .../tamaya/events/ConfigEventManagerTest.java      |  12 +-
 .../tamaya/events/ConfigurationChangeTest.java     |  67 +++---
 .../tamaya/events/FrozenPropertySourceTest.java    |  33 ++-
 .../apache/tamaya/events/ObservedConfigTest.java   |   7 +-
 .../tamaya/events/PropertySourceChangeTest.java    |   9 +-
 .../internal/DefaultConfigEventManagerSpiTest.java |   8 +-
 modules/features/pom.xml                           |   8 +-
 .../org/apache/tamaya/features/FeaturesTest.java   |  40 ++--
 .../apache/tamaya/features/FeaturesTestNoOnly.java |  41 ++--
 modules/filter/pom.xml                             |   8 +-
 .../tamaya/filter/ConfigurationFilterTest.java     |  38 ++--
 .../tamaya/filter/ProgrammableFilterTest.java      |  90 ++++----
 modules/formats/base/pom.xml                       |   8 +-
 .../tamaya/format/ConfigurationFormatsTest.java    |  40 ++--
 .../format/FormatPropertySourceProviderTest.java   |   6 +-
 .../tamaya/format/InputStreamFactoryTest.java      |  20 +-
 .../MappedConfigurationDataPropertySourceTest.java |   6 +-
 modules/formats/json/pom.xml                       |   4 -
 .../tamaya/json/CommonJSONTestCaseCollection.java  |  95 ++++-----
 .../java/org/apache/tamaya/json/JSONFormatIT.java  |   5 +-
 .../org/apache/tamaya/json/JSONFormatTest.java     |  13 +-
 .../apache/tamaya/json/JSONPropertySourceTest.java |  14 +-
 .../org/apache/tamaya/json/JSONVisitorTest.java    |   5 +-
 .../PathBasedJsonPropertySourceProviderTest.java   |  21 +-
 modules/formats/yaml/pom.xml                       |   4 +-
 .../PathBasedYamlPropertySourceProviderTest.java   |  20 +-
 .../org/apache/tamaya/yaml/YAMLFormatTest.java     |  16 +-
 .../apache/tamaya/yaml/YAMLPropertySourceTest.java |  16 +-
 modules/functions/pom.xml                          |   5 -
 .../functions/ConfigurationFunctionsTest.java      |  10 +-
 .../functions/PropertySourceFunctionsTest.java     |  16 +-
 modules/hazelcast/pom.xml                          |   4 +-
 .../hazelcast/AbstractHzPropertySourceTest.java    | 147 ++++++-------
 .../hazelcast/HazelcastPropertySourceTest.java     | 147 ++++++-------
 modules/injection/cdi/pom.xml                      |   5 -
 .../apache/tamaya/cdi/CDIConfiguredMethodTest.java |  26 ++-
 .../apache/tamaya/cdi/CDIConfiguredTypeTest.java   |   4 +-
 .../tamaya/cdi/ConfigurationProducerTest.java      |  60 +++---
 .../org/apache/tamaya/cdi/ConfiguredBTest.java     |  19 +-
 .../java/org/apache/tamaya/cdi/ConfiguredTest.java |  18 +-
 modules/injection/injection-api/pom.xml            |   4 -
 .../tamaya/inject/spi/BaseDynamicValueTest.java    |  20 +-
 modules/injection/standalone/pom.xml               |   8 +-
 .../apache/tamaya/inject/TamayaInjectionTest.java  | 124 ++++++-----
 .../inject/internal/DefaultDynamicValueTest.java   |  75 ++++---
 modules/jndi/pom.xml                               |   8 +-
 .../apache/tamaya/jndi/JNDIPropertySourceTest.java |  31 ++-
 modules/microprofile/pom.xml                       |   5 -
 .../microprofile/MicroprofileAdapterTest.java      |  60 +++---
 .../MicroprofileConfigBuilderTest.java             |  39 ++--
 .../MicroprofileConfigProviderResolverTest.java    |  22 +-
 .../MicroprofileConfigProviderTest.java            |  15 +-
 .../MicroprofileConfigSourceProviderTest.java      |  12 +-
 .../microprofile/MicroprofileConfigTest.java       |  16 +-
 modules/mutable-config/pom.xml                     |   9 +-
 .../mutableconfig/ChangePropagationPolicyTest.java |  12 +-
 .../MutableConfigurationProviderTest.java          |  28 +--
 .../mutableconfig/MutableConfigurationTest.java    |  54 ++---
 modules/optional/pom.xml                           |   8 +-
 .../tamaya/optional/OptionalConfigurationTest.java |  54 ++---
 modules/osgi/common/pom.xml                        |   8 +-
 .../java/org/apache/tamaya/osgi/BackupsTest.java   |  36 ++--
 .../org/apache/tamaya/osgi/ConfigHistoryTest.java  |  72 +++----
 .../apache/tamaya/osgi/TamayaConfigPluginTest.java | 230 ++++++++++-----------
 .../tamaya/osgi/commands/BackupCommandsTest.java   |  62 +++---
 .../tamaya/osgi/commands/ConfigCommandsTest.java   | 154 +++++++-------
 .../tamaya/osgi/commands/HistoryCommandsTest.java  |  54 ++---
 modules/osgi/gogo-shell/pom.xml                    |  12 +-
 .../tamaya/gogo/shell/BackupCommandsTest.java      |   5 +-
 .../tamaya/gogo/shell/ConfigCommandsTest.java      | 132 ++++++------
 modules/osgi/injection/pom.xml                     |   8 +-
 .../tamaya/osgi/injection/ActivatorTest.java       |  38 ++--
 .../org/apache/tamaya/osgi/injection/Example.java  |  19 +-
 .../OSGIConfigAdminPropertySourceTest.java         |  28 +--
 .../injection/OSGIConfigurationInjectorTest.java   |  14 +-
 modules/osgi/updater/pom.xml                       |   4 -
 modules/resolver/pom.xml                           |   8 +-
 .../tamaya/resolver/ConfigResolutionTest.java      |  62 +++---
 .../org/apache/tamaya/resolver/ResolverTest.java   |  40 ++--
 modules/resources/pom.xml                          |   8 +-
 .../AbstractPathPropertySourceProviderTest.java    |  11 +-
 .../resource/internal/ClasspathCollectorTest.java  |  28 +--
 .../internal/DefaultResourceResolverTest.java      |  12 +-
 .../resource/internal/FileCollectorTest.java       |  16 +-
 modules/spring/pom.xml                             |   5 -
 pom.xml                                            |  20 --
 102 files changed, 1672 insertions(+), 1826 deletions(-)

Reply via email to