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

rombert pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git.


      at 54f015a  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new 8dec8d7  SLING-4042 move all mock projects to mocks/ subdirectory
     new 6aa4649  SLING-4042 add missing package-info files
     new 1e2c11f  SLING-4042 make sure dependency injection is continued even 
if not all injections succeeded, and report root cause of invocation target 
exceptions
     new fd15848  SLING-4042 add README files
     new e225db5  add/update SCM urls
     new 8cebca9  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.0.0
     new c958d14  [maven-release-plugin] prepare for next development iteration
     new bab8f6a  SLING-4090 Define package versions for Sling Mock, JCR Mock, 
OSGi Mock
     new 17585c6  SLING-4142 MockOsgi: Activate/Deactivate method does not 
support different signatures
     new 12f3f81  SLING-4162 Introduce "OsgiContext" junit rule for OSGi and 
OsgiContextImpl
     new e6ae193  SLING-4162 fix javadoc
     new 6a03d86  SLING-4163 OSGi Mock: Reference bind/unbind method picking 
order
     new eea5924  fix some javadoc copy&paste errors and formatting
     new b2daed3  SLING-4166 OSGi Mock: Support for "modified" SCR lifecycle 
method
     new 0094048  SLING-4166 update package version
     new 09aa5aa  SLING-4165 OSGi Mock: Fail-fast when calling methods 
requiring SCR metadata and this is not present
     new 7c9156e  SLING-4201 MockOsgi.activate()/deactivate()/modified() should 
fail fast if method is declared but can't be found
     new 2ccecc0  SLING-4202 OSGi Mock: Fail-fast when mandatory references 
cannot be injected
     new 4dede4f  fix some javadoc errors/warnings
     new cc3d9ed  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.1.0
     new 322b12f  [maven-release-plugin] prepare for next development iteration
     new deb40b2  rename package-private class ReflectinServiceUtil to 
OsgiServiceUtil because it does not any longer use reflection to do it's job 
(no functional change)
     new aa76dbc  SLING-4435 OSGi Mock: Cache reading of OSGi SCR Metadata files
     new 78542ed  SLING-4439 add support for unregistering services and prepare 
dynamic service reference handling
     new c36bad9  SLING-4439 implement dynamic service registration
     new 814cfb6  SLING-4439 implement dynamic service registration
     new 673fc0a  SLING-4439 implement dynamic service registration
     new 9b60115  SLING-4439 implement dynamic service registration - support 
string array properties in osgi metadata as well - merge properties from osgi 
metadata with those specified on activation/registration call - support 
"old-style" scr component metadata file as well (and test this case)
     new c5e64ca  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.2.0
     new 537485c  [maven-release-plugin] prepare for next development iteration
     new 2768041  SLING-4472 MockBundleContent.getProperty should return null
     new 72fd465  Add missing licence headers and ignores for rat
     new b402215  SLING-4670 : SCR metadata can't be read if components element 
is missing
     new 37b00d4  SLING-4698 - Set parent.relativePath to empty for all modules
     new c787e19  SLING-4718 Support OSGi component name different from 
implementation class
     new 932b253  SLING-4719 osgi-mock: Add Mock EventAdmin implementation
     new d21ac30  SLING-4720 Add support for "Long" and "Boolean" property 
types in SCR metadata
     new f15eea2  SLING-4725 osgi-mock: Make compatible to OSGi 5/6
     new 77ecdce  SLING-4470 introduce separate "logging-mock" project for 
default log configuration in mock tests, remove compile-dependency on 
slf4j-simple
     new 628f1a9  update dependencies for release
     new 008ce9a  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.3.0
     new 55235c0  [maven-release-plugin] prepare for next development iteration
     new 3adfbd5  update to next development snapshot unit released artifacts 
are in maven central
     new 9e751e5  SLING-4756 - ServiceListener notifications are not filtered
     new 0274387  SLING-4756 - ServiceListener notifications are not filtered
     new d2af21c  SLING-4756 - ServiceListener notifications are not filtered
     new 23188b1  update to released mock versions
     new 0fed2ac  SLING-4769 Osgi Mock: Add support for bundle headers
     new d301fd2  SLING-4756 add support for filtering via felix.framework 
FilterImpl implementation
     new 4903d8c  SLING-4771 Osgi Mock: Allow to set mock bundle symbolic name
     new 663f69e  OsgiServiceUtil: clarify exception message when no matching 
