Dumb questions part 437:
1. Is installing Update 10 for CF 2021 without installing jdk-11.0.20 (we're on 11.0.19) a reasonable thing to do?
2. Is editing of cfserialfilter.txt required for Update 10 to actually have any effect?
3. Is java 11.0.20 supported for CF2018?
4. Related, where are java downloads for CF 2018?
j
Jim Priest
08/24/2023, 6:46 PM
2018 is EOL so probably no...
d
Dave Merrill
08/24/2023, 7:06 PM
@Jim Priest That's for #3 and #4, right? Thanks, that's my guess too.
How about #1 and #2?
j
Jim Priest
08/24/2023, 8:01 PM
Not sure - I haven't updated to 2021 yet 🙂
That said CF2021 will run on 11.0.19 - I'm working on migrating our dev env from 2018 to 2021 and spinning that up in a Docker container and it works. But not sure what that means for security...
h
hemi345
08/24/2023, 8:26 PM
I'm running CF2021 Update 10 on jdk11.0.20 on my dev server. but my production servers are running Update 10 with jdk11.0.19
hemi345
08/24/2023, 8:27 PM
whatever you do, don't upgrade to 11.0.20 and then try to install Update 10. Install update 10 first with .19, then upgrade to .20 if you really want to. Still waiting for official word from Adobe if update 10 requires .20 or not.
hemi345
08/24/2023, 8:29 PM
btw, I'm talking about installing update 10 manually, using the java -jar [hotfix path] method.