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/11/07 09:21:02 UTC

[sling-org-apache-sling-commons-compiler] annotated tag org.apache.sling.commons.compiler-2.0.6 created (now 5ed4daf)

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

rombert pushed a change to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git.


      at 5ed4daf  (tag)
 tagging 3dfbbf24ff5f9de68077ee912ab7ffb3e656329f (commit)
      by Carsten Ziegeler
      on Mon Jun 25 13:45:42 2012 +0000

- Log -----------------------------------------------------------------
org.apache.sling.commons.compiler-2.0.6
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new f497e80  SLING-873 : Add new commons compiler bundle. Applied patch from Stefan Guggisberg.
     new 71a6b19  Ignore the target directory.
     new 715e761  SLING-874 - Use correct header.
     new 640e371  Add missing private package and correct javadoc generation.
     new 8d54570  SLING-884 : Apply patch from Stefan Guggisberg for pom fixing and code cleanup.
     new c9002db  Use release parent pom
     new 06372a8  Use new dev parent pom for contrib.
     new c59c885  Set parent pom to released version.
     new a999f86  Ignore hidden files (Eclipse .project, etc.)
     new 2006f88  Move Sling to new TLP location
     new 4f017a9  SLING-1011 : Remove disclaimer file.
     new dfde97a  SLING-1011 : Adjust svn location
     new f08f2f4  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 348cc49  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new f5c7f26  Remove empty code and prints to system out.
     new 9176bc6  Update to latest release.
     new c80f3f0  [maven-release-plugin] prepare release org.apache.sling.commons.compiler-1.0.0
     new 9a15676  [maven-release-plugin] prepare for next development iteration
     new 26c5d31  Export version 1.0.0 of the API
     new b228898  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 21155d0  SLING-1436 Upgrade Eclipse compiler to latest version 3.3.0-v_771
     new 64fdb9e  SLING-1451 : Clean up compiler API and use classloading infrastructure
     new b50cd86  SLING-1451 : Clean up compiler API and use classloading infrastructure
     new d8d0a63  SLING-1451 : Clean up compiler API and use classloading infrastructure
     new fedaf7f  SLING-1459 :  Make references to class loader manager and class loader writer dynamic
     new 028f3d4  Use released parent pom.
     new 2040e0d  Add serial version
     new 6238b6a  SLING-1809 : Eclipse compiler used in commons.compiler causes "Illegal type in constant pool" with
     new 2c73dc8  Remove obsolete notice/licence files.
     new 759f50c  [maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.0.0
     new 349761b  [maven-release-plugin] prepare for next development iteration
     new 279e777  SLING-1930 : Compilation message contains only class name without package information
     new e982a99  [maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.0.2
     new c7c0b61  [maven-release-plugin] prepare for next development iteration
     new a889fa1  SLING-2150 : Update plugins to use the latest available versions
     new 519a563  Update to recent snapshot
     new fdde6b9  Using latest released parent pom
     new 2e97b65  SLING-2447 : ClassLoaderWriter should provide class loader for loading written classes/resources
     new ed60b9b  Use latest parent pom in all projects
     new f397b5b  Update to latest released version
     new 9fea027  [maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.0.4
     new c04277a  [maven-release-plugin] prepare for next development iteration
     new ff4083b  Prepare after release
     new 9daf5a2  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 5b5bac1  Use released version of commons classloader
     new 78a535d  SLING-2509 - changing file name in compiler to be slash delimited instead of period delimited to generate correct debug information (thanks to Stefan Guggisberg for the patch)
     new 84ef18a  Prepare releases
     new 902d2d9  [maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.0.6
     new 3dfbbf2  [maven-release-plugin]  copy for tag org.apache.sling.commons.compiler-2.0.6

The 49 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[sling-org-apache-sling-commons-compiler] 05/08: SLING-2509 - changing file name in compiler to be slash delimited instead of period delimited to generate correct debug information (thanks to Stefan Guggisberg for the patch)

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 78a535d6cc17b38821d8c33ec8f0b0cf5a77df2e
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Fri Jun 22 12:48:31 2012 +0000

    SLING-2509 - changing file name in compiler to be slash delimited instead of period delimited to generate correct debug information (thanks to Stefan Guggisberg for the patch)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1352867 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
index 2d7b6d9..0f4e49f 100644
--- a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
+++ b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
@@ -453,7 +453,7 @@ public class EclipseJavaCompiler implements JavaCompiler {
          * @see org.eclipse.jdt.internal.compiler.env.IDependent#getFileName()
          */
         public char[] getFileName() {
-            return (this.packageName + '.' + this.mainTypeName + ".java").toCharArray();
+            return (this.packageName.replace('.', '/') + '/' + this.mainTypeName + ".java").toCharArray();
         }
     }
 }

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

[sling-org-apache-sling-commons-compiler] 03/08: SLING-2480 : Add config for maven-sling-plugin to m2e configuration

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 9daf5a26e3d4e4c1afb7077279c26fc27766caee
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed May 16 07:39:13 2012 +0000

    SLING-2480 : Add config for maven-sling-plugin to m2e configuration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1339038 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 32edc75..38e74d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>12</version>
+        <version>13-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

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

[sling-org-apache-sling-commons-compiler] 02/08: Prepare after release

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit ff4083b8dfffeeff8ad6e3c633b0f6f771f2bfb8
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon May 14 09:37:53 2012 +0000

    Prepare after release
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1338122 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 296b4cd..32edc75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.3.0</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

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

[sling-org-apache-sling-commons-compiler] 01/08: [maven-release-plugin] prepare for next development iteration

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit c04277ae004a094e9f40b8c8e44b790e871b51df
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon May 14 09:18:28 2012 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1338105 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91ea6b5..296b4cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.compiler</artifactId>
-    <version>2.0.4</version>
+    <version>2.0.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Commons Java Compiler</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.0.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.0.4</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.commons.compiler-2.0.4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler</url>
     </scm>
 
     <build>

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

[sling-org-apache-sling-commons-compiler] 08/08: [maven-release-plugin] copy for tag org.apache.sling.commons.compiler-2.0.6

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 3dfbbf24ff5f9de68077ee912ab7ffb3e656329f
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jun 25 13:45:42 2012 +0000

    [maven-release-plugin]  copy for tag org.apache.sling.commons.compiler-2.0.6
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.0.6@1353538 13f79535-47bb-0310-9956-ffa450edef68

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

[sling-org-apache-sling-commons-compiler] 07/08: [maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.0.6

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 902d2d957456ac5b79b0c6cc477f61bed502a943
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jun 25 13:45:31 2012 +0000

    [maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.0.6
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1353537 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 296b4cd..aeb21ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.compiler</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Commons Java Compiler</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.0.6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.0.6</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.commons.compiler-2.0.6</url>
     </scm>
 
     <build>

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

[sling-org-apache-sling-commons-compiler] 04/08: Use released version of commons classloader

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 5b5bac10aed84d739d7626da8d1bca162e5533c1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jun 4 07:56:30 2012 +0000

    Use released version of commons classloader
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1345856 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 38e74d3..6053b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.3.1-SNAPSHOT</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

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

[sling-org-apache-sling-commons-compiler] 06/08: Prepare releases

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 84ef18a6ab7716adb5326624e4961b2fdfeb98ca
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jun 25 13:37:40 2012 +0000

    Prepare releases
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1353529 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6053b9d..296b4cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>13-SNAPSHOT</version>
+        <version>12</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

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