You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:20:30 UTC

[sling-org-apache-sling-models-integration-tests] branch master created (now bcf02d5)

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-models-integration-tests.git.


      at bcf02d5  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new 774b5da  SLING-3313 - adding initial version of Sling Models (nee YAMF)
     new 5e3c5e9  SLING-3313 - move server-side tests to integration-tests, make that a bundle and use it for testing
     new 6a68c3b  Explain how this works
     new 8331cd5  Use the current SNAPSHOTs for tests
     new 7df5921  SLING-3430 - only embedding necessary parts of beanutils
     new 3603a11  Update to parent pom v19
     new dabc39d  SLING-3510 - checking for bad package, either one which doesn't exist or doesn't have classes in it. Thanks Chris Pilsworth for the patch!
     new 8c97af0  SLING-3499 - adding support for custom annotation per injector (thanks Konrad Windszus for the patch!)
     new bd7e5e9  using next snapshot versions
     new 6b86b06  Updated to parent version 20
     new 98a6f2c  SLING-3716 SLING-3718 - adding support for constructor injection and self injection based on a patch from Stefan Seifert
     new dabf659  SLING-3884 - fix two failing tests, patch contributed by Stefan Seifert, thanks
     new 277381a  SLING-3886 - adding support for adapter indirection where the adapting target is a superclass or implemented interface of the implementation class. Thanks to Stefan for the patch!
     new 48ba880  using next snapshot during release
     new 13b0e2c  Update to Sling Parent POM 22 with baselining enabled
     new 1e49575  update integration test to released launchpad version
     new 69b0a60  SLING-4112 Sling Models: Optimize performance when read sling models annotations
     new 2754469  SLING-4226 - use latest release of the launchpad (which does not include Sling Models itself) and use latest testing tools (to prevent IMSE in case of keepJarRunning)
     new b4457af  SLING-4226 switch back to 8-SNAPSHOT launchpad version
     new 910886e  SLING-4226 depend on the release version of the launchpad (to speed things up)
     new 33bf5f7  Use released testing tools 1.0.10
     new 8817fcf  Add excludes for rat
     new b05da8a  SLING-4698 - Set parent.relativePath to empty for all modules
     new 6318159  SLING-4710 do not export javax.inject in sling models API bundle add javax.inject dependency in launchpad from org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0 because the original javax.inject jar is not an osgi bundle
     new 626f5bd  SLING-4710 rely again on latest release version of the launchpad (7) to make integration-tests more stable
     new 1f3303b  update to latest snapshot versions
     new 914fc79  Update to Sling Parent 23
     new 8f5f2f1  SLING-4828 - Tests failing if "test.server.url" is not null but blank
     new 86cd172  set parent version to 24 and add empty relativePath where missing
     new e51a855  SLING-4997 add new method isModelClass and deprecate the old one
     new f2e5f17  update to next snapshot version until releases are available in maven central
     new bba1937  Update the main reactor to parent 25
     new d3a49fc  update to latest snapshot version
     new 27bcfb3  Switch to parent pom 26
     new 2aa30f2  SLING-5029 - clarify ModelFactory.canCreateFromAdaptable to always return false in case the according adapter factory is not available (for whatever reason)
     new a1a3fef  update dependency
     new 1013c69  update to release version 1.0.12 of org.apache.sling.testing.tools
     new f35d26a  SLING-5664 consider service ranking when injecting OSGi services
     new 6fcd4a7  SLING-5664 make compatible with OSGi Core 4.1
     new 88f42a6  adding integration test showing child property injection
     new c6c4b23  SLING-5992 - Introduce resource type to model class binding
     new 6361285  cosmetic: eliminate some code warnings (no functional change)
     new a8c43a6  SLING-6183 - add Sling Model Exporter feature
     new a3a1e3d  switch to next snapshot version until released versions are available in maven central
     new 3353c2c  SLING-6295 - provide custom Jackson serialization mechanism for Resource objects
     new 9a599da  SLING-6298 - register module using first adapter type rather than implementation type
     new 92afebb  SLING-6308 - support explicit class names in bundle header
     new 2c8ad19  SLING-6346 - fixing null return for sling models adapting from SlingHttpServletRequest
     new db99fbb  SLING-6349 - provide custom serialization for request objects
     new baecad6  SLING-6354 - fix support for SlingBindings injections in ExportServlet
     new 3dcbbc0  Add a test for a Sling Models Exporter-specific BVP
     new 6ba00a4  SLING-6369 MissingElementsException should not hide any stack traces of contained exceptions
     new c1acdbc  update to latest snapshots
     new f0dc715  update to next snapshot version until releases are available on maven central
     new 7622c05  additional ITs for Sling Models Jackson Exporter
     new 0be2b6d  fix failing test
     new 0270146  SLING-6658 - always include implementation class in adapterTypes list. Thanks to Dirk Rudolph for the patch!
     new cc7abec  SLING-6652 - allow for multiple classes to export the same resourceType
     new d58ad1a  SLING-6764 - Guard against reflection failures when registering Sling Model classes
     new 57665dc  forgot to include this file with r1789734
     new cb0acca  Merge branch 'via-resource-type-force'
     new 072a306  Update to latest models snapshots
     new 0f088bc  update dependency
     new 1cbb66b  SLING-6912: Remove commons.json from bundles/extensions/models/integration-tests
     new 29f4f89  Update to latest junit core release 1.0.26.
     new cb03b77  integration test of Sling Models and ResourceWrapper
     new 90714bf  fix inverted test message
     new 4e65441  update decorator test to include custom adaptTo method which gets adaptTo to work as expected
     new 3847b4c  SLING-6965 - remove duplicate object start in ResourceSeriailzer
     new 21b3ecf  use release version of testing libraries
     new 6aaded5  fix testing errors when running Sling Models ITs with I18n bundle installed
     new 0477dcc  switch Sling Models ITs to use TeleporterRule
     new 59fdd5e  switch Sling Models ITs to use TeleporterRule (missing files)
     new eb6ff23  update integration tests to latest snapshot versions include commons-lang3 dependency
     new fbd1dc3  update Sling Model ITs to latest versions
     new bcf02d5  SLING-7167 Adjust READMEs

The 76 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
['"commits@sling.apache.org" <co...@sling.apache.org>'].