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/11/07 09:43:09 UTC

[sling-org-apache-sling-installer-it] annotated tag org.apache.sling.installer.it-3.1.2 created (now fabdaa4)

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

rombert pushed a change to annotated tag org.apache.sling.installer.it-3.1.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-it.git.


      at fabdaa4  (tag)
 tagging fe7332f2c01dcf7d1776c6662e8b06f58153413a (commit)
      by Carsten Ziegeler
      on Mon Feb 21 09:09:05 2011 +0000

- Log -----------------------------------------------------------------
org.apache.sling.installer.it-3.1.2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 2383820  SLING-904 - integration tests using Pax Exam
     new 7b37cec  SLING-904 - add pax repositories and commons log (used by tests) to pom
     new 9f276c1  SLING-904 - bundle downgrades were not always ignored
     new ca8a2f6  SLING-904 - remove jcrinstall in the name of osgiworker bundle and packages, it is not JCR specific
     new f77c247  SLING-904 - more OsgiController tests and fix a bug in BundleResourceProcessor
     new f7e5d2f  SLING-904 - fix OsgiControllerTest.testDeferredConfigInstall
     new 566cf8a  SLING-904 - refactor for more general purpose tasks
     new 61e9418  SLING-996 - trying to change test bundle filenames, seems to be the only relevant difference with tests that pass..
     new 2824743  Move Sling to new TLP location
     new f303a4b  SLING-1011 : Adjust svn location
     new cfec217  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new f8c5aeb  Convert parent pom to reactor pom.
     new aeddfde  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 29b5c6e  SLING-905 - testBundleDependencies added, checks that bundle installs are retried
     new b212e9b  SLING-1042 - Optimize jcrinstall retry cycles
     new 04a096c  SLING-1078 - creating new modules
     new c5d642e  SLING-1078 - adjust names, all tests pass now
     new 1dc82a8  SLING-1078 - remove remaining references to jcrinstall, this module has no JCR dependencies anymore
     new ee81baf  SLING-1078 - separate tests in smaller classes, makes no difference to test execution time as pax web starts framework for each test anyway
     new 8a703af  SLING-1078 - integration tests minimally adapted, still fail
     new 38393e2  SLING-1078 - starting to rewrite integration tests, work in progress
     new f3511bd  SLING-1078 - BundleTaskCreator and tests, work in progress
     new 07f6b22  SLING-1078 - 'remove bundle' integration test passes
     new fe050e1  SLING-1078 - 'Reinstall lower version' integration test passes
     new 26815a6  SLING-1078 - all integration tests from take three re-activated and all pass
     new bdaf808  SLING-1078 - BundleSnapshotUpdateTest added
     new 7123d91  SLING-1078 - keep track of bundle digests to avoid unnecessary updates, and test snapshot updates
     new 2e295a8  SLING-1078 - OsgiInstaller.registerResources() implemented and tested
     new 7efb3b5  SLING-1078 - bundle priorities added
     new c640b00  SLING-1078 - purge uninstallable resources and groups
     new b9e2089  SLING-1078 - RegisterResourcesTest verifies that URL scheme is taken into account in registerResources()
     new 7a76682  SLING-1078 - Worker thread waits when it has nothing to do
     new 9135cd6  SLING-1078 - Avoid timing dependencies in test
     new 618a3ea  SLING-1078 - Configuration handling and tests
     new 6602aa7  SLING-1078 - code cleanup
     new 0ba4f4b  SLING-1078 - use longer timeouts in tests to be on the safe side
     new 76afae5  SLING-1078 - add missing resetCounters() call
     new de91029  SLING-1078 - fix handling of registerResources with empty collection of resources
     new ab232a6  SLING-1078 - use empty InstallableResource for resource removal (as data is not available anymore ;-)
     new f4f55af  SLING-1078 - OsgiInstaller ignores invalid and non-bundle jars
     new e5b54b7  SLING-1078 - test was disabled by mistake
     new 93aa42d  SLING-1078 - config with same digest as previously uninstalled one was not reinstalled
     new a59a83c  SLING-1078 - improved logging of OSGi tasks, and fix bug in RegisteredResourceComparator
     new 2763843  SLING-1078 - ConfigInstallTask ignores configs which make no actual changes
     new 4b5562a  SLING-1078 - more robust testing
     new 7f83106  SLING-1078 - use latest pax-exam
     new 8c6434e  SLING-1078 - BundleInstallStressTest added
     new c12ac3d  SLING-1078 - use same timeout to wait for actions and bundle count
     new abfed00  SLING-1078 - log installed bundles at beginning of test
     new b78db02  SLING-1078 - EventsDetector added
     new b14c0cf  SLING-1078 - store bundle digests to avoid unnecessary snapshot updates
     new b1f0a00  SLING-1078 - take framework refresh events into account
     new aa3be88  SLING-1148 - RegisteredResource persisted in the bundle storage area
     new e24c83a  SLING-1106 - do not downgrade a bundle that we didn't install
     new d0bbad7  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 2356e8e  Use released parent pom.
     new a486786  SLING-1560 : Improve and clean up code Make DigestUtil private
     new 2b66c6c  SLING-1560 : Improve and clean up code Removed the input stream support for dictionaries from the osgi installer - reading configurations is up to the providers like jcr install. By removing this we can reduce the complexity of the installer. Moved logging to a Logger class to avoid passing around the installer context just for logging Moved statistics methods to own interface as this is just used for testing and should not be part of the public api Cleaned up installabl [...]
     new 64de962  SLING-1560 : Improve and clean up code Slightly change installer interface and separate between scheme and resource identifier for more api consistency Fixed one IT test case
     new 023e2cb  SLING-1560 : Move all config admin related stuff into config admin package, reduce usage of installer context
     new c678039  SLING-1560 : Convert installable resource back to a class and remove the need for an additional factory
     new 7a9ba13  SLING-1657 : Installer integration tests should not rely on internal counters/state
     new 4a33cbb  SLING-1650 - fixing broken integration test; fixing log support for non-INFO levels
     new a83c253  SLING-1560 - handling IllegalStateException in findConfiguration(); adding extra logging in event waiting
     new d8c4357  SLING-1560 : Finally fix config install test case
     new 9a59eff  Some pom formatting, set export version and make dependencies provided
     new 090c8b2  SLING-1689 : Change the OSGi installer interface
     new 40ba296  SLING-1737 : Add state management for resources
     new 2dd830b  Set log level back to INFO
     new 0e31a1b  SLING-1737 : Add state management for resources SLING-1738 : Add kind of audit log
     new 0997119  SLING-1774 : OSGi Installer Integration Tests installs test bundles
     new b49db35  Add another test case for remove/add of a bundle in a single cycle -> should result in an update
     new d004c9c  Go back to latest snapshots
     new eecf7fe  bundle version must be the same as for the osgi.installer bundle, otherwise the tests won't start because the pom derives the osgi.installer version from this bundle's version
     new 3441fde  SLING-1787 : Unify symbolic names and check package names
     new 24267f3  SLING-1787 : Unify symbolic names and check package names
     new 7926eef  SLING-1787 : Unify symbolic names and check package names
     new 99002d9  SLING-1787 : Unify symbolic names and check package names
     new 6de9d1e  SLING-1787 : Unify symbolic names and check package names
     new 0c01f66  SLING-1787 : Unify symbolic names and check package names
     new cdbbca0  SLING-1787 : Unify symbolic names and check package names
     new 7babda6  SLING-1787 : Unify symbolic names and check package names
     new 6f086f8  SLING-1787 : Unify symbolic names and check package names
     new ff2d39d  SLING-1787 : Unify symbolic names and check package names
     new 99f29c4  SLING-1787 : Unify symbolic names and check package names
     new d030a82  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 1b932b7  fixing relativePaths
     new 4c8d9b5  Update to recent snapshots
     new 4262feb  Use latest releases.
     new 6b35760  Correct dependency to latest core snapshot
     new 4babddb  Prepare release
     new f2c87f2  Prepare release
     new 2774979  Prepare release
     new 35e43e1  [maven-release-plugin] prepare release org.apache.sling.installer.it-3.1.2
     new fe7332f  [maven-scm] copy for tag org.apache.sling.installer.it-3.1.2

The 95 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>'].