This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git.
from bd11434 Merge pull request #30 from acoburn/TAMAYA-379
new 3f4637e TAMAYA-379: Apply checkstyle rules to test code
new 1e6e6ca TAMAYA-215: forbid junit assertions
new c840ccb Merge pull request #31 from acoburn/TAMAYA-379b
The 1567 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:
buildtools/src/main/resources/checkstyle/style.xml | 5 +-
.../src/main/resources/checkstyle/suppressions.xml | 17 ++-
.../tamaya/consul/ConsulPropertySourceTest.java | 1 -
.../org/apache/tamaya/consul/ConsulWriteTest.java | 20 +--
.../org/apache/tamaya/etcd/EtcdAccessorTest.java | 33 +++--
.../events/ConfigurationChangeBuilderTest.java | 136 ++++++++++-----------
.../tamaya/events/FrozenPropertySourceTest.java | 31 ++---
.../tamaya/events/MethodNotMockedAnswer.java | 6 +-
.../tamaya/events/PropertySourceChangeTest.java | 30 ++---
.../org/apache/tamaya/events/TestConfigView.java | 7 +-
.../ObservingPropertySourceProvider.java | 4 +-
.../folderobserver/TestObservingProvider.java | 10 +-
.../tamaya/format/InputStreamFactoryTest.java | 2 +-
.../java/org/apache/tamaya/json/JSONFormatIT.java | 1 -
.../org/apache/tamaya/json/JSONVisitorTest.java | 106 ++++++++--------
.../org/apache/tamaya/yaml/YAMLFormatTest.java | 15 +--
.../functions/CombinedConfigurationTest.java | 63 +++++-----
.../tamaya/functions/MethodNotMockedAnswer.java | 6 +-
.../functions/PropertySourceFunctionsTest.java | 8 +-
.../tamaya/cdi/ConfigurationProducerTest.java | 22 ++--
.../org/apache/tamaya/cdi/ConfiguredClass.java | 2 +-
.../tamaya/cdi/ConfiguredVetoExtensionTest.java | 6 +-
.../tamaya/microprofile/BuildableConfigSource.java | 8 +-
.../microprofile/MicroprofileAdapterTest.java | 9 +-
.../tamaya/optional/OptionalConfigurationTest.java | 2 +-
.../org/apache/tamaya/osgi/AbstractOSGITest.java | 7 +-
.../org/apache/tamaya/osgi/ConfigHistoryTest.java | 6 +-
.../apache/tamaya/gogo/shell/AbstractOSGITest.java | 5 +-
.../tamaya/osgi/injection/AbstractOSGITest.java | 5 +-
modules/osgi/updater/pom.xml | 4 +
.../tamaya/osgi/updater/AbstractOSGITest.java | 5 +-
.../apache/tamaya/osgi/updater/ActivatorTest.java | 8 +-
.../internal/PathBasedPropertySourceProvider.java | 5 +-
.../tamaya/integration/spring/MyApplication.java | 3 +
.../integration/spring/SpringConfigTest.java | 2 +-
.../integration/spring/SpringConfigTest2.java | 2 +-
pom.xml | 2 +
37 files changed, 334 insertions(+), 270 deletions(-)
copy modules/formats/json/src/test/resources/configs/invalid/empty-file.json
=> buildtools/src/main/resources/checkstyle/suppressions.xml (61%)