Activity for Christoph

  • Christoph Christoph committed [45d004] on Code

    use version catalog

  • Christoph Christoph committed [33fafb] on Code

    scrutinizer: switch to Java 17

  • Christoph Christoph committed [1b95c5] on Code

    remove lgtm.com references because it is integrated in GitHub now

  • Christoph Christoph committed [b7f8a1] on Code

    disable docker based FTP tests because they fail on Mac and GitHub rn

  • Christoph Christoph committed [edfbde] on Code

    update to Gradle 8.2

  • Christoph Christoph committed [05e40e] on Code

    update GitHub build to Java 17

  • Christoph Christoph committed [1c81fd]

    build updates

  • Christoph Christoph committed [f7d029]

    fixed formatting

  • Christoph Christoph committed [883919]

    don't propagate the property vfs.sftp.sshdir (used by tests) to a static variable used for every connection later

  • Christoph Christoph committed [5c6ede]

    separate FSFile::getPath into getFsAbsolutePath and getDisplayPath

  • Christoph Christoph committed [d72449]

    random code updates

  • Christoph Christoph committed [2f6fe9]

    dependency updates

  • Christoph Christoph committed [b763ee]

    remove usage of the commons VFS FileType enum

  • Christoph Christoph committed [fe500b]

    refactor FileObjectChooser to hide all vfs references inside

  • Christoph Christoph committed [c4f1c7]

    rename File to FSFile to remove the java.io.File name clash

  • Christoph Christoph committed [2256f8]

    reorganize packages

  • Christoph Christoph committed [59281b]

    rename AbstractBufferedFile and AbstractFile because neither is abstract

  • Christoph Christoph committed [33e57a]

    refactor so that both FileSystemConnections and BufferedFileSystemConnections are looked up using guice

  • Christoph Christoph committed [367ea4]

    merge Site into FileSystemConnection

  • Christoph Christoph committed [c18a21]

    Let FileSystemManager look up FileSystem implementations using Guice

  • Christoph Christoph committed [68cdd9]

    deduplicate XML parser / serializer creation code to create secure parsers centrally

  • Christoph Christoph committed [f4ac74]

    fix about dialog license list

  • Christoph Christoph committed [4bdd6f]

    misc code improvements

  • Christoph Christoph committed [1a977a]

    fix windows style path support

  • Christoph Christoph committed [9ca363]

    add spotbugs

  • Christoph Christoph committed [bdf4a0]

    add some todo comments for nested SWT event loops

  • Christoph Christoph committed [761d53]

    more records

  • Christoph Christoph committed [5a0697]

    some records

  • Christoph Christoph committed [a40f15]

    fix formatting

  • Christoph Christoph committed [a5f577]

    Java 15 -> Java 17 & Guice 5.0.1 -> 5.1.0

  • Christoph Christoph committed [86b759]

    code style

  • Christoph Christoph committed [e0770f]

    code cleanup (up to Java 15)

  • Christoph Christoph committed [c89ef9]

    no more travis

  • Christoph Christoph committed [1b2c1a]

    fallback to Java 15 because of Guice

  • Christoph Christoph committed [1df053]

    Update readme to 2022

  • Christoph Christoph committed [2d9bbb]

    update project dependencies

  • Christoph Christoph committed [dd913b]

    gradle updates

  • Christoph Christoph committed [dfdfee]

    refactor away direct vfs2 dependency

  • Christoph Christoph committed [6f741b]

    apache commons vfs: exclude org.apache.hadoop dependencies

  • Christoph Christoph committed [11ab6e]

    add README.md

  • Christoph Christoph committed [d53395]

    add SFTP test using testcontainers.org

  • Christoph Christoph committed [d854a3]

    add back the tests for the local filesystem

  • Christoph Christoph committed [e53c67]

    switch jUnit 5 to the junit-jupiter combined dependency

  • Christoph Christoph committed [9f127d]

    add v1.1 profile deserialization test

  • Christoph Christoph committed [7a1ecf]

    website cleanups

  • Christoph Christoph committed [cfd0d8]

    update eclipse formatter definition

  • Christoph Christoph committed [b553ce]

    Year 2020

  • Christoph Christoph committed [9e863f]

    remove unsupportable 32bit version

  • Christoph Christoph committed [4a55dd]

    remove deprecated API use

  • Christoph Christoph committed [fcffbf]

    code cleanup

  • Christoph Christoph committed [61b591]

    Update Gradle to version 6.0.1

  • Christoph Christoph committed [d94e29]

    fix some Gradle 7 incompatibilities

  • Christoph Christoph committed [413cd3]

    fix typo in SimplifiedRuleSetDescriptor and SimplifiedSyncRules

  • Christoph Christoph committed [b7d1d9]

    Bump commons-vfs2 from 2.4.1 to 2.5.0

  • Christoph Christoph committed [034b9a]

    Bump gradle-versions-plugin from 0.25.0 to 0.27.0

  • Christoph Christoph committed [256cea]

    update Eclipse SWT from 3.106.3 to 3.113.0

  • Christoph Christoph committed [75329a]

    TaskDecisionList: fix exception because of disposing images in the ImageRepository

  • Christoph Christoph committed [5f97b4]

    AboutDialog: fix missing license contents

  • Christoph Christoph committed [6fdf82]

    fix default port value for URLs without port

  • Christoph Christoph committed [405c2a]

    code style

  • Christoph Christoph committed [13a304]

    extract ScheduleTaskSource from ProfileManager

  • Christoph Christoph committed [10c237]

    code style

  • Christoph Christoph committed [8ae882]

    more immutable classes

  • Christoph Christoph committed [941672]

    refactor the TaskGeneratorImpl

  • Christoph Christoph committed [cc2ba8]

    extend ProfileManager tests

  • Christoph Christoph committed [9ae7d3]

    Profile: only store last error data if it is not empty to align with test expectations

  • Christoph Christoph committed [a014f8]

    NiceListView: refactor profile reference out of the ContentComposite

  • Christoph Christoph committed [2888de]

    refactor out XML child NodeList usage into XmlUtils.forEachChildElement

  • Christoph Christoph committed [fc619b]

    ProfileManager: update triggered events to also trigger a ProfileChanged event for updateProfile calls

  • Christoph Christoph committed [2abdba]

    refactor NiceListView classes to remove the ContentComposite class

  • Christoph Christoph committed [e33460]

    code style

  • Christoph Christoph committed [b3c729]

    FilesystemTestBase: cleanup

  • Christoph Christoph committed [9c7847]

    ProfileManagerSchedulerTaskFactory::create: fix parameter name

  • Christoph Christoph committed [084da7]

    add GitHub Action to verify Gradle Wrappers

  • Christoph Christoph committed [d73411]

    Upgrade Spotless to 5.1.1 and migrate to the new coordinates

  • Christoph Christoph committed [8d331b]

    fix reflection warning

  • Christoph Christoph posted a comment on ticket #81

    Please attach the log file in %USERPROFILE%.config\fullsync (enter this in explorer)

  • Christoph Christoph posted a comment on ticket #68

    Yes I am considering fixing this, but I still can't give you a specific release date. Contributions are always welcome tough! BR, Christoph

  • Christoph Christoph posted a comment on discussion Help

    Hi Kevin, have you tried uploading files with FileZilla or just tried to connect? From the log it looks like FullSync is able to connect but fails to upload a file because the server denies that. BUT: FTP is a horrible protocol. If at all possible use SFTP (filetransfer over SSH - not to be confused with FTPS which is just horrible FTP with TLS). I assume that you can SSH into your EC2 instance already, so using SFTP would remove an additional service that you need to expose to the internet. BR,...

  • Christoph Christoph posted a comment on discussion Open Discussion

    Hello Jan, The version of FullSync installed by the windows installer is 32bit only. The Java VM you use is 64 bit, thus FullSync doesn't start. Also I'm not sure if the released FullSync version will run with Java 11. Also I suggest using the semi official OpenJDK builds from https://adoptopenjdk.net/releases.html istead of Zulu. On that page select OpenJDK 8, HotSpot for Windows x86. If you prefer to use a 64bit Java VM you can get FullSync with 64bit support by using the "FullSync without Installer"...

  • Christoph Christoph committed [9375b0]

    drop com.mindtree.techworks.infix.pluginscommon.test.ssh.SSHServerResource source

  • Christoph Christoph committed [493a52]

    set versions with variables

  • Christoph Christoph posted a comment on discussion Help

    Hi, drop the attached jar file into the /home/eric/Bureau/FullSync-0.10.4/lib/ folder and you should be good to go! BR, Christoph

  • Christoph Christoph posted a comment on discussion Help

    This i slikely caused by an incompatibility of FullSync with more recent Linux Distribution releases... I'll see if I can update that this weekend and let you know. BR, Christoph

  • Christoph Christoph committed [a17048]

    update Sonarqube from 2.6.2 to 2.7

  • Christoph Christoph committed [866845]

    update Spotless from 3.22.0 to 3.23.0

  • Christoph Christoph committed [4faa41]

    fix a few lgtm.com issues

  • Christoph Christoph committed [5fd21a]

    update Gradle from 5.2.1 to 5.5.1

  • Christoph Christoph committed [5466f7]

    use the gradlePluginPortal() DSL method to refer to the Maven repository for Gradle Plug-Ins

  • Christoph Christoph committed [98cdec]

    also execute spotlessCheck during the travis build

  • Christoph Christoph committed [82d4b9]

    update hamcrest from 1.3 to 2.1

  • Christoph Christoph committed [929d60]

    Update to Gradle 5.2.1

  • Christoph Christoph committed [682adb]

    mvn-infix-junit-sshd: add javax.xml.bind:jaxb-api dependency

  • Christoph Christoph committed [313d75]

    disable coveralls on openjdk11 due to TLS error

  • Christoph Christoph committed [8a2063]

    update io.pry.gradle.offline_dependencies from 0.4 to 0.5.0

  • Christoph Christoph committed [7e1c47]

    Update to Gradle 5.1.1

  • Christoph Christoph committed [e38632]

    add java 10 tests

  • Christoph Christoph committed [f32f48]

    ProtocolSpecificComposite::getConnectionDescription(): remove URISyntaxException that is not possible any more

  • Christoph Christoph committed [cde0ee]

    cleanups

  • Christoph Christoph committed [e9940b]

    move ProfileDetails related classes into a separate package

1 >