Oliver Kopp

Results 1977 comments of Oliver Kopp

Note: It's the file linked from `bibtexAssociations.properties` "Debugged" with changing the name: ```properties icon=jabref-from-properties.icns ``` Removed it, because we already specified the icon.

Now, we have an issue at `JabRef.entitlements` - or later... ``` [13:29:46.980] Using custom package resource [Mac Entitlements] (loaded from JabRef.entitlements). [13:29:47.054] jdk.jpackage.internal.model.PackagerException: java.lang.IllegalArgumentException: Invalid identifier prefix at jdk.jpackage/jdk.jpackage.internal.PackagingPipeline.execute(PackagingPipeline.java:487) at...

Exception from https://github.com/openjdk/jdk/blame/444007fc234aeff75025831c2d1b5538c87fa8f1/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/CodesignConfig.java#L54 Introduced via https://bugs.openjdk.org/browse/JDK-8333664

Two thoughts: - `org.jabref.model.entry.BibEntry#getFieldLatexFree` should be used as first try (if it is OK that "The" comes first). However, that ignores authors completely - `org.jabref.model.entry.AuthorList#getAsLastFirstFirstLastNamesWithAnd` or similar method should be...

This issue could be related: https://github.com/JabRef/jabref/issues/7805

Just for reference: *.plist were added at https://github.com/JabRef/jabref/pull/5986 > Can't test it as I don't own a mac.

> Plist files were based on the JDK upstream templates. They were from 2020. I think, things changed. They are IMHO included in the JDK now. > I mean it...

I am trying to port https://github.com/JabRef/jabref/pull/13036 to here - to use JDK-26 EA (which seems to have the fix, because https://bugs.openjdk.org/browse/JDK-8358723 was fixed on September, 26th and the latest EA...

Java 26 blocked by https://bugs.openjdk.org/browse/JDK-8359760 / https://github.com/openjdk/jfx/blob/jfx24/doc-files/release-notes-24.md#applications-using-jlink-to-create-a-custom-java-runtime-image

When I run openRewrite, I get following diff: ```diff diff --git a/jablib/src/main/java/org/jabref/logic/importer/fileformat/BibtexParser.java b/jablib/src/main/java/org/jabref/logic/importer/fileformat/BibtexParser.java index b2c3142430..229e1e3f05 100644 --- a/jablib/src/main/java/org/jabref/logic/importer/fileformat/BibtexParser.java +++ b/jablib/src/main/java/org/jabref/logic/importer/fileformat/BibtexParser.java @@ -375,7 +375,7 @@ public class BibtexParser implements Parser {...