Updated shadow and light documentation?

I’m trying to find some recent guides on shadows. The ones in the wiki say they are deprecated. Are there any up to date one out there ?

this is up to date. Only the pssmShadowRenderer is deprecated, the rest of this documentatino is valid.
https://jmonkeyengine.github.io/wiki/jme3/advanced/light_and_shadow.html

Okay , FYI it says the basic shadow render is deprecated in the wiki and the java doc (JME3.1) . This is definitely wrong then ?

ha this one!!
Well yeah, not sure it’s technically true in the code. But you don’t want to use it no.
The official ones are the renderer and the filter for each light type.

Okay , I was double checking before I started using it. I found the post processor shadow filter worked wonderfully.