fix(bin): add missing JAR directory to windows batch script #3553
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Fixed the windows batch file in a way that Confluent Community Edition schema-registry works without docker. There are only symlinks—instead of the actual JARs for the needed dependencies—in the folders added to the
:concat
jump goto label that fills the%CLASSPATH%
. Thus, this change adds the missing classes that are in theksqldb
directory solving this issue.See also: confluentinc/kafka#1581
Checklist
Test & Review
Before:
![image](https://private-user-images.githubusercontent.com/82762069/410836486-2759a3e9-7e7f-43dc-8723-eff8209bb7e1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjQyNjEsIm5iZiI6MTczOTQyMzk2MSwicGF0aCI6Ii84Mjc2MjA2OS80MTA4MzY0ODYtMjc1OWEzZTktN2U3Zi00M2RjLTg3MjMtZWZmODIwOWJiN2UxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA1MTkyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4NThlZTMzMzY0MzYxMjliMWJhZGYyZDU3YzA4MTgxOWNkNzA5M2MxMjc2Nzk1OTczZjc3MWZlNWFkMjkzOTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KDvBr3tNOApqiC_SPAPhULyQbuf8v9LNn3GostA9h6o)
After
![image](https://private-user-images.githubusercontent.com/82762069/410837229-595d812e-034f-42fc-b073-6304b1679f9d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjQyNjEsIm5iZiI6MTczOTQyMzk2MSwicGF0aCI6Ii84Mjc2MjA2OS80MTA4MzcyMjktNTk1ZDgxMmUtMDM0Zi00MmZjLWIwNzMtNjMwNGIxNjc5ZjlkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA1MTkyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU0MTMwNzI5MjY1ZGNiMzg4YmI4ZGIxMDFkMDAyNGI0MjdkZWFiMjg5MzZjNGU2NTlkMmE0N2FjZTVkYjNlYjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pzGypYnbqL1bGhvY4obWFEtEqoVCKGXa838z6EaUkIU)