Conversation:
Notices
-
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:01:08 EDT
Douglas A. Whitfield
unclear why I got a content warning. Are people offended by errors? https://pastebin.com/0KnYrMf1 -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:02:20 EDT
Douglas A. Whitfield
maybe because it has the word model? -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 08-Oct-2020 17:08:00 EDT
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
@musicman Perhaps. Spammers try to use pastebins to host text links to their content, so maybe “model” is perceived as “$5 for pics of nekkid model”. -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:08:36 EDT
Douglas A. Whitfield
well, let's see if the old code compiles in maven. If so, then I can, in theory, just change the one file...
but of course, the compile fails as I type... -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:09:19 EDT
Douglas A. Whitfield
actually, I think it is failing to compile because of the exact file I want to change (well, or I could compile with an older java...) -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:10:46 EDT
Douglas A. Whitfield
sanity check with Java 8... -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 08-Oct-2020 17:10:58 EDT
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
@musicman Anyway, that build failure may be the reason there’s no recent release. -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:13:57 EDT
Douglas A. Whitfield
what do you know. I know things! -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:14:15 EDT
Douglas A. Whitfield
it's rare, but it's nice when it happens -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:14:51 EDT
Douglas A. Whitfield
well, I know it compiles in Java 8 and not Java 11. I don't know that changing the one file will get it to compile in Java 11. -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:22:35 EDT
Douglas A. Whitfield
well, the fix builds in Java 8, so yay for that -
Douglas A. Whitfield (musicman)'s status on Thursday, 08-Oct-2020 17:33:57 EDT
Douglas A. Whitfield
hmm, this compile error is in javadocs generation. Do I even need that? -
Douglas A. Whitfield (musicman)'s status on Friday, 09-Oct-2020 10:31:47 EDT
Douglas A. Whitfield
And yet, people say they have this working in Java 11. I would really like to see more of their configuration... [INFO] Restricted to JDK 1.7 yet javax.xml.bind:jaxb-api:jar:2.3.1:compile contains javax/xml/bind/JAXBElement.class targeted to JDK 1.8 [INFO] Ignoring requireUpperBoundDeps in com.google.guava:guava [INFO] Ignoring requireUpperBoundDeps in com.google.code.findbugs:… -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Friday, 09-Oct-2020 10:43:28 EDT
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
@musicman Their configuration and the command and switches they're using to compile. -
Douglas A. Whitfield (musicman)'s status on Friday, 09-Oct-2020 10:53:54 EDT
Douglas A. Whitfield
true, though I think it best practice to put everything in the pom.xml -
Douglas A. Whitfield (musicman)'s status on Friday, 09-Oct-2020 10:54:23 EDT
Douglas A. Whitfield
ok, might be getting somewhere...
"The OP was talking about the schemagen goal. Note that your approach won't work with Java 11 + because xjc exectuable is removed."
I had been working on the assumption that either was fine. idk the difference between schemagen and xjc...other than this... -
Douglas A. Whitfield (musicman)'s status on Friday, 09-Oct-2020 10:55:06 EDT
Douglas A. Whitfield
well, I had commented out the xjc-specific stuff, but maybe I need the schemagen-specific stuff -
Douglas A. Whitfield (musicman)'s status on Friday, 09-Oct-2020 11:47:16 EDT
Douglas A. Whitfield
to the point about command line flags though...
maybe this is moving things forward? https://nu.federati.net/url/276283 -
Douglas A. Whitfield (musicman)'s status on Friday, 09-Oct-2020 17:33:00 EDT
Douglas A. Whitfield
I found the below by running the -X flag, but I have no idea where this config is. Is it embedded in a dependency jar or something? I def do not want max JdkVersion 1.7. [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (display-info) [DEBUG] Style: Regular [DEBUG] Config… -
Douglas A. Whitfield (musicman)'s status on Monday, 12-Oct-2020 16:34:37 EDT
Douglas A. Whitfield
customer is good going back to Java 8, so hard to get anyone's attention about this, but I still don't understand where this maxJdkVersion stuff is coming from. The weirdest thing about it is that it not only compiles, but works in Java 8, so what the hell is this 1.7 stuff even doing?
-