Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Bug 538156 - Handle 'address' argument for Java 1.8 and 9 correctly.Roland Grunberg1-0/+2
2018-08-16Bug 537956 - Add support for Java 9 and above.Roland Grunberg3-7/+40
2018-08-13Bug 537902 - ContainerVMInstall should implement IVMInstall2.Roland Grunberg1-1/+23
2018-07-19Bug 537205 - NoSuchElementException below ImageQuery.getJavaVersionJeff Johnston1-3/+7
2018-07-19Bump up master to 7.1.0Jeff Johnston1-1/+1
2018-05-25Fix warnings in build.properties.Alexander Kurtakov1-1/+2
2018-05-17Add Automatic-Module-Name for Java 9 compat.Alexander Kurtakov1-0/+1
2018-05-14Remove unused imports.Alexander Kurtakov2-4/+0
2018-05-14Update containers plugin license to EPL 2.0.Alexander Kurtakov11-61/+77
2018-03-14Switch about.html to EPL 2.0.Alexander Kurtakov1-16/+24
2018-03-09Bug 522659: Update the Docker Client Stack.Roland Grunberg1-4/+1
2018-02-07Bump up master repo to 7.0.0-SNAPSHOT for photonJeff Johnston1-1/+1
2017-08-10Update master Docker and Vagrant features to 3.2.0.Jeff Johnston1-1/+1
2017-08-03Bug 520530: Correctly terminate exec() call with a returned Process.Roland Grunberg1-1/+1
2017-08-01Replace usage of getFirstConnection with the selected connection.Roland Grunberg3-6/+18
2017-07-31Bug 520275: Place trailing '/' on directories to fix copying.Roland Grunberg1-1/+16
2017-07-10Increase the width of Image Selection Dialog to facilitate repo tags.Roland Grunberg2-1/+4
2017-07-05Timeout when checking for a connection should be 1 second.Roland Grunberg1-1/+6
2017-07-05Name remote java launch after container and fix connection opening.Roland Grunberg4-6/+38
2017-06-27Attempt to start connections that may have not been activated.Roland Grunberg2-0/+15
2017-06-27Improve error message when JRE could not be located in the container.Roland Grunberg3-5/+9
2017-06-26Add org.eclipse.linuxtools.jdt.docker.launcher to the feature.Roland Grunberg6-20/+27
2017-06-22Add image tab for Java app in container launch configuration tab group.Roland Grunberg8-5/+285
2017-06-15Improve error messages for various failures during launch.Roland Grunberg3-5/+51
2017-06-15Support mounting all classpath elements and better debug discovery.Roland Grunberg3-4/+26
2017-06-13Correct paths when not on Windows and never pass a 'null' port mapping.Roland Grunberg3-5/+14
2017-06-12Update master to 3.1.0 for docker/vagrant and 6.1.0 for other features.Jeff Johnston1-1/+1
2017-06-08Add support for running on Windows.Roland Grunberg5-17/+145
2017-06-08Externalize strings as necessary.Roland Grunberg4-5/+15
2017-06-08Create a launch configuration tab group for the Java container launch.Roland Grunberg2-0/+51
2017-06-08Add Image Selection Dialog (with connection selection) on launch.Roland Grunberg5-14/+175
2017-06-08Implement debugging a Java application inside a container.Roland Grunberg3-3/+110
2017-06-08Start further implementing ContainerVMInstall, ContainerVMRunner.Roland Grunberg7-5/+396
2017-06-08Use the Docker Tooling to run the command in the container.Roland Grunberg2-4/+15
2017-06-08Create the entrypoint where we'll send the java launch to the container.Roland Grunberg2-1/+40
2017-06-08Make our launch delegate mimic JavaLaunchDelegate exactly.Roland Grunberg2-4/+88
2017-06-08Add the boilerplate classes and extension points.Roland Grunberg6-3/+133
2017-06-08Initial commit of org.eclipse.linuxtools.jdt.docker.launcher .Roland Grunberg7-0/+98

    Back to the top