Skip to content

Commit 9ff4a91

Browse files
committed
HBCI 3.1.67 und Java 11
1 parent a5f6f1e commit 9ff4a91

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<classpathentry kind="lib" path="lib/itext-pdfa-5.5.2.jar"/>
2121
<classpathentry kind="lib" path="lib/itextpdf-5.5.2.jar"/>
2222
<classpathentry kind="lib" path="lib/konik/validation-api-1.1.0.Final.jar"/>
23-
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.66.jar" sourcepath="/hbci4j-core"/>
23+
<classpathentry exported="true" kind="lib" path="lib/hbci4j-core-3.1.67.jar" sourcepath="/hbci4j-core"/>
2424
<classpathentry exported="true" kind="lib" path="lib/qrcodegen/qrcodegen-1.8.0.jar"/>
2525
<classpathentry exported="true" kind="lib" path="lib/apache_httpclient/httpclient5-5.2.jar"/>
2626
<classpathentry exported="true" kind="lib" path="lib/apache_httpclient/httpcore5-5.2.jar"/>

.settings/org.eclipse.jdt.core.prefs

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul
77
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
88
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
99
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
10-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
10+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
1111
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
12-
org.eclipse.jdt.core.compiler.compliance=1.8
12+
org.eclipse.jdt.core.compiler.compliance=11
1313
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1414
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1515
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -112,8 +112,8 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
112112
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
113113
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
114114
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
115-
org.eclipse.jdt.core.compiler.release=disabled
116-
org.eclipse.jdt.core.compiler.source=1.8
115+
org.eclipse.jdt.core.compiler.release=enabled
116+
org.eclipse.jdt.core.compiler.source=11
117117
org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
118118
org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,LOW,LOW
119119
org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,BUGZILLA,TICKET

build/ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
HEAD 2.11 (nightly)
22

3+
* NEW: 1022 Update auf HBCI4Java 3.1.67 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.67
34
* BUG: 1021 Umsatzliste: Nachtrag zu 1019 - Auswahl von "<Nicht zugeordnet>" funktionierte nicht mehr
45
* NEW: 1020 Postgres-Treiber aktualisiert
56
* BUG: 1019 Umsatzliste: Bei Auswahl einer Umsatzkategorie konnten auch Ums�tze angezeigt werden, die eigentlich per automatischer Zuordnung einer anderen Kategorie zugewiesen wurden, zus�tzlich aber auch zur ausgew�hlten Kategorie passen
Binary file not shown.

src/de/willuhn/jameica/hbci/HBCI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class HBCI extends AbstractPlugin
8080
*/
8181
public final static HashMap LOGMAPPING = new HashMap();
8282

83-
private final static String HBCI4JAVA_VERSION = "3.1.66";
83+
private final static String HBCI4JAVA_VERSION = "3.1.67";
8484

8585
private HBCICallback callback = null;
8686
private Properties hbciProps = null;

0 commit comments

Comments
 (0)