[Looking for Charlie's main web site?]

FusionReactor 8.7.2 released

Just a quick note to report that FusionReactor 8.7.2 has been released, on July 5 2021. You can see the changes (new features/improvements) and bug fixes (there are just several rather modest ones this release) in the release notes doc for all FR 8 versions.

If you may lose track of that link, note that a link to it is also offered on the FR downloads page, where it appears as a "release notes" link in the blue banner shown above the available downloads.

As an aside, the FR folks themselves may or may not share news of a point release (perhaps tweeting via their twitter account, if not a blog post, or perhaps in a direct email to customers). They do tend to do soft rollouts of updates, putting them out for a few days before spreading the news.

So how do I know of it? Well, I use a nifty (old-school) free service called followthatpage.com, which I have watching that page for any changed, so I know if/when they do update the release notes. :-) And I share the news here because I know that many of my readers are FusionReactor users, who are of a sort that might like to know this new in advance.

Pulling Adobe Docker CF images, via Dockerhub or Amazon ECR

Here's some good news for those interested in using the Adobe CF Docker images: it turns out you are NOT required to do the clunky "download/docker load" dance that had been announced in this Adobe blog post on Apr 30, the day before the announced closure date of the previous registry they used, Bintray.

This post is about finding and understanding the new, more standard alternatives.

[....Continue Reading....]

My upcoming talk, "ColdFusion at 25: not the kid most have stuck in their minds"

As you may have heard by now, the free Adobe CF Developer Week 2021 will be held June 22-24. My session will be on June 22 at 4p Central in Track 2. While currently the DevWeek site only offers session titles and speakers (descriptions were added after I posted this: click the + sign to the right of each talk), here is mine, from the "presentations" page here on my site:

ColdFusion at 25: not the kid most have stuck in their minds

As ColdFusion turns 26 next month, many seem stuck remembering it only as the "teen" they knew or even the "child", when instead it's grown up to be a capable "adult", impressive in many ways, and even more so recently. In this session, we'll look back at how CF has indeed evolved into a very capable platform, with quite modern features that seem to surprise many--including people working with it currently. If you struggle "finding CF people" or "getting buy-in", perhaps these observations could help you with both challenges. If nothing else, they're things designed simply to help you get your job done, while keeping up with modern practices.

We'll start with many modern coding techniques--which will be familiar to those using more "modern" languages but that many don't realize CF supports, and may have for years. We'll then look at ways that things such as CF installation/deployment, configuration/administration, monitoring, security, and more have improved over the years. And we'll look not only at CF itself but the community surrounding it, ranging from resources for help and learning to tools and services that others have created, making CF a far more complete ecosystem than most give it credit. Put another way: it's not your father's CF!

I look forward to presenting this topic and hope you'll come check it out.

I'll be speaking on the Online CFMeetup this week, on installing CF2021

Note: This blog post is from 2021. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.
I thought some readers may want to hear that I'll be speaking on the Online CFMeetup this week, specifically "Installing CF2021: choices, challenges, and solutions".

That may sound like a boring or simplistic topic to some. "Doesn't everyone already know how to install CF?" Trust me, they do not. :-) I help people do it every week, whether CF2021 or earlier versions. There are various tips I can and will share, and of course some about CF2021 in particular. But much will benefit you even if still using an older CF version.

For more on the talk, including a description (and my bio) see the meetup event page, which offers details like the URL for attending, the date and time (Thursday at 12p Eastern), and more.

I have just realized that I've been derelict in announcing here on my blog when I'm giving such talks. I did 3 meetup sessions last year, as well as a couple of AMA ("ask me anything") sessions with Dan Wilson, who has been helping me in running the group the past year, with my sincere thanks! :-)

New updates released for Java 8 and 11, April 20 2021

Note: This blog post is from 2021. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.
For those using the Long-term Support (LTS) versions of Oracle Java, 8 and 11, please note `there were new updates released last week (Apr 20), specifically Java 11.0.11 and 8.0_291. For some, that's all they need to hear. They will take that ball and run with it.

For most, you should read on, especially about an important change regarding TLS support (and calling out to servers not yet running TLS 1.2 or above). I cover that and other important topics:

  • What's in the JVM update, do you need to update to it?
  • A key change in this Java update: calls out to TLS 1.1 or 1.0 no longer allowed, by default
  • Re-enabling support for calling out to old TLS versions
  • Groundhog day: you'll need do make this java.security file change on any later JVM updates
  • Should you update to the new JVM version?
  • The importance of testing such updates/changes
  • More questions you may surely have, and finding answers to them
  • Obtaining the updated Java installers

[....Continue Reading....]

Confirming ColdFusion's Java version, via admin, vars, or code

Note: This blog post is from 2021. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.
Have you ever wished you could confirm with 100% certainty what Java version is in use by the CF instance you are running? Or where the JVM's location is (in case you are told to modify files related to it)?

Some good news is that ColdFusion offers simple ways/variables that can show you each of these, via the admin or via CFML code. In this post, I discuss both approaches, including a simple single variable which works in CF2018 and above, a variation for those on CF2016 and earlier, as well as variations for Lucee.

[....Continue Reading....]

As Rakshith moves on, ColdFusion Product Management past and future

Note: This blog post is from 2021. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.
Some of you may heard that late last week Adobe CF Product Manager Rakshith Naresh announced in various online communities that he was stepping down from the role and indeed moving on from Adobe. Here's his post on the Facebook CF Programmers group. As he noted there, he had "found an interesting opportunity outside of Adobe", and he added that "ColdFusion continues to be an important part [of] Adobe and nothing changes for the product with this. Adobe is actively looking to hire a replacement for my role."

Of course I wish Rakshith all the best. He guided the release of CF2021, which many think is one of the best new CF releases in that timeframe, and he will be missed. But time marches on, as does CF.

In this post, I reminisce first about who the past (surprisingly few) CF Product Managers were, and then I muse about what the next CF PM will face, and what all this means for CF going forward.

[....Continue Reading....]

Version numbers of libraries underlying ColdFusion 2021

Note: This blog post is from 2021. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.
Are you wondering what updates have been made (in terms of version numbers) to the libraries underlying CF2021? For instance, what's the version of ehcache? What about Java, Tomcat, Hibernate, Quartz, jQuery, and so on?

In this post, I offer a rundown of what seem the most significant libraries and their versions, as deployed in the first release of ColdFusion (2021 Release).

[Update: I have started updating this post to identify the versions as of update 4, released in May 2022. Rather than wait until I have found ALL the new values, I will just update the list below, clarifying when I have noted the updated value.]

This is something I have been doing in my "hidden gems" talks for the past several releases. I also explain here how I find these version numbers, which isn't always obvious, in case that may help anyone (and also because some libraries may change with future updates to CF2021). I also offer some commentary on why this matter of library versions is important to some, as well as some counterpoints to the demands some have that every library should always be the absolute latest version (and why that's just not practicable).

If you just want the version numbers without the "waffle", look for the bulleted list of them below. :-)

[....Continue Reading....]

Copyright ©2024 Charlie Arehart
Carehart Logo
BlogCFC was created by Raymond Camden. This blog is running version 5.005.
(Want to validate the html in this page?)

Managed Hosting Services provided by
Managed Dedicated Hosting