RFR: 8323706: Remove SimpleSelector and CompoundSelector classes [v7]

Kevin Rushforth kcr at openjdk.org
Tue Aug 13 14:42:59 UTC 2024


On Tue, 13 Aug 2024 14:18:39 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> ```
> The method createShader(String, InputStream, Map<String,Integer>, Map<String,Integer>, int, boolean, boolean) in the type ShaderFactory is not applicable for the arguments (InputStream, HashMap<String,Integer>, HashMap<String,Integer>, int, boolean, boolean)
> ```
> 
> I haven't worked on this repo for 3 weeks, what changed?

You need to do a clean build. This method was changed by [JDK-8336624](https://bugs.openjdk.org/browse/JDK-8336624) / PR #1530

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1333#issuecomment-2286427951


More information about the openjfx-dev mailing list