-
Notifications
You must be signed in to change notification settings - Fork 323
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
Run ydoc-server with GraalVM #9528
Merged
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
456c59e
DRAFT: js-websocket
4e6 675bf37
DRAFT: webpack
4e6 dcdc4f1
update: configure webpack
4e6 7635e02
DRAFT: ffiJvm
4e6 fffa04d
DRAFT: vite bundle
4e6 2d645b1
feat: remove webpack bundle
4e6 920d39d
refactor: polyglot-ydoc-server
4e6 34e90ec
feat: encoding polyfill
4e6 30abe2d
feat: abort controller
4e6 788a9df
DRAFT: working language server connection
4e6 6d13cb9
fix: workaround ws dependency
4e6 cbf9ff1
update: simplify Main
4e6 64a4aef
update: crypto
4e6 b86f2eb
refactor: polyfill components
4e6 3f8b094
refactor: ydoc-server
4e6 b486e86
misc: cleanup websocket
4e6 de4ab9f
test: platform
4e6 0aa4287
refactor: web socket class
4e6 a276155
update: ffi interface
4e6 14b8470
feat: byte buffer interop
4e6 6936b97
feat: WebSocket.ping
4e6 89b7082
feat: url path
4e6 d309f9d
feat: connect to dashboard
4e6 ef185c5
feat: build uses java ffi
4e6 6aa97df
feat: vite build before run
4e6 c8d3b5f
feat: run ydoc dev server
4e6 c133dd3
revert: ffi interface
4e6 2affe8f
feat: java parser ffi
4e6 9e19852
fix: ffi parse_code
4e6 d5e50cc
misc: fmt
4e6 4858351
fix: typedarray interop
4e6 2a0b0ef
doc: ffi
4e6 6658eb5
DEBUG: vite dev
4e6 6ce1ddb
misc: nodejs environment
4e6 a73c4a5
misc: doc web polyfill
4e6 6f689f0
misc: typo
4e6 9c05dbc
feat: util api
4e6 5a11c21
feat: logging
4e6 c6c67dc
fix: event target events
4e6 a3e195f
feat: context builder
4e6 f22db61
feat: configure debug logging
4e6 ab24af3
misc: fmt
4e6 1884a9e
feat: workaround ws dependency
4e6 9d54d78
misc: cleanup vite build
4e6 7548ef0
misc: ffiPolyglot
4e6 7c8fec7
misc: typescript fmt
4e6 fbbb6e0
misc: helidon issue fixed in 4.0.8
4e6 6345a3e
feat: cloneEvent test
4e6 997ea10
DRAFT: profiling
4e6 8320ecc
sampler can be null when debugging
JaroslavTulach e208a5e
Fix profiling-utils/compile
Akirathan 4617cd8
feat: ydocUrl
4e6 edf79dc
refactor: resolveLsUrl
4e6 7d6d6a7
feat: sampling
4e6 2bc1983
misc: cleanup
4e6 a316b88
misc: lint
4e6 8400376
misc: npm typecheck
4e6 a662c60
fix: npm run lint
4e6 4f17e3b
fix: lint strict-boolean-expressions
4e6 629d6b9
fix: prettier
4e6 f508ffa
Enable serialization of JMX beans
JaroslavTulach 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this advice on stackoverflow and it does seem to help and configure the JEP-290 filter, so it allows JMX. I can connect to the process with JVisualVM polyglot sampler now.
I'd say the first edit is fine on my computer.