From noreply at github.com Sat Aug 25 18:41:37 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 15:41:37 -0700 Subject: [seam-commits] [seam/cron] 16e8a2: Stop timers on shutdown in non-HA Message-ID: <5b81db219b1ec_64ca2b198ccc4ec86416c@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/seam/cron Commit: 16e8a2c58d4c498f932db84d6d837c429aa80c50 https://github.com/seam/cron/commit/16e8a2c58d4c498f932db84d6d837c429aa80c50 Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java Log Message: ----------- Stop timers on shutdown in non-HA **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 19:00:26 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 16:00:26 -0700 Subject: [seam-commits] [spruceki/cron] 16cdc1: Fetch new releases from here Message-ID: <5b81df8ac20fd_7df72b16de096ecc3830@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/release Home: https://github.com/spruceki/cron Commit: 16cdc11d254cbf4ba58d9eecaea854459e62d7bc https://github.com/spruceki/cron/commit/16cdc11d254cbf4ba58d9eecaea854459e62d7bc Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml Log Message: ----------- Fetch new releases from here Commit: b0d7a82ccd167970b7c56ad312c3b88382f3eeaa https://github.com/spruceki/cron/commit/b0d7a82ccd167970b7c56ad312c3b88382f3eeaa Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M parent/pom.xml Log Message: ----------- Fetch new releases from here Compare: https://github.com/spruceki/cron/compare/928f4726fe01...b0d7a82ccd16 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 19:17:04 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 16:17:04 -0700 Subject: [seam-commits] [spruceki/cron] 620598: upgrade Message-ID: <5b81e37061969_27a682ab8f71a0ed4775f0@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/spruceki/cron Commit: 620598ec550cb92564c24192ac0cc7b4bfe693a8 https://github.com/spruceki/cron/commit/620598ec550cb92564c24192ac0cc7b4bfe693a8 Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/pom.xml Log Message: ----------- upgrade **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 19:59:57 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 16:59:57 -0700 Subject: [seam-commits] [spruceki/cron] 383eda: Ability to build/test all Java-EE or non-EE using ... Message-ID: <5b81ed7dacb67_4af2b2273c66ec823923@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 383edada7f539ee9782854f4a3a1cd63da17d651 https://github.com/spruceki/cron/commit/383edada7f539ee9782854f4a3a1cd63da17d651 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml A providers/scheduling/queuj/nb-configuration.xml M providers/scheduling/queuj/src/test/java/org/jboss/seam/cron/scheduling/test/queuj/QueuJSchedulingTCKTest.java M providers/scheduling/queuj/src/test/java/org/jboss/seam/cron/scheduling/test/queuj/QueuJSchedulingTCKTestLong.java M settings.xml Log Message: ----------- Ability to build/test all Java-EE or non-EE using system property provider.type=java.ee Commit: 98b5e1e4cc4217095072aa683c8ececb40518508 https://github.com/spruceki/cron/commit/98b5e1e4cc4217095072aa683c8ececb40518508 Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: A nb-configuration.xml M pom.xml A providers/scheduling/timerservice-common/nb-configuration.xml A providers/scheduling/timerservice-common/pom.xml A providers/scheduling/timerservice-common/src/etc/header.txt A providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/BasicCronParser.java A providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java A providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderBase.java A providers/scheduling/timerservice-common/src/main/resources/META-INF/beans.xml A providers/scheduling/timerservice-common/src/test/resources/arquillian.xml A providers/scheduling/timerservice-common/src/test/resources/cron.properties A providers/scheduling/timerservice-ha-singleton-jbossas/nb-configuration.xml A providers/scheduling/timerservice-ha-singleton-jbossas/pom.xml A providers/scheduling/timerservice-ha-singleton-jbossas/src/etc/header.txt A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerService.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerServiceActivator.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/Scheduler.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/SchedulerBean.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/resources/META-INF/beans.xml A providers/scheduling/timerservice-ha-singleton-jbossas/src/main/resources/META-INF/services/org.jboss.msc.service.ServiceActivator A providers/scheduling/timerservice-ha-singleton-jbossas/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingTCKTest.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingTCKTestLong.java A providers/scheduling/timerservice-ha-singleton-jbossas/src/test/resources/arquillian.xml A providers/scheduling/timerservice-ha-singleton-jbossas/src/test/resources/cron.properties M providers/scheduling/timerservice/pom.xml R providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/BasicCronParser.java R providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java R providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderFactory.java M tck/src/test/java/org/jboss/seam/cron/test/SeamCronTestBase.java Log Message: ----------- Split out common TimerService related classes into reusable jar. Added HA singleton timer service project (WIP). Can't test against AS 7.1 (singleton code targets later JBoss version) so tests are disabled for now. Commit: d7aae1d2b4502df883d210477272e9154a6f988c https://github.com/spruceki/cron/commit/d7aae1d2b4502df883d210477272e9154a6f988c Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-ha-singleton-jbossas/pom.xml Log Message: ----------- Fix typo in artifact id Commit: 3f4d03638afc977eb73a8ef1597160e070fa6182 https://github.com/spruceki/cron/commit/3f4d03638afc977eb73a8ef1597160e070fa6182 Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderBase.java M providers/scheduling/timerservice-ha-singleton-jbossas/pom.xml M providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerService.java M providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/SchedulerBean.java Log Message: ----------- Implement Seam Cron support by delegating to teh functional base class from the SchedulerBean. It's a little inelegant but we read (from cron.properties) the name of the module in which the ha timer service is deployed so we know where to find the bean for HA activation. All jars are provided, and the module which uses this must replicate the manifest dependencies found in the EJB plugin in the pom.xml. Commit: f093359208b965b6f5c14c2d4d5b1619f438f39d https://github.com/spruceki/cron/commit/f093359208b965b6f5c14c2d4d5b1619f438f39d Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerService.java Log Message: ----------- Use the supplied module name property as the service name as well That way multiple deployments to the same container using this provider won't clash. Commit: fcd52ea7c6574c0892ad1f856f80cdb8b898a40e https://github.com/spruceki/cron/commit/fcd52ea7c6574c0892ad1f856f80cdb8b898a40e Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Some documentation for the Java EE TimerService JBoss AS HA Singleton Scheduling Provider Commit: 032daccae115cc6e97460a1748bde3d3b6c3f450 https://github.com/spruceki/cron/commit/032daccae115cc6e97460a1748bde3d3b6c3f450 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M dist/pom.xml M docs/reference/pom.xml M examples/swing_memory_grapher/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice-ha-singleton-jbossas/pom.xml M providers/scheduling/timerservice/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- Bump version to 3.1.1-SNAPSHOT to prevent the wrong (very old) snapshots from being downloaded from jboss repo Commit: c6c718afa165ba160fab6ed2bb3aacee27097a9c https://github.com/spruceki/cron/commit/c6c718afa165ba160fab6ed2bb3aacee27097a9c Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M nb-configuration.xml M pom.xml A providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java A providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderFactory.java M readme.md Log Message: ----------- Merge branch 'develop' into feature/schedule-java-ee-timer Commit: c6997b0a7f6f7e3ee6161a9d2d52d7934f3d22a8 https://github.com/spruceki/cron/commit/c6997b0a7f6f7e3ee6161a9d2d52d7934f3d22a8 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M nb-configuration.xml M pom.xml R providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java R providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderFactory.java M readme.md Log Message: ----------- Merge branch 'develop' into feature/schedule-java-ee-timer Commit: 5da9ea173294c258169c032d55fa4ec34e2e5deb https://github.com/spruceki/cron/commit/5da9ea173294c258169c032d55fa4ec34e2e5deb Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-ha-singleton-jbossas/pom.xml M providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerServiceActivator.java Log Message: ----------- The HA Singleton TimerService provider should be made vendor-neutral eventually, so renamed as such. Commit: 0ddab6ee8b20d0e9bed65b58ee3e2e6ea07c14e0 https://github.com/spruceki/cron/commit/0ddab6ee8b20d0e9bed65b58ee3e2e6ea07c14e0 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml R providers/scheduling/timerservice-ha-singleton-jbossas/nb-configuration.xml R providers/scheduling/timerservice-ha-singleton-jbossas/pom.xml R providers/scheduling/timerservice-ha-singleton-jbossas/src/etc/header.txt R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerService.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/HATimerServiceActivator.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/Scheduler.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/as/quickstarts/cluster/hasingleton/service/ejb/SchedulerBean.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/resources/META-INF/beans.xml R providers/scheduling/timerservice-ha-singleton-jbossas/src/main/resources/META-INF/services/org.jboss.msc.service.ServiceActivator R providers/scheduling/timerservice-ha-singleton-jbossas/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingTCKTest.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingTCKTestLong.java R providers/scheduling/timerservice-ha-singleton-jbossas/src/test/resources/arquillian.xml R providers/scheduling/timerservice-ha-singleton-jbossas/src/test/resources/cron.properties M providers/scheduling/timerservice/pom.xml A providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/HATimerService.java A providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/HATimerServiceActivator.java A providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/Scheduler.java A providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/SchedulerBean.java A providers/scheduling/timerservice/src/main/resources/META-INF/services/org.jboss.msc.service.ServiceActivator M readme.md Log Message: ----------- Presence of HA Singleton Service is now detected in standard timerservice provider when deployed to JBoss AS, and falls back to non-ha deployment if not found. If deployed to any other vendor the standard non-ha deployment will activate. Therefore no need for a JBoss-specific TimerService provider. Commit: 9c79c2b2e78e938be366546442a82830b2efe41a https://github.com/spruceki/cron/commit/9c79c2b2e78e938be366546442a82830b2efe41a Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Doc formatting Commit: 8dcfa5107a04bad40a9b30c29f340da082f69f2c https://github.com/spruceki/cron/commit/8dcfa5107a04bad40a9b30c29f340da082f69f2c Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Doc formatting Commit: 2e71f1c82b5244de8df49756d3ccfa666b617017 https://github.com/spruceki/cron/commit/2e71f1c82b5244de8df49756d3ccfa666b617017 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Doc formatting Commit: fd264c66c3a11107d9e3c34babad63a2b8afe1cd https://github.com/spruceki/cron/commit/fd264c66c3a11107d9e3c34babad63a2b8afe1cd Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Doc formatting Commit: fd3f45ea4086d2f86fd7e6b2e416b7bef823361b https://github.com/spruceki/cron/commit/fd3f45ea4086d2f86fd7e6b2e416b7bef823361b Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Issues are now on GitHub Commit: 9e74ecf19a355de1d3b1921f01dcf24646b33f0c https://github.com/spruceki/cron/commit/9e74ecf19a355de1d3b1921f01dcf24646b33f0c Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/asynchronous/quartz/src/main/java/org/jboss/seam/cron/asynchronous/quartz/AsyncMethodInvocationJob.java M providers/asynchronous/quartz/src/main/java/org/jboss/seam/cron/asynchronous/quartz/QuartzAsynchronousProvider.java M providers/asynchronous/queuj/src/main/java/org/jboss/seam/cron/asynchronous/queuj/AsyncMethodInvocationJob.java M providers/asynchronous/queuj/src/main/java/org/jboss/seam/cron/asynchronous/queuj/QueuJAsynchronousProvider.java M providers/asynchronous/threads/src/main/java/org/jboss/seam/cron/asynchronous/threads/CallableFutureInvoker.java M providers/asynchronous/threads/src/main/java/org/jboss/seam/cron/asynchronous/threads/FutureInvoker.java M spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/AsynchronousInterceptor.java M spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/CronAsynchronousProvider.java M spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/Invoker.java A spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/support/CallableInvoker.java R spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/support/FutureInvokerSupport.java M tck/src/test/java/org/jboss/seam/cron/test/asynchronous/tck/SeamCronAsynchronousTCKTest.java Log Message: ----------- SEAMCRON-9: Store exception thrown during executeInvocationContext so we can rethrow it during the Callable.call() method that the real Future implementation will be calling (via CallableInvoker). Added rethrowing of timeouts during the async test to catch failure to throw an exception during get(). Renamed FutureInvokerSupport to CallableInvoker. Compare: https://github.com/spruceki/cron/compare/383edada7f53^...9e74ecf19a35 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:01:35 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:01:35 -0700 Subject: [seam-commits] [spruceki/cron] 6b6775: Fix interface reference for HA deployment Message-ID: <5b81eddf7d79d_1bad2b10bd4aced45634b@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 6b677502634b909402b1c5685b4ae5d9f306fa62 https://github.com/spruceki/cron/commit/6b677502634b909402b1c5685b4ae5d9f306fa62 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/HATimerService.java Log Message: ----------- Fix interface reference for HA deployment Commit: eb05886503890f1c3db3ec08d65d5376963383ee https://github.com/spruceki/cron/commit/eb05886503890f1c3db3ec08d65d5376963383ee Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Documentation tweaks Commit: c6e08114c9809c517bd66e2fe2e70931f8b3be08 https://github.com/spruceki/cron/commit/c6e08114c9809c517bd66e2fe2e70931f8b3be08 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderBase.java A providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java R providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/SchedulerBean.java Log Message: ----------- The default @Startup, non-ha implementation of the timer bean was always starting up. Added a rather hacky flag which the HA version will set onto the config bean if it's started successfully, which will in turn prevent the default, non-ha version from initializing. Commit: 009441320535e150f966849185558765f3d76d0d https://github.com/spruceki/cron/commit/009441320535e150f966849185558765f3d76d0d Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: A api/src/main/java/org/jboss/seam/cron/api/exception/CronProviderDestructionException.java A api/src/main/java/org/jboss/seam/cron/api/exception/CronProviderInitialisationException.java A api/src/main/java/org/jboss/seam/cron/api/exception/InternalException.java A api/src/main/java/org/jboss/seam/cron/api/exception/SchedulerConfigurationException.java R impl/src/main/java/org/jboss/seam/cron/impl/scheduling/exception/CronProviderDestructionException.java R impl/src/main/java/org/jboss/seam/cron/impl/scheduling/exception/CronProviderInitialisationException.java R impl/src/main/java/org/jboss/seam/cron/impl/scheduling/exception/InternalException.java R impl/src/main/java/org/jboss/seam/cron/impl/scheduling/exception/SchedulerConfigurationException.java M impl/src/main/java/org/jboss/seam/cron/util/PropertyResolver.java M providers/asynchronous/quartz/src/main/java/org/jboss/seam/cron/asynchronous/quartz/QuartzAsynchronousProvider.java M providers/asynchronous/queuj/src/main/java/org/jboss/seam/cron/asynchronous/queuj/QueuJAsynchronousProvider.java M providers/queue/queuj/src/main/java/org/jboss/seam/cron/queue/queuj/QueuJQueueProvider.java M providers/scheduling/quartz/src/main/java/org/jboss/seam/cron/scheduling/quartz/QuartzScheduleProvider.java M providers/scheduling/queuj/src/main/java/org/jboss/seam/cron/scheduling/queuj/QueuJScheduleProvider.java M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/SchedulerBean.java A providers/scheduling/timerservice/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingHaFailureTest.java A providers/scheduling/timerservice/src/test/resources/cron-ha.properties M providers/scheduling/timerservice/src/test/resources/cron.properties M readme.md M spi/src/main/java/org/jboss/seam/cron/spi/CronProviderLifecycle.java M spi/src/main/java/org/jboss/seam/cron/spi/SeamCronExtension.java M spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/AsynchronousInterceptor.java M spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/Invoker.java M spi/src/main/java/org/jboss/seam/cron/spi/queue/CronQueueInstaller.java M spi/src/main/java/org/jboss/seam/cron/spi/scheduling/CronSchedulingInstaller.java M tck/pom.xml M tck/src/test/java/org/jboss/seam/cron/test/SeamCronTestBase.java M tck/src/test/java/org/jboss/seam/cron/test/scheduling/beans/IncrementalScheduledBean.java M tck/src/test/java/org/jboss/seam/cron/test/scheduling/tck/SeamCronSchedulingTCKTestLong.java Log Message: ----------- Move some exceptions into the API so we can reuse them. Add a property to make HA deployment mandatory, and fail deployment if HA doesn't come online. Compare: https://github.com/spruceki/cron/compare/9e74ecf19a35...009441320535 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:02:31 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:02:31 -0700 Subject: [seam-commits] [spruceki/cron] 0064dc: Simplify by always obeying the "ha" mode, not tryi... Message-ID: <5b81ee17f2641_dd52b189cafeecc766b6@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 0064dced48bdc806524364856f0bf5b37eed9582 https://github.com/spruceki/cron/commit/0064dced48bdc806524364856f0bf5b37eed9582 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleConfig.java M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/SchedulerBean.java R providers/scheduling/timerservice/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingHaFailureTest.java A providers/scheduling/timerservice/src/test/java/org/jboss/seam/cron/scheduling/test/timerservice/TimerServiceSchedulingHaFailureTestLong.java M providers/scheduling/timerservice/src/test/resources/cron-ha.properties M providers/scheduling/timerservice/src/test/resources/cron.properties M readme.md Log Message: ----------- Simplify by always obeying the "ha" mode, not trying to fall back to "replicated" mode Commit: 552cc486edd1317e5a41aa4e9fe7d769adf9daf9 https://github.com/spruceki/cron/commit/552cc486edd1317e5a41aa4e9fe7d769adf9daf9 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M readme.md Log Message: ----------- Update description of how the HA configuration works. Commit: 28d8416132d6fef7271316f5ca03ff618c61c487 https://github.com/spruceki/cron/commit/28d8416132d6fef7271316f5ca03ff618c61c487 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/HATimerService.java Log Message: ----------- Give the timer service bean time to start up in case we've only just deployed Commit: 648420325fbaa1f292b7b894651e3f969b610578 https://github.com/spruceki/cron/commit/648420325fbaa1f292b7b894651e3f969b610578 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/HATimerService.java Log Message: ----------- Don't throw the StartException on the first failure, wait until we've retried Commit: 8393c4b48d4d9fb7ab06a1bfed5c5cd58e9c868b https://github.com/spruceki/cron/commit/8393c4b48d4d9fb7ab06a1bfed5c5cd58e9c868b Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice/src/main/java/org/jboss/seam/cron/scheduling/timerservice/singleton/jboss/HATimerService.java Log Message: ----------- Keep track of time on startup so we know when to bail out Commit: e6f2aa76bb0aab33790c9ab8510cc9cf65eeba93 https://github.com/spruceki/cron/commit/e6f2aa76bb0aab33790c9ab8510cc9cf65eeba93 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/src/main/java/org/jboss/seam/cron/api/asynchronous/AsyncResult.java M api/src/main/java/org/jboss/seam/cron/api/scheduling/Interval.java M api/src/main/java/org/jboss/seam/cron/api/scheduling/Scheduled.java M api/src/main/java/org/jboss/seam/cron/api/scheduling/Trigger.java M examples/swing_memory_grapher/src/main/java/org/jboss/seam/cron/examples/swinggrapher/SwingGrapher.java M impl/src/main/java/org/jboss/seam/cron/util/CdiUtils.java M providers/scheduling/queuj/src/main/java/org/jboss/seam/cron/scheduling/queuj/TriggerRunner.java M spi/src/main/java/org/jboss/seam/cron/spi/asynchronous/support/CallableInvoker.java M spi/src/main/java/org/jboss/seam/cron/spi/scheduling/CronSchedulingProvider.java Log Message: ----------- Fix release-preventing javadoc errors Compare: https://github.com/spruceki/cron/compare/009441320535...e6f2aa76bb0a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:03:12 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:03:12 -0700 Subject: [seam-commits] [spruceki/cron] acf0c8: disable gpg phase Message-ID: <5b81ee40c37e8_6b502acb268f8ed438597@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: acf0c87277d5252fc698a1ab20b736ba21c1e557 https://github.com/spruceki/cron/commit/acf0c87277d5252fc698a1ab20b736ba21c1e557 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml Log Message: ----------- disable gpg phase Commit: 2c778e29108895ff9dc16ad60043de464033a37a https://github.com/spruceki/cron/commit/2c778e29108895ff9dc16ad60043de464033a37a Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: A parent/pom.xml M pom.xml Log Message: ----------- Adding a tweaked version of the seam-parent pom with gpg disabled Commit: f9df9d80d72da3eec532216add73f0891909406b https://github.com/spruceki/cron/commit/f9df9d80d72da3eec532216add73f0891909406b Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M parent/pom.xml Log Message: ----------- Adding a tweaked version of the seam-parent pom with gpg disabled Commit: 62af52f9a65ae035231b9f0c1843239b7267901a https://github.com/spruceki/cron/commit/62af52f9a65ae035231b9f0c1843239b7267901a Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml Log Message: ----------- Exclude docs when releasing Compare: https://github.com/spruceki/cron/compare/e6f2aa76bb0a...62af52f9a65a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:04:14 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:04:14 -0700 Subject: [seam-commits] [spruceki/cron] 08dcac: Exclude dist when releasing Message-ID: <5b81ee7eb2590_60f42afc646feed4713e9@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 08dcac495688ac629f28fabfdd22ea39bba30a84 https://github.com/spruceki/cron/commit/08dcac495688ac629f28fabfdd22ea39bba30a84 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml Log Message: ----------- Exclude dist when releasing Commit: a101ad277d56b6b063ab2bafd379727b85314ff8 https://github.com/spruceki/cron/commit/a101ad277d56b6b063ab2bafd379727b85314ff8 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare release seam-cron-parent-3.1.1 Compare: https://github.com/spruceki/cron/compare/62af52f9a65a...a101ad277d56 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:05:52 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:05:52 -0700 Subject: [seam-commits] [spruceki/cron] fd6b1f: [maven-release-plugin] prepare for next developmen... Message-ID: <5b81eee0cb87_1a642adb14992ec8167a6@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: fd6b1f4ae150069349bf5f308b5e8b3a5fd84f51 https://github.com/spruceki/cron/commit/fd6b1f4ae150069349bf5f308b5e8b3a5fd84f51 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: aaa35d28d1f27c23ba07bdcaf33afcb474cf18f7 https://github.com/spruceki/cron/commit/aaa35d28d1f27c23ba07bdcaf33afcb474cf18f7 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M dist/pom.xml M docs/reference/pom.xml M examples/swing_memory_grapher/pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- Only the parent was released. Bring everything up to 3.1.2-SNAPSHOT Commit: 17edc20f8b12ef102127b65219290dcd049738ca https://github.com/spruceki/cron/commit/17edc20f8b12ef102127b65219290dcd049738ca Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml Log Message: ----------- Don't bother releaseing new swing memory grapher versions Commit: 1694a3709effb23bb44f5c5637914b83a44f9c0a https://github.com/spruceki/cron/commit/1694a3709effb23bb44f5c5637914b83a44f9c0a Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare release seam-cron-parent-3.1.2 Compare: https://github.com/spruceki/cron/compare/a101ad277d56...1694a3709eff **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:07:47 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:07:47 -0700 Subject: [seam-commits] [spruceki/cron] 12e921: [maven-release-plugin] prepare for next developmen... Message-ID: <5b81ef5382b97_1df22af5f959cecc2545f@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 12e9219b535d4e25c11dd3404f506300096b1495 https://github.com/spruceki/cron/commit/12e9219b535d4e25c11dd3404f506300096b1495 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: cbe1695c948f827c63f2be2417a051327a35f30b https://github.com/spruceki/cron/commit/cbe1695c948f827c63f2be2417a051327a35f30b Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare release seam-cron-parent-3.1.3 Commit: 643fb8f1efdf88dd79f27de1f5798c489f925fa0 https://github.com/spruceki/cron/commit/643fb8f1efdf88dd79f27de1f5798c489f925fa0 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 9752c10dae5f51ff3072a58745ba24a31b3e0a11 https://github.com/spruceki/cron/commit/9752c10dae5f51ff3072a58745ba24a31b3e0a11 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml Log Message: ----------- remove the distribution profile alltogether Compare: https://github.com/spruceki/cron/compare/1694a3709eff...9752c10dae5f **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:09:18 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:09:18 -0700 Subject: [seam-commits] [spruceki/cron] aa2f75: [maven-release-plugin] prepare release seam-cron-p... Message-ID: <5b81efae14d3d_360a2aad029aced0745c@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: aa2f75452f364fcf6c2e7495da5a02ba093d98a7 https://github.com/spruceki/cron/commit/aa2f75452f364fcf6c2e7495da5a02ba093d98a7 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare release seam-cron-parent-3.1.4 Commit: 5bae8bebc8c28bf55ae54fe64d5c97f563342842 https://github.com/spruceki/cron/commit/5bae8bebc8c28bf55ae54fe64d5c97f563342842 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 776f2a50da3e983b12d8de52ca31666876f85bcc https://github.com/spruceki/cron/commit/776f2a50da3e983b12d8de52ca31666876f85bcc Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M dist/pom.xml M docs/reference/pom.xml M examples/swing_memory_grapher/pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- Update deps to 3.1.5-SNAPSHOT Commit: 6660fd33fb15f0421008f1c51a6ca41870f36791 https://github.com/spruceki/cron/commit/6660fd33fb15f0421008f1c51a6ca41870f36791 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- use stable version of SPI Compare: https://github.com/spruceki/cron/compare/9752c10dae5f...6660fd33fb15 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:10:40 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:10:40 -0700 Subject: [seam-commits] [spruceki/cron] 3f0b55: use stable version of SPI Message-ID: <5b81f000cdbb5_108c2adae48b4ec85277d@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 3f0b55b20ecd8f75f7dfa9452758f84de3d54224 https://github.com/spruceki/cron/commit/3f0b55b20ecd8f75f7dfa9452758f84de3d54224 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice/pom.xml Log Message: ----------- use stable version of SPI Commit: 8bf0a86f0029936b78c80c527eff5fbf487df804 https://github.com/spruceki/cron/commit/8bf0a86f0029936b78c80c527eff5fbf487df804 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- [maven-release-plugin] prepare release seam-cron-parent-3.1.5 Commit: bd008483e87868b5caed05c9ee58f2a873c251f3 https://github.com/spruceki/cron/commit/bd008483e87868b5caed05c9ee58f2a873c251f3 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Compare: https://github.com/spruceki/cron/compare/6660fd33fb15...bd008483e878 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:11:55 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:11:55 -0700 Subject: [seam-commits] [spruceki/cron] e70cce: [maven-release-plugin] prepare release seam-cron-p... Message-ID: <5b81f04b5d7b7_72f82b0ad4048ecc7874a@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: e70cce64216e2daad4f59bc7c0000ef7e7512305 https://github.com/spruceki/cron/commit/e70cce64216e2daad4f59bc7c0000ef7e7512305 Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- [maven-release-plugin] prepare release seam-cron-parent-3.1.6 Commit: 1e5883cbf2663f98d0874c5b9f76a0d7a90b508a https://github.com/spruceki/cron/commit/1e5883cbf2663f98d0874c5b9f76a0d7a90b508a Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: c047257ab2528f26e0964a3dbf4f67adaa11c14e https://github.com/spruceki/cron/commit/c047257ab2528f26e0964a3dbf4f67adaa11c14e Author: Pete Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M api/pom.xml M examples/swing_memory_grapher/pom.xml M impl/pom.xml M pom.xml M providers/asynchronous/quartz/pom.xml M providers/asynchronous/queuj/pom.xml M providers/asynchronous/threads/pom.xml M providers/queue/queuj/pom.xml M providers/scheduling/quartz/pom.xml M providers/scheduling/queuj/pom.xml M providers/scheduling/timerservice-common/pom.xml M providers/scheduling/timerservice/pom.xml M spi/pom.xml M tck/pom.xml Log Message: ----------- bumped version Compare: https://github.com/spruceki/cron/compare/bd008483e878...c047257ab252 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:12:23 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:12:23 -0700 Subject: [seam-commits] [spruceki/cron] 36063c: Stop timers on shutdown in non-HA Message-ID: <5b81f067ede91_e212ac0afafeed0939de@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/repair2 Home: https://github.com/spruceki/cron Commit: 36063c05e76927e25bab7b4c4443f4866d922614 https://github.com/spruceki/cron/commit/36063c05e76927e25bab7b4c4443f4866d922614 Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/src/main/java/org/jboss/seam/cron/scheduling/timerservice/TimerScheduleProviderEjb.java Log Message: ----------- Stop timers on shutdown in non-HA Commit: c1848b25cb8157caa6ccffb31cfd2630c4cf8fdc https://github.com/spruceki/cron/commit/c1848b25cb8157caa6ccffb31cfd2630c4cf8fdc Author: Peter Royle Date: 2018-08-26 (Sun, 26 Aug 2018) Changed paths: M providers/scheduling/timerservice-common/pom.xml Log Message: ----------- upgrade Compare: https://github.com/spruceki/cron/compare/c047257ab252...c1848b25cb81 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:18:56 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:18:56 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f1f048889_a0f2ace853f4ebc156a3@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/develop Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:22:23 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:22:23 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f2bf4ade1_88d2af05f870ecc4998a@hookshot-fe-cace476.cp1-iad.github.net.mail> Branch: refs/heads/feature/schedule-java-ee-timer Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:22:38 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:22:38 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f2ce50c0e_4952ae3bafbced093083@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/feature/schedule-java-ee-timer-singleton-jboss Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:26:46 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:26:46 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f3c6ba18c_66c62b14e47eeec85275c@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/release Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:28:57 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:28:57 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f44985da5_66302adfd7e00ed4403d7@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/tags/3.0.0.Alpha1 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:29:09 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:29:09 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f455199ea_21942ab627fd8ed4331b@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.1 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:29:18 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:29:18 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f45e8b74d_3e252ab8b5b38ed4202d7@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.2 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:29:28 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:29:28 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f468495fa_62612b08fca2aec419050@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.3 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:29:37 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:29:37 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f4718545a_63392b0083a9eecc840b8@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.4 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:29:46 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:29:46 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f47a8c4f8_def2b151364aed085025@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.5 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:29:55 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:29:55 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f48397bd7_7dad2affdb480ed03912f@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.6 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Sat Aug 25 20:30:06 2018 From: noreply at github.com (GitHub) Date: Sat, 25 Aug 2018 17:30:06 -0700 Subject: [seam-commits] [spruceki/cron] Message-ID: <5b81f48e9f551_7f4c2aef1d00eec0347fe@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/tags/seam-cron-parent-3.1.11 Home: https://github.com/spruceki/cron **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.