1. 05 8月, 2021 3 次提交
  2. 04 8月, 2021 1 次提交
    • L
      Lazy load ConfigUtil · bfdfd985
      Lonre Wang 提交于
      prevent ConfigUtil init when ApolloApplicationContextInitializer initialized,
      That is too early.
      
      This issue caused by commit 6d50ca88
      bfdfd985
  3. 28 7月, 2021 2 次提交
  4. 27 7月, 2021 1 次提交
  5. 26 7月, 2021 3 次提交
  6. 24 7月, 2021 1 次提交
  7. 22 7月, 2021 1 次提交
  8. 19 7月, 2021 2 次提交
  9. 13 7月, 2021 1 次提交
  10. 10 7月, 2021 1 次提交
  11. 09 7月, 2021 1 次提交
  12. 07 7月, 2021 1 次提交
  13. 03 7月, 2021 1 次提交
  14. 30 6月, 2021 1 次提交
  15. 28 6月, 2021 3 次提交
  16. 27 6月, 2021 1 次提交
  17. 26 6月, 2021 2 次提交
    • W
      feat(open-api): get authorized apps (#3647) · f1eca02f
      wxq 提交于
      * feat(open-api): get authorized apps
      
      * refactor: delete new class
      
      * fix: test failure
      
      * rename method name
      
      * fix: extractAppIdFromMasterRoleName -> extractAppIdFromRoleName
      
      * test: find app authorized
      
      * Update CHANGES.md
      
      * refactor: create method findAppIdsAuthorizedByConsumerId in ConsumerService
      
      * test: use sql to prepare data
      
      * test: add more app consumer-test-app-id-2
      
      * test: restTemplate call api with token
      
      * test: append 000 to all id in sql
      
      * test: move sql to folder /sql/openapi
      Co-authored-by: NJason Song <nobodyiam@gmail.com>
      f1eca02f
    • V
      feature: add Spring Boot 2.4 config data loader support (#3754) · 9a6f8e27
      vdisk-group 提交于
      * config-data
      
      * config-data move
      
      * config-data commont
      
      * config-data change name
      
      * config-data adjust
      
      * config-data listening type
      
      * config-data fill system property
      
      * config-data rename
      
      * config-data log
      
      * config-data comment
      
      * config-data lazy log message
      
      * spi
      
      * rename
      
      * move
      
      * rename
      
      * add license
      
      * webflux optional
      
      * adjust ApolloClientProperties
      
      * unit test
      
      * rename
      
      * remove kebab case convert
      
      * add test
      
      * make apollo system properties valid as kebab case
      
      * apollo.config-service
      
      * adjust test
      
      * format pom
      
      * format code
      
      * test compatible
      
      * adjust test
      
      * add configuration-metadata
      
      * fix HttpBasicFilter
      
      * add HttpBasicFilter test
      
      * move
      
      * format pom
      
      * adjust pom for test
      
      * consts add environment variables key
      
      * compatible apollo.cacheDir
      
      * compatible apollo.accesskey.secret
      
      * compatible apollo.configServices
      
      * add license
      
      * deferred logger
      
      * adjust loader logic
      
      * add PropertySourcesProcessor
      
      * add comment
      
      * adjust order
      
      * adjust code
      
      * remove authentication
      
      * adjust pom
      
      * remove authentication filter
      
      * update user guide
      
      * remove authentication properties bean
      
      * add changes log
      
      * add user guide
      
      * remove authentication enum
      
      * replay deferred log on failed
      
      * force disable apollo bootstrap to avoid conflict
      
      * add warn to force disable apollo bootstrap
      
      * fix unit test
      
      * add warn to bootstrap eager load
      
      * move WebApplicationType detect to listener
      
      * clean up code of ApolloConfigDataLoader
      
      * Update apollo-client-config-data/src/main/java/com/ctrip/framework/apollo/config/data/importer/ApolloConfigDataLoaderInitializer.java
      Co-authored-by: Nwxq <Anilople@outlook.com>
      
      * Update apollo-client-config-data/src/main/java/com/ctrip/framework/apollo/config/data/importer/ApolloConfigDataLoaderInitializer.java
      Co-authored-by: Nwxq <Anilople@outlook.com>
      
      * Update apollo-core/src/main/java/com/ctrip/framework/apollo/core/utils/DeprecatedPropertyNotifyUtil.java
      Co-authored-by: Nwxq <Anilople@outlook.com>
      
      * clean up the no use code
      
      * impl equals and hashCode
      
      * add compatible unit test for apollo.configService
      
      * cleanup unit test
      
      * cleanup test pom
      
      * fix unit test
      Co-authored-by: Nwxq <Anilople@outlook.com>
      9a6f8e27
  18. 19 6月, 2021 2 次提交
  19. 16 6月, 2021 1 次提交
  20. 14 6月, 2021 1 次提交
  21. 11 6月, 2021 2 次提交
    • T
      a9d83837
    • W
      feat(apollo-client): add method interestedChangedKeys to ConfigChangeEvent (#3666) · 44cf586c
      wxq 提交于
      * feat(apollo-client): add method interestedChangedKeys to ConfigChangeEvent
      
      * docs: add Apache LICENSE-2.0
      
      * fix(apollo-client): null exception
      
      * delete getChanges in ConfigChangeEvent
      
      * docs: update LICENSE
      
      * feat: use InterestedConfigChangeEvent
      
      * revert a test back
      
      * test: interested key config change event
      
      * test: add another key
      
      * Update CHANGES.md
      
      * feat: fireConfigChange return how many listener be fired
      
      * test: expose bug in fireConfigChange
      
      * fix: notify multiple time if exists multiple listener
      
      * feat: move InterestedConfigChangeEvent, it cannot be use by other package
      
      * rollback fireConfigChange return type to 'void'
      Co-authored-by: NJason Song <nobodyiam@gmail.com>
      44cf586c
  22. 09 6月, 2021 1 次提交
  23. 06 6月, 2021 2 次提交
  24. 31 5月, 2021 1 次提交
  25. 30 5月, 2021 1 次提交
  26. 29 5月, 2021 2 次提交
  27. 28 5月, 2021 1 次提交