You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:24:47 UTC

[sling-org-apache-sling-extensions-classloader-leak-detector] 08/15: fix license and some minor glitches

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-classloader-leak-detector.git

commit 5d788f5227c07f73a139be6a05ab5a7ce99ddb99
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jun 18 10:30:21 2014 +0000

    fix license and some minor glitches
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1603399 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md | 16 ++++++++--------
 pom.xml   | 43 +++++++++++++++++++++----------------------
 2 files changed, 29 insertions(+), 30 deletions(-)

diff --git a/README.md b/README.md
index 3de6411..4b83aa7 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-Sling Classloader Leak Detector
-===============================
+Apache Sling Classloader Leak Detector
+======================================
 
 This bundle provides support for tracing classloader leaks which occur due to
-improper cleanup in bundles. Refer to [SLING-3359][1] for background details
+improper cleanup in bundles. Refer to [SLING-3359][1] for background details.
 
 The bundle registers a Felix Configuration Printer which dumps out a list of
-suspected classloaders which are not getting garbage collected. it can be accessed
-at http://localhost:8080/system/console/status-leakdetector
+suspected classloaders which are not getting garbage collected.
+It can be accessed at http://localhost:8080/system/console/status-leakdetector
 
     Possible classloader leak detected
     Number of suspicious bundles - 1
@@ -19,9 +19,9 @@ at http://localhost:8080/system/console/status-leakdetector
 ### JVM Arguments
 
  By default on Oracle JDK the classloaders and related classes from Permgen are
- not garbage collected by default. This bundle relies on Classloaders getting
- gced for it work. So to enable that pass on following arguments
+ not garbage collected by default. This bundle relies on classloaders getting
+ garbage collected for it work. So to enable that pass on following arguments
 
      -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
 
-[1]: https://issues.apache.org/jira/browse/SLING-3359
\ No newline at end of file
+[1]: https://issues.apache.org/jira/browse/SLING-3359
diff --git a/pom.xml b/pom.xml
index c02c5a2..4243574 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,38 +1,37 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-/*************************************************************************
- *
- * ADOBE CONFIDENTIAL
- * __________________
- *
- *  Copyright 2012 Adobe Systems Incorporated
- *  All Rights Reserved.
- *
- * NOTICE:  All information contained herein is, and remains
- * the property of Adobe Systems Incorporated and its suppliers,
- * if any.  The intellectual and technical concepts contained
- * herein are proprietary to Adobe Systems Incorporated and its
- * suppliers and are protected by trade secret or copyright law.
- * Dissemination of this information or reproduction of this material
- * is strictly forbidden unless prior written permission is obtained
- * from Adobe Systems Incorporated.
- **************************************************************************/
+    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.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-  <modelVersion>4.0.0</modelVersion>
+<modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>18</version>
+    <version>19</version>
   </parent>
 
   <artifactId>org.apache.sling.extensions.classloader-leak-detector</artifactId>
   <packaging>bundle</packaging>
   <version>1.0.1-SNAPSHOT</version>
 
-  <name>Adobe Sling ClassLoader Leak Detector</name>
+  <name>Apache Sling ClassLoader Leak Detector</name>
   <description>
     Provides a web console configuration printer to provide details around classloader leaks
   </description>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.