Skip to content

fix: use ReentrantLock instead of synchronized in Connection. (#650) #293

fix: use ReentrantLock instead of synchronized in Connection. (#650)

fix: use ReentrantLock instead of synchronized in Connection. (#650) #293

Workflow file for this run

name: License checker
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout codes
uses: actions/checkout@v4
- name: Check License Header
uses: apache/[email protected]