Skip to content

Conversation

@sodaRyCN
Copy link
Member

@sodaRyCN sodaRyCN commented Jul 23, 2024

Fixes #5039

Motivation

Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.

Modifications

Describe the modifications you've done.

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a followup issue for adding the documentation

@sodaRyCN sodaRyCN changed the title Eventmesh functionv6 [ISSUE #5039]support full sync of mysql Jul 23, 2024
@xwm1992 xwm1992 merged commit 3b770f8 into apache:master Jul 23, 2024
Comment on lines +38 to +40
implementation "com.alibaba:druid-spring-boot-starter"
implementation 'com.mysql:mysql-connector-j'
compileOnly 'org.projectlombok:lombok'
Copy link
Member

Choose a reason for hiding this comment

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

mysql-connector-j artifact with implementation namespace introduces incompatible license.

I will submit a PR and add The GNU General Public License, v2 with Universal FOSS Exception, v1.0 in deniedLicenses later.

Copy link
Member

Choose a reason for hiding this comment

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

Please see #5043

@xwm1992 xwm1992 added this to the 1.11.0 milestone Dec 19, 2024
xuhongjia pushed a commit to Deckers-Ohana/eventmesh that referenced this pull request Mar 13, 2025
* use conf instead of resource

* prepare for full and check

* more and more

* mysql type for read

* mysql type for read

* close to finish full read and begin full write

* do full write

* prepare for full write

* close to finish full read and begin full write

* close to finish full read and begin full write

* close to finish full read and begin full write

* fix commit execute

* fix checkstyle and license

* fix checkstyle and license

* fix checkstyle and license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] support full sync of mysql

4 participants