references were found
     new 0fc9ec4  MockBundleTest - cast once in the @BeforeMethod instead of 
every test
     new 0cd5c98  SLING-4780 - Implement MockBundle.getLastModified
     new 2b0b7ba  SLING-4781 - Implement MockBundle.getEntryPaths
     new b6765d3  SLING-4781 - Implement MockBundle.getEntryPaths
     new 9138a7f  SLING-4813 - Support CGLIB enhanced classes for Mockito based 
service mocks
     new 189b064  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.4.0
     new a9f5844  [maven-release-plugin] prepare for next development iteration
     new aca68fa  Update to Sling Parent 23
     new 2bb9e7e  Testing: remove superflous sling.java.version=6 as it's the 
default now
     new ea25dac  Update rat exclude rules
     new d96cd75  @no-jira : test failed with a timeout on jenkins - tring with 
2sec timeout
     new fa67014  SLING-4845 - MockBundleContext is not thread-safe
     new fe6b8e3  SLING-4845 - MockBundleContext is not thread-safe
     new e09a6cc  set parent version to 24 and add empty relativePath where 
missing
     new bb79f5b  remove unused LOG variable
     new 935520e  SLING-4901 osgi-mock: Add support for 
ComponentContext.getUsingBundle()
     new 4517dda  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.5.0
     new 91534bd  [maven-release-plugin] prepare for next development iteration
     new c2accf2  cosmetic: beautify error messages when setup/teardown fails
     new 6d4cb95  SLING-5083 osgi-mock: Eliminate compile dependency to 
org.apache.felix.scr.annotations
     new d0a2fdc  SLING-5089 mock-osgi: Deactivate all services on shutdown
     new dafe633  SLING-5089 deactivate services in reverse order
     new 7e14619  SLING-5090 osgi-mock: Support ServiceFactory
     new ac44a9a  SLING-5088 properly shutdown executor service in 
MockEventAdmin
     new 8e40efc  SLING-5088 deprecate activate/deactivate methods without 
bundleContext parameter because there is a small risk for memory leaks
     new 9a58a16  cosmetic: fix javadoc errors
     new 87fad6c  Update the main reactor to parent 25
     new f6b27ac  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.6.0
     new c5bdedc  [maven-release-plugin] prepare for next development iteration
     new cc2646d  SLING-5143 osgi-mock: MockBundleContext is not thread-safe 
when using iterators
     new d77a6d3  SLING-5198 osgi-mock: Add basic ConfigurationAdmin support
     new 638a222  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-1.7.0
     new 2ffb548  [maven-release-plugin] prepare for next development iteration
     new 1620d47  SLING-5312 osgi-mock: Eliminate runtime-depenency to Felix 
SCR annotations
     new 570988a  SLING-5323 Update to OSGi R6
     new 75e7f8d  SLING-5324 osgi-mock: Support OSGi R6 field-based reference 
bindings
     new 2fe6254  SLING-5325 osgi-mock: Support target filtering on DS 
references
     new e2e1b79  SLING-5323 no need to update to JDK 1.7, we stick with JDK 
1.6.
     new b9b4284  SLING-5327 refactor and unify lifecycle method handling (and 
fix missing argument variants for modified methods - should support the same as 
the activate method)
     new 471092b  SLING-5327 osgi-mock: Support OSGi R6 Component propert types 
for configuration
     new 5d71e93  SLING-5327 inline the required classes from 
org.apache.felix.scr
     new 35d51a1  SLING-5372 osgi-mock: 
MockBundleContext.getServices(Class,String) throws NPE when no services found
     new b134c67  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.0.0
     new 201cdfd  [maven-release-plugin] prepare for next development iteration
     new abea427  SLING-5391 osgi-mock: Switch to osgi.core and osgi.cmpn 
dependencies
     new f9f9d53  Switch to parent pom 26
     new 249ded8  SLING-5453 implement MockBundleContext.getDataFile
     new f3289e8  SLING-5453 implement MockBundleContext.getDataFile
     new bf9ceb6  SLING-5462 - demonstrate the wrong sorting of mock service 
references
     new 651f659  SLING-5462 ensure service references are sorted ascending by 
service ranking, not descending
     new a678e8f  SLING-5462 switch to comparable implementation from 
commons.osgi and change wrong assumptions in unit test
     new 13438ff  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.0.2
     new 8fafc8e  [maven-release-plugin] prepare for next development iteration
     new 4a4447c  SLING-5544 osgi-mock: Catch RejectedExecutionException in 
MockEventAdmin
     new afcc890  SLING-5667 MockBundleContext.getServiceReference(...) does 
not return service reference with highest ranking
     new 1aba98d  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.0.4
     new 149aa0a  [maven-release-plugin] prepare for next development iteration
     new e696e50  SLING-5871 osgi-mock: Update to org.apache.felix.scr 2.0.4
     new d913b19  SLING-5905 osgi-mock: Shade and relocate Sling and Felix 
Dependencies
     new f4d0265  cosmetic: fix typo in error message
     new 88778b1  SLING-5905 some files from felix.framework where missing 
includes shaded source attachments
     new c0237db  SLING-5970 mocks: Update to Parent Pom 28
     new 3fd0c51  SLING-5970 switch to osgi annotations
     new ebef433  add git ignore files for testing projects
     new 01d8872  SLING-6051 osgi-mock: Support passing map/dictionary 
properties with object vararg parameter
     new 7213ce3  update dependencies
     new 54e6227  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.1.0
     new 5e85b6a  [maven-release-plugin] prepare for next development iteration
     new 395ae1e  update dependencies to latest snapshots until released 
versions are available in maven central
     new c493697  switch back to released versions
     new 9db29e5  update to parent 29
     new ab6f06d  SLING-6356 osgi-mock: Fallback to default when reference 
field collection type is missing in SCR metadata
     new ff2b360  SLING-6358 osgi-mock: OsgiContext.getServices should return 
correctly typed array when empty
     new 513b938  SLING-6359 osgi-mock, sling-mock: Make ContextCallback and 
ContextBuilder more flexible
     new 3b89924  fix javadoc errors
     new 6be166b  SLING-6359 context plugin support
     new 2be9a4a  SLING-6359 context plugin support
     new bbfa06d  SLING-6362 osgi-mock: ManifestScanner
     new 1ebe05f  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.2.0
     new de6fd2b  [maven-release-plugin] prepare for next development iteration
     new 31ff942  SLING-6386 osgi-mock: Avoid NPE when providing servicer 
properties with null values
     new 68048c2  cosmetic: rename misspelled test classes
     new 5b12e90  SLING-6372 OSGi Mocks - Correctly handle static, greedy 
references
     new 5baa75b  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.2.2
     new c723672  [maven-release-plugin] prepare for next development iteration
     new dba494d  SLING-6586 Loading SCR metadata fails for components with 
name != class name
     new 761cecd  use Sling Parent 30
     new eeaf941  fix compile errors after switchting to parent 30: - add scr 
annotation dependency where appropiate or remove maven-scr-plugin - switch to 
osgi versioning annotations
     new 83dd4a8  SLING-6641 osgi-mock: MockOsgi.setConfigForPid convenience 
method
     new 62019f4  SLING-6650 osgi-mock: Fallback to component name when 
service.pid property not set in SCR metadata
     new 16d7429  SLING-6672 osgi-mock: Switch to OSGi annotations
     new e3930dc  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.2.4
     new a3dc922  [maven-release-plugin] prepare for next development iteration
     new 39fc8bb  SLING-6811 osgi-mock: Support ServiceFactory and System Bundle
     new e538593  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.3.0
     new cadc804  [maven-release-plugin] prepare for next development iteration
     new 0577620  SLING-6832 osgi-mock: Support parsing SCR metadata when 
multiple definition XML files exists with the same name
     new c2d1d29  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.3.2
     new 0f966f1  [maven-release-plugin] prepare for next development iteration
     new 7984597  SLING-7167 Adjust READMEs
     new 6ede0f1  SLING-7167 Adjust READMEs
     new d0a52e3  add test cases for ensuring service ordering for 
getServiceReference() call fix unit tests - service ranking has to be Integer, 
not Long
     new 336e479  SLING-7193 MockServiceReference.compareTo needs to implement 
lowest-first ranking
     new 7d2513f  [maven-release-plugin] prepare release 
org.apache.sling.testing.osgi-mock-2.3.4
     new 54f015a  [maven-release-plugin] prepare for next development iteration

The 156 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.


-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to