1. 21 8月, 2021 1 次提交
  2. 16 8月, 2021 1 次提交
  3. 15 8月, 2021 2 次提交
  4. 13 8月, 2021 1 次提交
  5. 11 8月, 2021 1 次提交
  6. 10 8月, 2021 1 次提交
    • V
      fix apollo config data loader with profiles (#3870) · 2c9b4dcc
      vdisk-group 提交于
      * fix apollo config data loader with profiles
      
      * CHANGES.md
      
      * m_pureApolloConfig default to false
      
      * rename field
      
      * divide Config to 2 class
      
      * add unit test
      
      * change getPropertyFromRepository
      
      * change getPropertyFromAdditional
      
      * use spi to create PureApolloConfig, and remove the pureApolloConfig field
      
      * modify unit test
      
      * update getPropertyNames
      
      * move to apollo-client-config-data
      
      * extends DefaultConfig
      
      * update unit test
      
      * fix getPropertyNames
      
      * update DefaultConfig unit test
      
      * remove AbstractRepositoryConfig
      
      * Update apollo-client/src/main/java/com/ctrip/framework/apollo/internals/DefaultConfig.java
      Co-authored-by: NJason Song <nobodyiam@gmail.com>
      Co-authored-by: NJason Song <nobodyiam@gmail.com>
      2c9b4dcc
  7. 08 8月, 2021 1 次提交
    • L
      Fix #2328 (#3865) · 8c0241cb
      Lonre Wang 提交于
      * Fix #2328
      
      case: beanDefinition of the bean defined in Configuration annotated class
      in this case, the `beanDefinition.getBeanClassName()` and `beanClass.getName()` is not match
      
      * Update CHANGES.md
      Co-authored-by: NJason Song <nobodyiam@gmail.com>
      8c0241cb
  8. 07 8月, 2021 2 次提交
  9. 06 8月, 2021 2 次提交
  10. 05 8月, 2021 3 次提交
  11. 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
  12. 28 7月, 2021 2 次提交
  13. 27 7月, 2021 1 次提交
  14. 26 7月, 2021 3 次提交
  15. 24 7月, 2021 1 次提交
  16. 22 7月, 2021 1 次提交
  17. 19 7月, 2021 2 次提交
  18. 13 7月, 2021 1 次提交
  19. 10 7月, 2021 1 次提交
  20. 09 7月, 2021 1 次提交
  21. 07 7月, 2021 1 次提交
  22. 03 7月, 2021 1 次提交
  23. 30 6月, 2021 1 次提交
  24. 28 6月, 2021 3 次提交
  25. 27 6月, 2021 1 次提交
  26. 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
  27. 19 6月, 2021 2 次提交