Nexus 1.3.1 Plugin API change

View: New views
1 Messages — Rating Filter:   Alert me  

Nexus 1.3.1 Plugin API change

by Max Powers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is just a heads up for any plugin devs out there.  In process of fixing the caching/aggregation/minimizing of the javascript/css files, we changed the constructor of the DefaultStaticResource object (which is used to attach any static files to the application in your NexusResourceBundle implementation) to require a contentType (i.e. text/css, image/gif, etc.).
 
So you will need to update this so your plugin will work properly with 1.3.1 and newer versions of nexus (only applies if you attach static resources such as javascript, css, images, etc.).
 
Thanks
 
Max