JoyOfCoding
JoyOfCoding copied to clipboard
Source code for The Joy of Coding course at Portland State University taught by David Whitlock
Instead of "-2.0/6.0" the grade summary report should state something like "Missing Grade" so that students aren't confused.
When demonstrating the out-of-the-box dictionary application for the REST API project, it would be valuable if the servlet output some information when its doGet() and doPost() methods are invoked. This...
We're still requiring Java 11 language syntax: https://github.com/JoyOfCodingPDX/JoyOfCoding/blob/main/pom.xml#L57 Let's use a newer language level
Bumps [net.sourceforge.pmd:pmd-core](https://github.com/pmd/pmd) from 7.7.0 to 7.10.0. Release notes Sourced from net.sourceforge.pmd:pmd-core's releases. PMD 7.10.0 (31-January-2025) 31-January-2025 - 7.10.0 The PMD team is pleased to announce PMD 7.10.0. This is a...
Something about [version 3.3.1](https://github.com/apache/maven-archetype/releases) of the `maven-archetype-plugin` causes the archetype project integration tests to fail because the `grader` profile/property appear to be ignored. (That is, the `-Pgrader` text-based Javadoc doesn't...
Something changed between greenmail 2.0.1 and 2.1.1 related to how the SMTP/IMAPS certificates are handled. Per https://github.com/greenmail-mail-test/greenmail/issues/163, I changed how the Greenmail server and the IMAPS client connection were created....