[JBoss JIRA] (ERT-576) [Webkit2] implement setUrl(...POST..) support. (snippet 330) [EBZ#527738]
by Nick Boldt (JIRA)
Nick Boldt created ERT-576:
------------------------------
Summary: [Webkit2] implement setUrl(...POST..) support. (snippet 330) [EBZ#527738]
Key: ERT-576
URL: https://issues.jboss.org/browse/ERT-576
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Nick Boldt
Snippet 330 has 'set headers' and 'post data' button.
Sending data over 'postData' isn't working on webkit2.
- On webkit1, bugzilla can be queries with postData
- On webkit2, bugzilla opens with an error message about missing post data.
Upon code inspection, it seems that postData has not been ported to webkit2.
(but headers button seems to work.)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ERT-571) 528414 – Launcher segfault under Wayland when openFile is used
by Leo Ufimtsev (JIRA)
[ https://issues.jboss.org/browse/ERT-571?page=com.atlassian.jira.plugin.sy... ]
Leo Ufimtsev commented on ERT-571:
----------------------------------
1. cd ~/git/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/
2. Make sure JAVA_HOME is set
3. ./build.sh
4. Copy the eclipse executable
5. Copy the eclipse_16xx.so file into the new Eclipse's /plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_xxx/ folder
6. Run the new Eclipse, your changes will have been copied over.
> 528414 – Launcher segfault under Wayland when openFile is used
> --------------------------------------------------------------
>
> Key: ERT-571
> URL: https://issues.jboss.org/browse/ERT-571
> Project: Eclipse Release Train
> Issue Type: Task
> Reporter: Leo Ufimtsev
> Assignee: Leo Ufimtsev
> Labels: SWT
> Original Estimate: 3 weeks
> Remaining Estimate: 3 weeks
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ERT-536) [Gtk3][Webkit2] Port clearSessions(), getCookie() and setCookie() to webkit2. [EBZ#522181]
by Leo Ufimtsev (JIRA)
[ https://issues.jboss.org/browse/ERT-536?page=com.atlassian.jira.plugin.sy... ]
Leo Ufimtsev commented on ERT-536:
----------------------------------
I think you can close this for now.
> [Gtk3][Webkit2] Port clearSessions(), getCookie() and setCookie() to webkit2. [EBZ#522181]
> ------------------------------------------------------------------------------------------
>
> Key: ERT-536
> URL: https://issues.jboss.org/browse/ERT-536
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Platform
> Reporter: Friendly Jira Robot
> Assignee: Roland Grunberg
> Labels: SWT, bzira
>
> Created attachment 270164
> hs_err_pid20835.log
> Build ID: 20170907-1650_eclipse-cpp-oxygen-1-RC3-linux.gtk.x86_64.tar.gz
> Host: Ubuntu 16.04.2 on Virtualbox 5.1.26, 3D acceleration + guest utilities on
> GTK: libwebkit2gtk-4.0-37:amd64 2.16.6-0ubuntu0.16.04.1
> Eclipse crashed hard on me with attached hs_err_pid20835.log , here are the top frames from the stack:
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j org.eclipse.swt.internal.webkit.WebKitGTK._webkit_get_default_session()J+0
> j org.eclipse.swt.internal.webkit.WebKitGTK.webkit_get_default_session()J+7
> j org.eclipse.swt.browser.WebKit.lambda$0()V+7
> j org.eclipse.swt.browser.WebKit$$Lambda$328.run()V+0
> j org.eclipse.swt.browser.WebBrowser.clearSessions()V+9
> j org.eclipse.swt.browser.Browser.clearSessions()V+0
> j org.eclipse.oomph.ui.HelpSupport.setHelpPath(Ljava/lang/String;)V+31
> j org.eclipse.oomph.ui.HelpSupport.updateHelp()V+11
> The issue is not reproducible, but here's the steps I had performed:
> 1. Launch Eclipse, close the welcome screen (Note: Welcome screen is empty)
> 2. Import a C/C++ project, allow it to be fully indexed
> 3. Launch a GDB debug session
> 4. Window > Preferences, enable the Oomph Preference Recorder
> 5. Preferences:Filter:GDB, Enable "GDB Traces", click "Apply and Close"
> --> The Oomph confirmation dialog briefly appeared
> --> Then an Ubuntu dialog said "WebKitNetworkProcess died" and Eclipse was gone
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25303) Server adapter: support hot-deployment on OpenShift for SpringBoot app
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25303?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25303:
-------------------------------------
Git Pull Request: https://github.com/jbosstools/jbosstools-openshift/pull/1635, https://github.com/jbosstools/jbosstools-server/pull/553 (was: https://github.com/jbosstools/jbosstools-openshift/pull/1614, https://github.com/jbosstools/jbosstools-server/pull/553)
> Server adapter: support hot-deployment on OpenShift for SpringBoot app
> ----------------------------------------------------------------------
>
> Key: JBIDE-25303
> URL: https://issues.jboss.org/browse/JBIDE-25303
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.1.Final
> Reporter: Aurélien Pupier
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.5.2.AM3
>
> Attachments: fuse-on-openshift.zip, project-deployment-assembly.png, spring-boot-demo.zip
>
>
> currently, Springboot jar projects (such as Fuse Integration Services) are rsynced with a zipped jar file.
> The requirements are:
> - rsync unpacked jar
> - rsync without the jar name as folder
> - it will will work only if springboot devtool are included (so maybe need some dialog guiding user to do i in case it is not activated)
> use case "Develop SpringBoot application deployed on OpenShift as any other applications in JBoss Tools":
> - there is a SpringBoot app deployed on OpenShift
> - the developer want to develop evolution of the SpringBoot app
> -- when he/she modifies the project, the application needs to be automatically updated on OpenShift instance
> -- Remote java debug should be available when the OpenShift server adapter is in debug mode.
> Steps:
> # EXEC: create a project in your OpenShift server (ex. camel-ose-springboot)
> # EXEC: Import project within fuse-on-openshift.zip into your workspace
> # EXEC: open launch configuration and change:
> ** -Dkubernetes.master= so that it first your cdk instance
> ** -Dkubernetes.namespace= to the name of the project that you create in step 1.
> # EXEC: run the launch config (that is included in the project), so that the project gets deployed to OpenShift (cdk)
> # ASSERT: your project in OpenShift now contains a service **camel-ose-springboot-xml**, the pod for it is running.
> # EXEC: in OpenShift Explorer: select this service and create a server adapter for it (*Server Adapter..* in the context menu for the service)
> # ASSERT: server adapter is created and is *[started]*
> # EXEC: in OpenShift Explorer: pick *Pod Log...* in the context menu for the pod of your service)
> # ASSERT: pod log is opened in "Console" view and shows an output with random numbers in the end
> {code}
> simple-route - >>> 455
> simple-route - >>> 695
> simple-route - >>> 935
> {code}
> # EXEC: In Project Explorer: open class MyTransformer and change the transform method
> # ASSERT: "Console" view is opened and shows how the server adapter is publishing the MyTransformer class to the pod
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months