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 10:05:43 UTC

[sling-org-apache-sling-scripting-jsp] annotated tag org.apache.sling.scripting.jsp-2.0.10 created (now df48415)

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

rombert pushed a change to annotated tag org.apache.sling.scripting.jsp-2.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp.git.


      at df48415  (tag)
 tagging ddc7907820fb9b3e6d06fea75531978c6af9726e (commit)
      by Carsten Ziegeler
      on Tue Oct 19 08:28:19 2010 +0000

- Log -----------------------------------------------------------------
org.apache.sling.scripting.jsp-2.0.10
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 1b07f43  Import initial Sling source
     new f5ddb97  Ignore Eclipse and build artifacts
     new 4254bcf  Fix scm settings
     new f048a6d  Correct method references and headers.
     new fd34ac8  Refactor core classes part three - update other bundles.
     new 72b82f5  Ignore Eclipse .settings
     new df7ab40  Fix license headers.
     new 509785a  Fix license headers.
     new ace34f5  Fix license headers.
     new 4a71245  SLING-18 scr plugin isn't enabled in jackrabbit-classloader, scripting-core and scripting-jsp
     new fb389d9  SLING-20 jsp scripting depends on servlet api 2.4 but the 2.3 version is declared in the parent pom
     new f2435a6  SLING-19 stackoverflow trying to run jsp scripting
     new 91ce97d  Remove sling module versions from parent pom to make release management easier. Add some more versions of dependencies to parent pom.
     new 648ecf5  SLING-35 Allow relative path names in scripted component descriptions
     new 9d8f174  SLING-37 Better default handling for script selection
     new 2fb4590  SLING-83 Move modules according to the new module structure
     new 7f69390  SLING-83: Fix relative paths to parent poms.
     new dbea629  SLING-98 Adapt jsp taglib to new api.
     new 79dc534  SLING-83: Correct artifactId and svn url.
     new 57887a9  SLING-83 Package reorganization and SLING-98 API adoption and SLING-23 use correct namespace for taglib.
     new 4660d83  Depend on slf4j api (not simple)
     new e98f145  SLING-98 Migrate JSP scripting support   + plus include Jasper Compiler and EL implementation
     new 3fc7565  SLING-111 Remove Jasper source from the Sling SVN repository
     new b0c804e  Need a global DynamicImport-Package to be able to resolve whatever classes any JSP needs.
     new 2e5a8c6  SLING-109 Adapt to new Resource and provider interfaces   + export org.apache and org.apache.jasper.runtime, which are used     by JSP located in bundles
     new 2ba2cd9  SLING-116 Reintroduce compilation to repository    - Bring back the RepositoryIOProvider, slightly modified       - Make use of ResourceResolver to read resources using           request user session       - Always write to the rpository using administrative           session    - Add patched Jasper 6.0.14, using the same path as reported           for Tomcat bug 43979 but refactored below the           org.apache.sling.scripting.jsp package
     new 2d36112  SLING-109 Support Resource adapter
     new b10cf89  Rename RepositoryIOProvider to SlingIOProvider - it is Sling, that makes this special.
     new ffa23fe  There is no resource manager in the api anymore. The resource resolver can be get directly from the request, so no need for additional taglib support.
     new c503aad  Readding resource manager to taglib.
     new 0d2280d  SLING-110 Convert JSP support to Java Scripting API
     new 5877978  SLING-134 Use ResourceResolver instead of ResourceManager, which has   been removed.
     new 8680aa5  Ignore Error and RuntimeException and have it go up the stack
     new 9bb5878  Use getRootCause because ServletException might be properly setup for Exception chaining
     new 3f32ada  Remove unused occurances of the sling plugin (it's not configured anyway)
     new fce7e68  issue SLING-146: Replace Resource.getURI() by Resource.getPath() https://issues.apache.org/jira/browse/SLING-146
     new 7fe261b  SLING-158 Test result from getResourceInternal to prevent NPE
     new 3ab0636  Update to commons-io 1.4 - no need for wrapper bundle anymore (RTC not needed)
     new 75276c3  SLING-186 Fix exception handling
     new 0160418  SLING-197 Merge resource integration concept into trunk
     new 61e4360  Use OSGi core and cmpendium jars from Felix project.
     new c30ba73  SLING-204 - add svn ignore patterns for intellij
     new 2909e86  SLING-236 Implement the getters and setters and adapt all known uses of the constants
     new 11b507f  Remove JspApplicationContextImpl from the servlet context when the JspScriptEngineFactory is deactivated. Otherwise a ClassCastException may be caused after this factory is recreated because the class loader of the JspApplicationContextImpl class object is different from the one stored in the servlet context
     new 36440c1  IN PROGRESS - issue SLING-279: ServiceLocator clean up https://issues.apache.org/jira/browse/SLING-279 Remove ServiceLocator interface and from request.
     new dbcf548  SLING-317 - rename /classes to /var/classes
     new 4679926  Move licence and notice to top level dir.
     new 76b33db  Add incubator disclaimer.
     new 216f421  Write first element in pom in one line (to avoid problems with the maven release plugin) and minor pom fixes.
     new 5cb9266  Update notice files.
     new 0be43c1  Exclude maven-eclipse.xml generated by the maven eclipse plugin.
     new ababb70  Restore old attribute value after execution.
     new a3e8e3a  Remove unused method (which has an endless recursion)
     new 4da3bc5  SLING-247: Clean up providing script variables, add log.
     new fe97220  SLING-247: Make SlingBindings available as request attribute, remove support for mapped objects from taglib.
     new e55e1a7  SLING-479 Fix @scr.tags:   - normalize metadata attribute settings to "no"   - ensure proper metadata and ds attributes are set   - create metatype.properties files where required   - fix metatype.properties files
     new 213c448  Change @scr.component ds attribute to scr - not sure what this means but JSP engine doesn't work for me with ds
     new 9b61019  SLING-479 remove confusing scr="no" attribute; this cannot mean ds="no" as the JspScriptEngineFactory is a Declarative Services component which requires a descriptor.
     new e72b8eb  SLING-483: Add excludes for javadocs (WiP)
     new 2b9b943  SLING-495 - NOTICE files generated using mknotice script
     new d70ac98  SLING-495 - NOTICE files updated according to changes in revision 662927
     new b040d3e  SLING-495 - NOTICE files regenerated with revision 663097 changes
     new 2af486f  Use released version of parent pom.
     new 09f4e0b  Add missing licence header
     new d660436  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-2.0.0-incubator
     new 40be35a  [maven-release-plugin] prepare for next development iteration
     new 511b2ee  Set version to next development version.
     new d2004fd  Fix reference to parent pom.
     new dfcd73f  SLING-521: Restore more notice files.
     new c8b949d  SLING-521: Separate between notice files for bin and src dists.
     new ced4149  SLING-521: Separate between notice files for bin and src dists.
     new 738eb23  Change copyright year to 2008.
     new 2baddda  Update to released versions.
     new d6bae92  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-2.0.2-incubator
     new 0f96cc8  [maven-release-plugin] prepare for next development iteration
     new f22c4b2  Use latest snapshots again to make project buildable.
     new 7f5d72e  Use released versions.
     new 3a46e2e  Use released parent pom where possible.
     new e663b59  SLING-555 : Update all poms to use the latest parent pom; update parent pom to include the incubator repo for plugins and use latest plugins.
     new 430dc7d  SLING-571 ; Apply patch from Alexander Klimetschek
     new 6349957  SLING-571 ; Apply another patch from Alexander Klimetschek
     new 2a8cc21  Fix compile problems with JDK 6 - apply patch from Rory Douglas.
     new e580a02  SLING-622 : Correctly bind/unbind repository classloader provider.
     new df7d421  SLING-674 Replace Tomcat juli by own own implementation to have Jasper log to SLF4J
     new 954eb9e  SLING-675 Prevent pooling of PageContext objects (see issue for more information)
     new 2021d9e  SLING-675 The system property should be removed if it was not set
     new ff5ce34  Add missing description for property.
     new bc1fd18  SLING-530 log NullPointerExceptions which might occurr on shutdown when running in an external servlet container using the Equinox bridge at debug only
     new 2159a8b  Sling-720 Try to assign a well-known MIME type derived from the filename extension
     new c509bae  SLING-743 Set/Reset Thread context class loader for the evaluation (compile, execute) of JSP scripts
     new 9f31096  SLING-808 : Increase version to 5-incubator-SNAPSHOT
     new 8941a45  Update notice files to include 2009 in copyright statement.
     new 658339e  SLING-811 Reduce DependencyManagement in the parent pom and add explicit versions to the modules
     new 9fd2f35  SLING-828 register the JSPScriptEngineFactory for jsp, jspx and jspf
     new c15b3ac  SLING-829 Cosmetics to the bundle/project names
     new 86db21f  SLING-829 Ensure Apache Sling prefix on all configuration names
     new f94c429  SLING-865 : Move to bundles
     new c2c89ce  SLING-865 : Adjust reactor pom and svn information in each module.
     new fb8be4c  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new 6270365  SLING-571 : Apply patch from Alexander Klimetschek.
     new 7fe42e6  SLING-941: Lots of svn:eol-style settings missing
     new b883010  SLING-941: Lots of svn:eol-style settings missing
     new 2ed1aef  Use release parent pom
     new d8ae344  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-2.0.4-incubator
     new 4b979cd  [maven-release-plugin] prepare for next development iteration
     new 61bfd93  Use next dev version of parent pom
     new 7b0656a  Fix license header
     new 7a9a131  Prepare new release.
     new 2014d4b  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-2.0.6-incubator
     new 40abb87  [maven-release-plugin] prepare for next development iteration
     new 5f5ce0e  Use next parent pom for development.
     new fff524b  Set parent pom to released version.
     new 4e22c24  Fix SCM path
     new 1a38a99  Move Sling to new TLP location
     new b997ceb  SLING-1011 : Remove disclaimer file.
     new 8d76730  SLING-1011 : Adjust svn location
     new eef3b2c  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 1cf6a2f  SLING-1027 : Turn off development mode by default.
     new f15681c  SLING-1030 : Send events when a new script engine factory is added or an old one is removed.
     new 3f390e4  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 73b6336  Reset version to SNAPSHOT
     new 63cfa40  SLING-1029 : Enable development mode again, remove unused reload property, change property order and clarify properties a little bit.
     new 8df9858  SLING-1029 : Enable development mode again, remove unused reload property, change property order and clarify properties a little bit.
     new f8cf5aa  SLING-1049 : Use new commons dynamic class loader instead of using dynamic import package *.
     new 446ac93  SLING-1049 : Clean up code.
     new 0103907  Experimental class loader writer for scripting engines.
     new 2c3149b  Store script resource resolver in script context, return script resource with request resource resolver.
     new 1761818  Correct dependency
     new 86d6b8d  SLING-1021 - Use the global scope for the script resource resolver to avoid having this in the bindings for the script.
     new e82f46e  SLING-1021 : Use own sling scope to store private attributes.
     new 682aa1c  Correct svn urls.
     new 7da0a20  Reflect change in default mode.
     new b775324  Use latest Sling API release.
     new 681bfd0  Fix wrong org.apache.sling.commons.classloader version number
     new da401de  Update to latest Sling releases.
     new 64410a2  Update to latest release.
     new bdc5420  Update to latest parent pom.
     new 18d3f03  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-2.0.8
     new a0569dd  [maven-release-plugin] prepare for next development iteration
     new f4d90bb  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new 2715431  Clean up pom.
     new fdfee0d  SLING-1284 :  MemoryLeak: ThreadLocal variable is never cleared
     new 4163798  SLING-1284 : MemoryLeak: ThreadLocal variable is never cleared
     new 92986b9  SLING-1284 : MemoryLeak: ThreadLocal variable is never cleared
     new 9dc7789  SLING-1284 : MemoryLeak: ThreadLocal variable is never cleared - remove unused per thread tag handler pool to clearly state that this is never used.
     new c0f2b31  SLING-1319 - adding script names for JSP
     new 6306101  Code cleanup
     new 218dc32  SLING-1038 : Recompile jsps on modifications and avoid periodic check
     new 7adb3f7  Remove debug log output
     new 691f33d  SLING-1435 :  After a NoClassDefError classes are still not found even if they have been installed in the meantime with Java 6
     new c412c37  SLING-1435 :  After a NoClassDefError classes are still not found even if they have been installed in the meantime with Java 6 - remove workaround
     new a95cdfa  SLING-1038 : Recompile jsps on modifications and avoid periodic check - fix error handling and sync problems.
     new fdfb466  Correct exception handling after recent changes.
     new b51e081  SLING-1469 : Fix displaySourceFragments and let the option default to false
     new 2320f03  git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp@931205 13f79535-47bb-0310-9956-ffa450edef68
     new 50e08c6  SLING-1517 - fixing Maven 3 warnings and switching to released version of animal sniffer
     new 95da742  Use released parent pom.
     new 60ea312  SLING-1631 : Classloading problems when taglibs are used.
     new ac68bbb  SLING-1638 : Reload jsp if used classloader is invalid
     new 1607fa4  Move removing servlet context attributes to when the servlet context is unbound and add the AnnotationProcessor class
     new 2c33f86  SLING-1631 : Classloading problems when taglibs are used
     new f1a36d6  Use current snapshots after release.
     new d15515c  Use released versions of classloaders
     new 7b91d71  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 18fe8a4  Prepare for release - going back to parent pom 9
     new 0dfe9a1  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-2.0.10
     new ddc7907  [maven-scm] copy for tag org.apache.sling.scripting.jsp-2.0.10

The 167 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>'].