stevedlawrence commented on a change in pull request #651: URL: https://github.com/apache/daffodil/pull/651#discussion_r727072132
########## File path: daffodil-runtime1-layers/src/main/resources/META-INF/services/org.apache.daffodil.layers.LayerCompiler ########## @@ -0,0 +1,23 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# These are the layers that are built-in to Daffodil's runtime1. +# +org.apache.daffodil.layers.Base64MIMELayerCompiler +org.apache.daffodil.layers.FourByteSwapLayerCompiler +org.apache.daffodil.layers.GZIPLayerCompiler +org.apache.daffodil.layers.LineFoldedIMFLayerCompiler +org.apache.daffodil.layers.LineFoldedICalendarLayerCompiler Review comment: Looks like that plugin has only been published for sbt 0.13 (Scala 2.10). And it hasn't been updated in 6 years. I think the project is dead. Fortunately, we don't have too many of these SPI's, and I don't expect we'll add too many more. I imagine most will live in the same repo as the associated schema since many will be schema/format specific and don't really belong in Daffodil. So manually maintaining these files shouldn't be too bad. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
