Jozef Tomek

Results 23 comments of Jozef Tomek

Download the following JAR file [glassfish-oracle-jdbc-driver-packages-java9-fix.jar](https://drive.google.com/open?id=1sZpBOeU12h_hyYKWR57LkPss-DGkcpNv) and add only 'oracle' directory from inside of ojdbc JAR of your choosing to the downloaded JAR archive so the downloaded JAR file will...

@fturizo I believe this does not really depend on exact version of Oracle DB, assuming you will use something at least somehow recent, meaning Oracle 8 (released in 1997) or...

Hello again @fturizo Sorry for long silence, but better late then never, right ? Here's Docker compose scenario to verify both correct and incorrect behavior for Java 8 and Java...

Haven't tested it yet, but it's possible my above workaround could be made slightly better by taking advantage of Bundle-ClassPath OSGi manifest header (https://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#i2654895) and just include chosen oracle JDBC...

I found probably the least intrusive workaround: Moving _org.eclipse.persistence.oracle.jar_ from glassfish/modules to `$domain_root/lib` together with having ojdbc jar also in that lib folder will make them to be loaded by...

@MisterScott is this still valid, especially since we already have https://github.com/eclipse-platform/eclipse.platform.ui/pull/1543 ?

I would be willing to implement this enhancement if it would be accepted. I currently have prototype working: ![image](https://github.com/eclipse-platform/eclipse.platform.ui/assets/36334098/6c914f70-a8fa-4521-8a8d-1cf19a2d06eb) It's inspired by - org.eclipse.compare.contentmergeviewer.TextMergeViewer.createPart(Composite) - org.eclipse.compare.internal.MergeSourceViewer.MergeSourceViewer(SourceViewer, ResourceBundle, ICompareContainer) therefore it...

> any possibility to have syntax color? I definitely plan to look into that and I'm quite sure it's doable. But I can imagine it's much harder to implement since...

Sorry for long silence, life & laziness is a dangerous mix. At first I would like to contribute version with no syntax coloring, since that can be made into PR...

PR: #2644 @HannesWell @fedejeanne would you mind taking a look at another PR with changes to QuickSearchDialog ? Thanks in advance