Skip to content

[WIP] Upgrade mysql jdbc class name to later and avoid regression#7410

Closed
zhongjiajie wants to merge 1 commit intoapache:devfrom
zhongjiajie:upgrade-mysql-dirver-name
Closed

[WIP] Upgrade mysql jdbc class name to later and avoid regression#7410
zhongjiajie wants to merge 1 commit intoapache:devfrom
zhongjiajie:upgrade-mysql-dirver-name

Conversation

@zhongjiajie
Copy link
Copy Markdown
Member

Not only upgrade to later version but also add to checkstyle
to avoid regression.

closes: #7354

Not only upgrade to later version but also add to checkstyle
to avoid regression.

closes: apache#7354
@zhongjiajie zhongjiajie changed the title Upgrade mysql jdbc class name to later and avoid regression [WIP] Upgrade mysql jdbc class name to later and avoid regression Dec 14, 2021
@zhongjiajie zhongjiajie marked this pull request as draft December 14, 2021 11:00
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #7410 (3f4f720) into dev (1f1edb2) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #7410      +/-   ##
============================================
- Coverage     41.29%   41.27%   -0.02%     
  Complexity     3664     3664              
============================================
  Files           634      634              
  Lines         26397    26399       +2     
  Branches       2957     2958       +1     
============================================
- Hits          10900    10896       -4     
- Misses        14470    14477       +7     
+ Partials       1027     1026       -1     
Impacted Files Coverage Δ
...r/plugin/registry/zookeeper/ZookeeperRegistry.java 48.64% <0.00%> (-8.11%) ⬇️
...cheduler/api/controller/AccessTokenController.java 88.23% <0.00%> (ø)
...duler/api/service/impl/AccessTokenServiceImpl.java 85.89% <0.00%> (+0.37%) ⬆️
...er/master/processor/queue/TaskResponseService.java 64.04% <0.00%> (+3.37%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f1edb2...3f4f720. Read the comment docs.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

activate:
on-profile: mysql
# TODO Add this to test check style
driver-class-name: com.mysql.jdbc.Driver
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I add this line to test whether check style could find it and raise error, but failed. Did I miss something?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It seems that the check style will not effect config file.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I found out it have parameter in https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html#resourceIncludes could check file in resource dir. I change the file ext from properties to yaml but I still failed

@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Apr 16, 2022
@zhongjiajie
Copy link
Copy Markdown
Member Author

remote stale

@github-actions github-actions bot removed the Stale label Apr 19, 2022
@zhongjiajie
Copy link
Copy Markdown
Member Author

close due to #10220

@zhongjiajie zhongjiajie deleted the upgrade-mysql-dirver-name branch July 20, 2023 13:06
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][chore] Upgrade mysql jdbc class name to later

3 participants