Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolved embedded value in annotation @ApolloConfigChangeListener #3349

Commits on Oct 23, 2020

  1. feat(apollo-client): use ConfigurableBeanFactory to resolve embedded …

    …value in ApolloConfigChangeListener
    Anilople committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b801014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6513539 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    7823bda View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    d5407cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb0147 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    b096d8f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    d5670b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac672e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e1616c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    66389c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. feat(apollo-client): use Environment to resolve value in '@EnableApol…

    …loConfig' instead of ConfigurableBeanFactory
    Anilople committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ee934e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1bbf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. docs(apollo-client): ApolloConfigChangeListener usage

    Co-authored-by: Jason Song <nobodyiam@gmail.com>
    Anilople and nobodyiam authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    bd3c5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4170a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c0e7de View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    44d96bb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    a8b029a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f8ba8c View commit details
    Browse the repository at this point in the history
  3. test(apollo-client): rename

    Anilople committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    cab3dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    936784a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60408cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b80b639 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b847d86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d5020f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a6e3c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9480b21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eff0196 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. docs(apollo-client): '@EnableApolloConfig' placeholder could not be c…

    …onfigured in Apollo as Apollo is not activated
    Anilople committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    e23b852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5f8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd0491b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    138a50e View commit details
    Browse the repository at this point in the history
  5. test(apollo-client): change the way to clear system propery.

    Sometime test failure in DefaultConfigTest#testGetIntPropertyMultipleTimesWithShortExpireTime, because system property is global
    Anilople committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    280ca0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a550b34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f3e6f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    2ff60d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363c727 View commit details
    Browse the repository at this point in the history
  3. test(apollo-client): delete redundant code in test case testApolloCon…

    …figChangeListenerResolveExpressionFromApplicationNamespace.
    Anilople committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    593ce02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28e34e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27c043d View commit details
    Browse the repository at this point in the history
  6. test(apollo-client): fix 'there is no value for xxx.from.system.prope…

    …rty'. Merge similar xml file.
    Anilople committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    b5eb6f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de5ca86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f18b4f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4f0665 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    811f42a View commit details
    Browse the repository at this point in the history