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

[type:feat]The sync-data-http method adapts to the namespace transformation #5598

Merged
merged 36 commits into from
Oct 16, 2024

Conversation

xcsnx
Copy link
Member

@xcsnx xcsnx commented Jul 19, 2024

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@xcsnx xcsnx changed the title [feat:type]The sync-data-http method adapts to the namespace transformation [type:feat]The sync-data-http method adapts to the namespace transformation Jul 19, 2024
@moremind
Copy link
Member

I think http long pull just add shenyu-bootstrap<shenyu.namespaceId> as prefix for plugin,selector,rule,metadata and so on.

@xcsnx
Copy link
Member Author

xcsnx commented Sep 12, 2024

#5623

‘xcsnx’ and others added 4 commits September 14, 2024 23:53
# Conflicts:
#	shenyu-admin/src/main/java/org/apache/shenyu/admin/config/HttpLongPollingSyncConfiguration.java
#	shenyu-admin/src/test/java/org/apache/shenyu/admin/listener/AbstractDataChangedListenerTest.java
‘xcsnx’ and others added 5 commits October 10, 2024 10:26
# Conflicts:
#	shenyu-admin/src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml
#	shenyu-common/src/main/java/org/apache/shenyu/common/config/ShenyuConfig.java
return namespaceDOS.stream().map(NamespaceTransfer.INSTANCE::mapToVo).collect(Collectors.toList());
}

@Override
public List<NamespaceVO> list() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename listAll

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@moremind moremind merged commit e38f4ea into apache:master Oct 16, 2024
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants