bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

Update Ratpack classes to ratpack.service.Service #242

Closed johnrengelman closed 5 years ago

johnrengelman commented 5 years ago

https://github.com/bertramdev/asset-pipeline/blob/master/ratpack-asset-pipeline/src/main/java/asset/pipeline/ratpack/AssetPipelineService.java uses a deprecated class. This should be replaced with the corresponding classes in ratpack.service

davydotcom commented 5 years ago

Thanks will check it out

Sent from my iPhone

On Jun 30, 2019, at 7:28 PM, John Engelman notifications@github.com wrote:

https://github.com/bertramdev/asset-pipeline/blob/master/ratpack-asset-pipeline/src/main/java/asset/pipeline/ratpack/AssetPipelineService.java uses a deprecated class. This should be replace with the corresponding classes in ratpack.service

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

johnrengelman commented 5 years ago

Fixes here: https://github.com/bertramdev/asset-pipeline/pull/243