Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

[AT-1454] get application name from JDBC driver - #28

Open
RoyZhang2022 wants to merge 12 commits into
mainfrom
royzhang2022/AT-1454/application_name
Open

RoyZhang2022 wants to merge 12 commits into
mainfrom
royzhang2022/AT-1454/application_name

Conversation

@RoyZhang2022

@RoyZhang2022 RoyZhang2022 commented Jul 14, 2023

Copy link
Copy Markdown

Description:

  • Get application name by using tasklist /fo csv /nh to get all process info on Windows. Then matching the process ID to get the application name
  • Get application name by using ps -eo pid,comm to get all process info on Linux and macOS. Then matching the process ID to get the application name
  • Fix dependency vulnerability, Bump guava from 29.0-jre to 32.0.1-jre
  • Update codeql-action to v2 for codeql-analysis workflow

Issue:
https://bitquill.atlassian.net/browse/AT-1454

@RoyZhang2022 RoyZhang2022 changed the title [AT-1454] get application name for Windows [AT-1454] get application name from JDBC driver Jul 18, 2023
@RoyZhang2022 RoyZhang2022 reopened this Jul 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant