-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module #1249
Open
Thrameos
wants to merge
43
commits into
jpype-project:master
Choose a base branch
from
Thrameos:module
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Module #1249
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
eacc1fe
Work on module support
Thrameos 3ef37ba
Remove agent logic trying to resolve non ascii
Thrameos 4766f12
Cleanup and work for nonascii friends
Thrameos 6387988
Ready for merge
Thrameos 95346dc
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos 6950c29
Fixed bug in the order of operations
Thrameos cc63e92
Fix warning
Thrameos df0f73b
No need to make an extra class loader.
Thrameos f828f80
Push to test removal
Thrameos 1265979
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos 70cc3c1
Merging from main
Thrameos a0b2b3e
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos 94f21a1
Remove the need for late load... Everyone is equal!
Thrameos 86c7878
Jar support for jpype.class.path
Thrameos a7197fb
Cleanup
Thrameos c8ed839
Working on debugging dbapi2 and forName
Thrameos d5c18dc
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos 4e63379
Still working on Database services
Thrameos 4344295
Rework to use reflector class
Thrameos 3cefadd
Why must we specify stuff on our private methods?
Thrameos 3703760
Shut up mypy
Thrameos ff12201
Update build process to include reflector
Thrameos 4f1eb89
Revised some tests which don't run properly in non-ascii root
Thrameos 7ae5ce8
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos fb94b98
Remove agent option for now
Thrameos 9223000
Works on nonascii path
Thrameos 81f5687
Start clean up
Thrameos b657fbe
Cleanup
Thrameos 3844c8c
Whitespace
Thrameos 25a2408
Jdk 1.8 build failed. Try again
Thrameos 3942798
Another fix for (broken) Windows
Thrameos 9b15bd8
Fix setupext for JDK 8
Thrameos 3a5d118
Cleanup pass
Thrameos f38b427
Cleanup and test
Thrameos b54514c
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos 3764749
Try again for delete.
Thrameos 67f732d
Fix broken test
Thrameos e95010f
Cleanup and doc
Thrameos 800ce78
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Thrameos fad418d
Work on module support
Thrameos b932bad
Removing bean access as it requires java.management which is an extra…
Thrameos 773ec40
Working on loading into module
Thrameos 13107ae
Work on clean up and build
Thrameos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,3 +85,4 @@ jacoco/ | |
wheelhouse/ | ||
vc*.pdb | ||
*.class | ||
/project/jpype_java_old/nbproject/private/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Check warning
Code scanning / CodeQL
Variable defined multiple times Warning