You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2015/08/01 01:41:58 UTC

[GitHub] incubator-brooklyn pull request: Delete deprecated code (that was ...

GitHub user aledsage opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/787

    Delete deprecated code (that was deprecated in 0.7.0)

    3,182 lines deleted - quite satisfying!
    
    There is still a lot of deprecated code in there that we can delete.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aledsage/incubator-brooklyn delete-deprecated/0.7.0-stuff

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/787.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #787
    
----
commit 12c8eebf8989a0e1917d64c38301f2d152965b5e
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:28:23Z

    Delete deprecated getName/setName
    
    Instead in Enricher/Policy use getDisplayName, and setDisplayName, 
    so it is consistent with Entity.

commit 4fc46691dd2482e345d516e831b3b41d1cf476c5
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:30:39Z

    Delete deprecated Entity/Policy.getAllConfig

commit 08358465d6012bf48a908a0edd0ca2e27ec1b3dc
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:33:22Z

    Delete deprecated getTagsSupport, getTags, addTag, etc

commit 1b3dc15927929a73862686a4c277f643a3312cb0
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:39:58Z

    Delete deprecated EntitySpec.id

commit 29cbd0f6a32ee37e6ebe738d50db8e3e68e2bb8a
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:46:28Z

    Delete deprecated Feed.isActive

commit 29c9718c46438893b5729fd4ab46d0c762a47ded
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:51:59Z

    Delete deprecated ManagementNodeState.UNINITIALISED

commit f49ca1b7e9dee43760355929337b801a043eebfd
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:52:23Z

    Delete deprecated HighAvailabilityManager.getManagementPlaneSyncState

commit fa9450ed4bbc4bff919fa68dec0b1d7995830c2d
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:53:49Z

    Delete deprecated TaskQueuingContext.last

commit 5c1015f034759eadbf768ec6f46934d041769f08
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:55:10Z

    Change deprecated AbstractApplication.log to private

commit b53a79aca5c3170d288302865e639b1d939c0ce6
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:56:38Z

    Move deprecated SimulatedLocation to src/test/java

commit 358806dab5cc19c8e4a6a2dfb9913bda10f5499a
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-28T21:58:50Z

    Delete deprecated memento persisters

commit 2184e350938ed8950202cd690c12d64a84155892
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T15:56:20Z

    Adds more tests to PersistenceStoreObjectAccessorWriterTestFixture
    
    These tests were in MementoFileWriterTest, but missing in newer version.
    Also fixes it for InMemoryObjectStore.append

commit 8d4c82b5c426e7ae5bdeaf0d185caf3538e460a7
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:01:14Z

    Delete deprecated code from BrooklynMementoPersister

commit da33c3df8ed3d465a3e6b3b14a11c75129caa87b
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:02:59Z

    Change deprecated Main.log to be private

commit 54cbccca514ef5d28b07f167958883d302f9202a
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:19:01Z

    Deletes deprecated CLI option —noShutdownOnExit

commit d75481873e207b229c99462f34f5a66b9f7c5e34
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:20:27Z

    Deletes deprecated BrooklynGlobalConfig

commit 085163786360407ef162a8cdaaad89613152bad8
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:22:38Z

    Delete deprecated AutoScalerPolicy methods
    
    - These took long, rather than Duration as an arg to configure the
      AutoScalerPolicy

commit d9715b4269cdd2452607edf26ddb706acfda32ef
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:24:03Z

    Delete deprecated MemberFailureDetectionPolicy

commit 2f336084dd4dcc55d2637c77704a7e16af049193
Author: Aled Sage <al...@gmail.com>
Date:   2015-07-29T16:42:17Z

    Delete deprecated code from SoftwareProcessImpl
    
    - SoftwareProcessImpl.doStart/doStop/doRestart
    - STOP_MACHINE config (replaced by STOP_MACHINE_MODE)
    - MachineLifecycleEffectorTasks.restart()/stop() - now always take
      ConfigBag arg.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: Delete deprecated code (that was ...

Posted by hzbarcea <gi...@git.apache.org>.
Github user hzbarcea commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/787#issuecomment-126854480
  
    Reviewed, tested, ok to merge.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-brooklyn pull request: Delete deprecated code (that was ...

Posted by Hadrian Zbarcea <hz...@gmail.com>.
Yay, first commit.
Hadrian

On 08/01/2015 11:46 AM, asfgit wrote:
> Github user asfgit closed the pull request at:
>
>      https://github.com/apache/incubator-brooklyn/pull/787
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>

[GitHub] incubator-brooklyn pull request: Delete deprecated code (that was ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-brooklyn/pull/787


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: Delete deprecated code (that was ...

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/787#issuecomment-126937297
  
    nice :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---