Andrew Pielage

Results 21 issues of Andrew Pielage

Given the following setup, a ClassCastException ends up being thrown when running the following (admittedly inefficient) named query. ![image](https://user-images.githubusercontent.com/7734850/134330186-3073df94-576c-43de-8b4b-d2405c7461c1.png) ``` @NamedQuery( name = "getPlannedWorksDuringTimePeriod_fail", query = "SELECT w from Work...

The Javadoc states that this method should return the `path of the servlet being called, as specified in the request URL`. GlassFish & WildFly give differing behaviour on this [line](https://github.com/javaee-samples/javaee7-samples/blob/master/jaspic/dispatching-jsf-cdi/src/main/java/org/javaee7/jaspic/dispatching/servlet/ForwardedServlet.java#L37)...

Question

Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.4.0 to 3.6.4. Release notes Sourced from io.projectreactor:reactor-core's releases. v3.6.4 Reactor Core 3.6.4 is part of 2023.0.4 Release Train. What's Changed :sparkles: New features and improvements Throw...

Bumps [net.minidev:json-smart](https://github.com/netplex/json-smart-v2) from 2.4.11 to 2.5.1. Release notes Sourced from net.minidev:json-smart's releases. V 2.5.1 What's Changed Bump junit.version from 5.9.3 to 5.10.0 in /json-smart by @​dependabot in netplex/json-smart-v2#158 Bump junit.version...

Bumps [org.reactivestreams:reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4. Changelog Sourced from org.reactivestreams:reactive-streams's changelog. Version 1.0.4 released on 2022-05-20 Announcement: We—the Reactive Streams community—are pleased to announce the immediate availability of Reactive Streams...

## Description Adds the snapshot and staging repos to the pom. Staging is hidden behind a profile because we shouldn't be relying on it - only added for convenience. ##...

## Description Removes the unused plugin declaration. ## Important Info ### Blockers None ## Testing ### New tests None ### Testing Performed Built the server - everything was bon. ###...

## Description Switches us from using maven exec to spin up a maven command inside our own maven command to more simply binding to a lifecycle phase. Also updates us...

## Description Fixes a couple of warnings about missing plugin versions. ## Important Info ### Blockers N/A ## Testing ### New tests None ### Testing Performed Built the server -...