File tree 6 files changed +65
-5
lines changed
addons/implied-repos/ftests/src/main/java/org/commonjava/indy/implrepo/skim
boot/jaxrs/src/main/java/org/commonjava/indy/boot/jaxrs
ftests/core/src/main/java/org/commonjava/indy/jaxrs
subsys/metrics/prometheus/src/main/java/org/commonjava/indy/metrics/prometheus
6 files changed +65
-5
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2011-2019 Red Hat, Inc. (https://github.com/Commonjava/indy)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
package org .commonjava .indy .implrepo .skim ;
2
17
3
18
import org .apache .commons .io .IOUtils ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (C) 2011-2019 Red Hat, Inc. (https://github.com/Commonjava/indy)
3
- * <p>
3
+ *
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
- * <p>
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- * <p>
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2011-2019 Red Hat, Inc. (https://github.com/Commonjava/indy)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
package org .commonjava .indy .jaxrs ;
2
17
3
18
Original file line number Diff line number Diff line change 80
80
81
81
<!-- commonjava/redhat projects -->
82
82
<atlasVersion >1.1.0</atlasVersion >
83
- <galleyVersion >0.17.3-SNAPSHOT </galleyVersion >
83
+ <galleyVersion >1.0 </galleyVersion >
84
84
<bomVersion >25</bomVersion >
85
85
<webdavVersion >3.2.1</webdavVersion >
86
86
<partylineVersion >1.16</partylineVersion >
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2011-2019 Red Hat, Inc. (https://github.com/Commonjava/indy)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
package org .commonjava .indy .metrics .prometheus ;
2
17
3
18
import io .prometheus .client .Collector ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2011-2019 Red Hat, Inc. (https://github.com/Commonjava/indy)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
1
16
package org .commonjava .indy .metrics .prometheus ;
2
17
3
18
import com .codahale .metrics .MetricRegistry ;
You can’t perform that action at this time.
0 commit comments