Skip to content
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

[WIP] First attempt for JDK11 compilation - #Java11 #3421

Merged
merged 132 commits into from
Aug 25, 2019
Merged

[WIP] First attempt for JDK11 compilation - #Java11 #3421

merged 132 commits into from
Aug 25, 2019

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    f634394 View commit details
    Browse the repository at this point in the history
  2. Add open office dependencies

    lenhard authored and florian-beetz committed May 4, 2018
    Configuration menu
    Copy the full SHA
    9f71a0b View commit details
    Browse the repository at this point in the history
  3. set java to 9 instead of 1.9

    Siedlerchr authored and florian-beetz committed May 4, 2018
    Configuration menu
    Copy the full SHA
    aaf6275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7227a23 View commit details
    Browse the repository at this point in the history
  5. JDK 9 Runnable

    - brute force attempt at making JabRef runnable with Java 9
    - simply removed all the things Java 9 complains about (without fix yet)
    
    Split Packages:
    - LibreOffice
    - ArchUnit
    
    Invalid Module Name:
    - Latex2Unicode
    
    Internal APIs:
    - only JFX
    florian-beetz committed May 4, 2018
    Configuration menu
    Copy the full SHA
    111a407 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a8f9c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d78d6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a44be12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f27d312 View commit details
    Browse the repository at this point in the history
  10. Fix jabref module

    org.jabref is now an open package to allow all reflective access, which
    guava makes extensive use.
    Also more packages are exported.
    florian-beetz committed May 4, 2018
    Configuration menu
    Copy the full SHA
    102e614 View commit details
    Browse the repository at this point in the history
  11. Cleanup after rebase on maintable-beta

    * Remove dndtabpane dependency, as it accesses classes that are no
      longer part of the JDK.
    * Add explicit dependency on fontawesomefx-commons, as the
      materialdesignfont, has a dependency on an older version (?), that is
      not compatible with Java 9.
    * Remove LibreOffice integration at newly introduced occasions.
    * Add ResourceLocator for afterburner.fx.
    florian-beetz committed May 4, 2018
    Configuration menu
    Copy the full SHA
    dc7411d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Merge remote-tracking branch 'upstream/maintable-beta' into jdk9

    * upstream/maintable-beta:
      set look and feel to windows, aqua or nimbus for swing in case
      fix import
      remove look and feel
      New translations JabRef_en.properties (French) (#4009)
      Fix Look and Feel related issues (#4002)
      Fix statement in changelog
      [WIP] Add Text File Export for "Find Unlinked Files" (#3979)
    Siedlerchr committed May 5, 2018
    Configuration menu
    Copy the full SHA
    3aaae4d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    6608b2b View commit details
    Browse the repository at this point in the history
  2. Add button-icon for union/intersection in the groups side panel (#3954)

    * Add button for union/intersection in the groups side panel
    Fix display ofs state in preferences
    
    * add method for getting addtionalHeaderButtons
    create enum with icons
    change booleans to enum
    remove duplicated code
    remove old prefs
    
    * remove uncommented code
    
    * fix checkstyle
    
    * Add group intersection and union icons
    
    * add tooltips for side pane and groups pane
    
    * Extract get graphics and tooltip to new class
    return headerbuttons as list
    
    * refactor and extract icon method to view model
    make prefs private
    Siedlerchr authored and florian-beetz committed May 8, 2018
    Configuration menu
    Copy the full SHA
    1db6336 View commit details
    Browse the repository at this point in the history
  3. Reimplement tooltips for file and identifier columns (#4011)

    * Reimplement tooltips for file and identifier column
    
    * Extract not translatable strings out of localization
    florian-beetz committed May 8, 2018
    Configuration menu
    Copy the full SHA
    164bb30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c8d38a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    bcfde56 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Merge remote-tracking branch 'upstream/maintable-beta' into jdk9

    * upstream/maintable-beta: (46 commits)
      update gradle to 4.7 (#4049)
      Add missing translation for "HTML to Unicode" (#4046)
      New Crowdin translations (#4042)
      Use all-text-fields magic also in BibTeX cleanup. (#4039)
      Switch to org.postgresql (#4031)
      Fix freeze when importing (#4037)
      Use JavaFX-native SVGPath for logo in About dialog (#4035)
      Remove reflection hack to set WM_CLASS (#4034)
      Fix initial freeze when downloading files
      Inline comment
      Move color related method
      Extract dialog service to field
      Extract dialog service to field
      Remove unused class
      Show tooltip for icon-based columns
      Remove commented-out code
      Convert static methods to instance members (and fix spelling)
      Fix formatting
      Fix formatting
      Remove unused argument
      ...
    
    # Conflicts:
    #	build.gradle
    #	gradle/wrapper/gradle-wrapper.properties
    #	src/main/java/org/jabref/gui/GUIGlobals.java
    #	src/main/java/org/jabref/gui/SidePaneComponent.java
    #	src/main/java/org/jabref/gui/groups/GroupModeViewModel.java
    #	src/main/java/org/jabref/gui/groups/GroupSidePane.java
    #	src/main/java/org/jabref/gui/help/AboutDialogView.java
    #	src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java
    #	src/main/java/org/jabref/logic/shared/PostgreSQLProcessor.java
    #	src/main/resources/l10n/JabRef_en.properties
    Siedlerchr committed May 22, 2018
    Configuration menu
    Copy the full SHA
    9980c74 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Update CI to JDK 9

    florian-beetz committed May 24, 2018
    Configuration menu
    Copy the full SHA
    cc63a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1a977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f85d3da View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Merge branch 'maintable-beta' into jdk9

    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/logic/l10n/Localization.java
    florian-beetz committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    0920af4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    1cbe9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    f003970 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into jdk9

    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/gui/fieldeditors/EditorTextArea.java
    #	src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java
    florian-beetz committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    0cd8908 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/jdk9' into jdk9

    # Conflicts:
    #	build.gradle
    florian-beetz committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    88751da View commit details
    Browse the repository at this point in the history
  4. Cleanup after merge

    florian-beetz committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    85f9685 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Merge remote-tracking branch 'upstream/master' into jdk9

    * upstream/master: (229 commits)
      Try to fix not on FX thread for search and autocomplete (#4618)
      Convert DuplicateResolverDialog to javafx (#4601)
      Fix for BibTex source tab parsing issue if field contains {} (#4581)
      Convert OO/LO SidePanel to javafx (#4341)
      Convert "Customize importer" dialog to JavaFX (#4608)
      Convert "From Aux file" dialog to JavaFX (#4607)
      Convert "Show preferences" dialog to JavaFX (#4605)
      Fix not on FX thread exception
      Force javafx to run thread (#4604)
      Convert new version dialog to JavaFX (#4602)
      Add a variable to track the change in preview style (#4587)
      Solution for submitting dialog with Ctrl + Enter (#4496) (#4592)
      Bump mysql-connector-java from 8.0.13 to 8.0.14 (#4599)
      Fix overlapping font in id entry type (#4595)
      update jfoenix and gradle plugins Replace outdated transformer log4j2 with official new one
      Update journalList.txt
      Fix for Issue #4437 - Some bugs in preference->Entry table columns (#4546)
      Don't set column sort type at startup (#4577)
      Add uncaught exception message (#4565)
      Converts integrity check dialog to JavaFX (#4559)
      ...
    
    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/gui/FindUnlinkedFilesDialog.java
    #	src/main/java/org/jabref/gui/JabRefFrame.java
    #	src/main/java/org/jabref/gui/fieldeditors/EditorTextArea.java
    #	src/main/java/org/jabref/gui/fieldeditors/EditorTextField.java
    #	src/main/java/org/jabref/gui/openoffice/CitationManager.java
    #	src/main/java/org/jabref/gui/openoffice/OOBibBase.java
    #	src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java
    #	src/main/java/org/jabref/gui/openoffice/OpenOfficeSidePanel.java
    Siedlerchr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    0a54822 View commit details
    Browse the repository at this point in the history
  2. uncomment errorprone

    Siedlerchr committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    633c10c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. fix merge issues

    florian-beetz committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    61f6194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6582436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30797c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Merge remote-tracking branch 'upstream/master' into jdk9

    * upstream/master: (184 commits)
      Try to update to gradle 5.0.2 (#4766)
      Post change notifications on JavaFX (#4871)
      fix missing l10n from previous merge
      fix compile error
      Fix right clicking on any entry and selecting "Open folder" results in the NullPointer exception (#4797)
      Bump fontbox from 2.0.14 to 2.0.15 (#4882)
      Bump pdfbox from 2.0.14 to 2.0.15 (#4881)
      Bump xmpbox from 2.0.14 to 2.0.15 (#4883)
      Bump mockito-core from 2.26.0 to 2.27.0 (#4879)
      Bump java-string-similarity from 1.1.0 to 1.2.1 (#4878)
      Fix JabRef dying silently without enough inotify instances (#4875)
      #4795 disable menu item if database not connected (#4828)
      Remove deprecated awt apple extension (#4860)
      Fix IllegalArgumentException when ranking entries (#4779)
      Bump junit-vintage-engine from 5.4.1 to 5.4.2 (#4866)
      Bump junit-platform-launcher from 1.4.1 to 1.4.2 (#4865)
      Bump junit-jupiter from 5.4.1 to 5.4.2 (#4867)
      Add author normalizer for medline import (#4863)
      Fixed group creation with default settings (#4801)
      removed default constructor of FXDialogService (#4847)
      ...
    
    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/gui/JabRefFrame.java
    #	src/main/java/org/jabref/gui/collab/ChangeDisplayDialog.java
    #	src/main/java/org/jabref/gui/collab/EntryChangeViewModel.java
    Siedlerchr committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    e82ebba View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    68b4585 View commit details
    Browse the repository at this point in the history
  2. remove jgoodies forms

    Siedlerchr committed May 5, 2019
    Configuration menu
    Copy the full SHA
    3c06ac4 View commit details
    Browse the repository at this point in the history
  3. Make it work with Java 11

    tobiasdiez committed May 5, 2019
    Configuration menu
    Copy the full SHA
    2802447 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/jdk9' into jdk9

    # Conflicts:
    #	src/main/java/module-info.java
    tobiasdiez committed May 5, 2019
    Configuration menu
    Copy the full SHA
    3e43856 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    tobiasdiez committed May 5, 2019
    Configuration menu
    Copy the full SHA
    d804504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6ac156 View commit details
    Browse the repository at this point in the history
  7. Make test compile

    tobiasdiez committed May 5, 2019
    Configuration menu
    Copy the full SHA
    a7c7832 View commit details
    Browse the repository at this point in the history
  8. Fix some of the tests

    tobiasdiez committed May 5, 2019
    Configuration menu
    Copy the full SHA
    2889d2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce15151 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f204a0c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Fix more tests

    tobiasdiez committed May 6, 2019
    Configuration menu
    Copy the full SHA
    2585972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dc592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983f1c8 View commit details
    Browse the repository at this point in the history
  4. Fix glyph module name

    Siedlerchr authored May 6, 2019
    Configuration menu
    Copy the full SHA
    3e9d717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3a1056 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Siedlerchr authored May 6, 2019
    Configuration menu
    Copy the full SHA
    5c5f2b8 View commit details
    Browse the repository at this point in the history
  7. 4 Configuration menu
    Copy the full SHA
    68086c4 View commit details
    Browse the repository at this point in the history
  8. Try to fix logging

    tobiasdiez committed May 6, 2019
    Configuration menu
    Copy the full SHA
    af1de3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84cd5fb View commit details
    Browse the repository at this point in the history
  10. Fix some language tests

    tobiasdiez committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1eaa334 View commit details
    Browse the repository at this point in the history
  11. Fix language tests

    tobiasdiez committed May 6, 2019
    Configuration menu
    Copy the full SHA
    dbf0c2a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Fix export tests

    tobiasdiez committed May 7, 2019
    Configuration menu
    Copy the full SHA
    ee7910e View commit details
    Browse the repository at this point in the history
  2. Fix month parser

    tobiasdiez committed May 7, 2019
    Configuration menu
    Copy the full SHA
    e659dd3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Include latex2unicode

    tobiasdiez committed May 11, 2019
    Configuration menu
    Copy the full SHA
    35c783f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Code style

    tobiasdiez committed May 17, 2019
    Configuration menu
    Copy the full SHA
    81acb91 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Update latex2unicode

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d54d6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b12fe View commit details
    Browse the repository at this point in the history
  3. Fix gitignore

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    91dd89a View commit details
    Browse the repository at this point in the history
  4. Fix export tests

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    41a4e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d007570 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8834aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2c4ba0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e55458 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc7111a View commit details
    Browse the repository at this point in the history
  10. Reenable checkstyle

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    4a4f7bf View commit details
    Browse the repository at this point in the history
  11. Fix modernizer errors

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    a4b7c6f View commit details
    Browse the repository at this point in the history
  12. Fix checkstyle

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    4376f84 View commit details
    Browse the repository at this point in the history
  13. Update dependencies

    tobiasdiez committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    7018b14 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Downgrade errorprone

    tobiasdiez committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    cc75153 View commit details
    Browse the repository at this point in the history
  2. Disable modernizer

    tobiasdiez committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    eb12a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16b307a View commit details
    Browse the repository at this point in the history
  4. First try with jlink

    tobiasdiez committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    8c3751e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. fix jlink task (#5032)

    siordache authored and tobiasdiez committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    3d92017 View commit details
    Browse the repository at this point in the history
  2. Add jpackage

    tobiasdiez committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    3b663c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Add a bit of description

    tobiasdiez committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    da79fba View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    11039d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Merge remote-tracking branch 'upstream/master' into jdk9

    # By Carl Christian Snethlage (33) and others
    # Via GitHub (21) and Carl Christian Snethlage (2)
    * upstream/master: (103 commits)
      Bump junit-vintage-engine from 5.4.2 to 5.5.0
      Bump log4j-api from 2.11.2 to 2.12.0
      Bump junit-platform-launcher from 1.4.2 to 1.5.0
      Bump log4j-core from 2.11.2 to 2.12.0
      Bump log4j-slf4j18-impl from 2.11.2 to 2.12.0
      Bump log4j-jul from 2.11.2 to 2.12.0
      Bump junit-jupiter from 5.4.2 to 5.5.0
      Bump com.github.johnrengelman.shadow from 5.0.0 to 5.1.0
      Bump log4j-jcl from 2.11.2 to 2.12.0
      Bump fontbox from 2.0.15 to 2.0.16 (#5080)
      Bump pdfbox from 2.0.15 to 2.0.16 (#5081)
      Bump xmpbox from 2.0.15 to 2.0.16 (#5082)
      Update FUNDING.yml
      Delete autoapproval.yml
      Bump com.install4j.gradle from 7.0.11 to 7.0.12 (#5077)
      Configure autoapproval plugin for dependabot
      Bump xmlunit-matchers from 2.6.2 to 2.6.3 (#5074)
      Bump checkstyle from 8.21 to 8.22 (#5072)
      Bump xmlunit-core from 2.6.2 to 2.6.3 (#5073)
      Refactor for loop to stream in groupTree Close version socket
      ...
    
    # Conflicts:
    #	build.gradle
    Siedlerchr committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    666f1f3 View commit details
    Browse the repository at this point in the history
  2. uncomment deps

    Siedlerchr committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    2669150 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Try to fix build

    tobiasdiez authored Jul 7, 2019
    Configuration menu
    Copy the full SHA
    4d20032 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Merge remote-tracking branch 'origin/master' into jdk9

    # Conflicts:
    #	build.gradle
    koppor committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    5c414f2 View commit details
    Browse the repository at this point in the history
  2. Fix .gitignore

    koppor committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    24edd57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a71667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    328563e View commit details
    Browse the repository at this point in the history
  5. Add Java 11 to README.md

    koppor committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    086036a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Update install4j from 7 to 8

    koppor committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    f9187f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    920a130 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. include all modules

    This hopefully fixes 'java.lang.RuntimeException: No toolkit found'
    koppor committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    8933771 View commit details
    Browse the repository at this point in the history
  2. add file association to MacOSX

    koppor committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    655a775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec855f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d172987 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6174c73 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. try to enumarate modules

    koppor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    bac9895 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into jdk9

    # Conflicts:
    #	build.gradle
    koppor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    1431d78 View commit details
    Browse the repository at this point in the history
  3. Remove apache commons exception

    Replace wrong import
    Siedlerchr authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    4361451 View commit details
    Browse the repository at this point in the history
  4. remove parser exception

    never thrown
    Siedlerchr authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    610765f View commit details
    Browse the repository at this point in the history
  5. Remove old junit 4

    tobiasdiez authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    1b415ba View commit details
    Browse the repository at this point in the history
  6. revert exception removal

    Siedlerchr committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    f2f2ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Try to fix test build

    tobiasdiez committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    9d09ec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d287ae View commit details
    Browse the repository at this point in the history
  3. Upgrade to junit 5.5

    tobiasdiez committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    c82340f View commit details
    Browse the repository at this point in the history
  4. Remove workaround

    tobiasdiez committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    c2f5e91 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Reenable archunit tests

    tobiasdiez committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    66b70a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7932dce View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    ba60cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26c7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bb437e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into jdk9

    # Conflicts:
    #	build.gradle
    #	src/main/java/org/jabref/gui/contentselector/ContentSelectorDialogViewModel.java
    #	src/main/java/org/jabref/gui/keyboard/KeyBindingRepository.java
    #	src/test/java/org/jabref/logic/exporter/DocbookExporterTest.java
    #	src/test/java/org/jabref/logic/exporter/MSBibExportFormatTestFiles.java
    koppor committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    221c3dc View commit details
    Browse the repository at this point in the history
  5. Fix comment

    koppor committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7ca3728 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2a35b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8a130e View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/master' into jdk9

    # Conflicts:
    #	build.gradle
    koppor committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7c2a405 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    b696ef3 View commit details
    Browse the repository at this point in the history
  2. Fix module-info.test

    koppor committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    70948d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a95adf View commit details
    Browse the repository at this point in the history
  4. Try to fix module-info.test

    koppor committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    67cef6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4829c7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5201112 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    afc4ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53dcc48 View commit details
    Browse the repository at this point in the history
  3. Fix junit5 package

    davidemdot committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    4cf951c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9526ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    598a439 View commit details
    Browse the repository at this point in the history
  6. Reenable modernizer

    tobiasdiez authored Aug 25, 2019
    Configuration menu
    Copy the full SHA
    5f7f08f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    012d9b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f970bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ace3dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    941208d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0132d44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b9cd1a View commit details
    Browse the repository at this point in the history