[libhibernate-validator-java] 05/09: Update jboss-logging-tools.patch. Fix more missing overrides.
Markus Koschany
apo at moszumanska.debian.org
Tue Sep 19 07:25:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository libhibernate-validator-java.
commit 9775042f1f7251f69edbf4688c0a2c3d8d9bf368
Author: Markus Koschany <apo at debian.org>
Date: Tue Sep 19 07:28:11 2017 +0200
Update jboss-logging-tools.patch. Fix more missing overrides.
---
debian/patches/jboss-logging-tools.patch | 243 ++++++++++++++++++++++++++++++-
1 file changed, 238 insertions(+), 5 deletions(-)
diff --git a/debian/patches/jboss-logging-tools.patch b/debian/patches/jboss-logging-tools.patch
index 1f76a57..955928e 100644
--- a/debian/patches/jboss-logging-tools.patch
+++ b/debian/patches/jboss-logging-tools.patch
@@ -15,9 +15,9 @@ Forwarded: not-needed
---
.../internal/util/logging/Log.i18n.properties | 478 ++++
.../internal/util/logging/Messages.i18n.properties | 55 +
- .../internal/util/logging/Log_$logger.java | 2301 ++++++++++++++++++++
+ .../internal/util/logging/Log_$logger.java | 2534 ++++++++++++++++++++
.../internal/util/logging/Messages_$bundle.java | 193 ++
- 4 files changed, 3027 insertions(+)
+ 4 files changed, 3260 insertions(+)
create mode 100644 jboss/classes/org/hibernate/validator/internal/util/logging/Log.i18n.properties
create mode 100644 jboss/classes/org/hibernate/validator/internal/util/logging/Messages.i18n.properties
create mode 100644 jboss/generated-sources/logging/org/hibernate/validator/internal/util/logging/org/hibernate/validator/internal/util/logging/Log_$logger.java
@@ -570,10 +570,11 @@ index 0000000..4a82ed2
+unableToFindScriptEngine=No JSR 223 script engine found for language "%s".
diff --git a/jboss/generated-sources/logging/org/hibernate/validator/internal/util/logging/org/hibernate/validator/internal/util/logging/Log_$logger.java b/jboss/generated-sources/logging/org/hibernate/validator/internal/util/logging/org/hibernate/validator/internal/util/logging/Log_$logger.java
new file mode 100644
-index 0000000..a8ea5cd
+index 0000000..f60e2da
--- /dev/null
+++ b/jboss/generated-sources/logging/org/hibernate/validator/internal/util/logging/org/hibernate/validator/internal/util/logging/Log_$logger.java
-@@ -0,0 +1,2301 @@
+@@ -0,0 +1,2534 @@
++
+
+package org.hibernate.validator.internal.util.logging;
+
@@ -939,7 +940,44 @@ index 0000000..a8ea5cd
+
+ @Override
+ public final void debugf(Throwable t, String format, long arg1, Object param1, Object param2) {
-+ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, param2, param3);
++ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, param1, param2);
++ }
++
++ @Override
++ public final void debugf(Throwable t, String format, long arg1, long arg2, Object param1) {
++ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, arg2, param1);
++ }
++
++ @Override
++ public final void debugf(Throwable t, String format, long arg1, long arg2, long arg3) {
++ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, arg2, arg3);
++ }
++
++ @Override
++ public final void debugf(Throwable t, String format, long arg1, Object param1) {
++ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, param1);
++ }
++
++ @Override
++ public final void debugf(Throwable t, String format, long arg1, long arg2) {
++ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, arg2);
++ }
++
++ @Override
++ public final void debugf(Throwable t, String format, long arg1) {
++ log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1);
++ }
++
++ @Override
++ public final void debugf(String format, long arg1, Object param1, Object param2) {
++ }
++
++ @Override
++ public final void debugf(String format, long arg1, long arg2, Object param1) {
++ }
++
++ @Override
++ public final void debugf(String format, long arg1, long arg2, long arg3) {
+ }
+
+ @Override
@@ -2874,6 +2912,201 @@ index 0000000..a8ea5cd
+ return getConstraintFactoryMustNotReturnNullException;
+ }
+
++ @Override
++ public void tracef(String string, int i) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, int i, int i1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, int i, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, int i, int i1, int i2) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, int i, int i1, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, int i, Object o, Object o1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, int i) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, int i, int i1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, int i, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, int i, int i1, int i2) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, int i, int i1, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, int i, Object o, Object o1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, long l) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, long l, long l1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, long l, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, long l, long l1, long l2) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, long l, long l1, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(String string, long l, Object o, Object o1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, long l) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, long l, long l1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, long l, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, long l, long l1, long l2) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, long l, long l1, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void tracef(Throwable thrwbl, String string, long l, Object o, Object o1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, int i) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, int i, int i1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, int i, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, int i, int i1, int i2) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, int i, int i1, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, int i, Object o, Object o1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(Throwable thrwbl, String string, int i) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(Throwable thrwbl, String string, int i, int i1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(Throwable thrwbl, String string, int i, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(Throwable thrwbl, String string, int i, int i1, int i2) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(Throwable thrwbl, String string, int i, int i1, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(Throwable thrwbl, String string, int i, Object o, Object o1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, long l) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, long l, long l1) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
++ @Override
++ public void debugf(String string, long l, Object o) {
++ throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
++ }
++
+}
diff --git a/jboss/generated-sources/logging/org/hibernate/validator/internal/util/logging/org/hibernate/validator/internal/util/logging/Messages_$bundle.java b/jboss/generated-sources/logging/org/hibernate/validator/internal/util/logging/org/hibernate/validator/internal/util/logging/Messages_$bundle.java
new file mode 100644
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhibernate-validator-java.git
More information about the pkg-java-commits
mailing list