You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2023/10/17 14:34:27 UTC

[xalan-java] branch master updated (92781cb4 -> 93323200)

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

jkesselm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


    from 92781cb4 Merge pull request #66 from mukulga/xalan-j_master_mukul
     add d97e2dfa Snapshop xalan-j for maintenance and xdoc archive
     add 7054c519 Add files generated by the build to svn:ignore.
     add 9c091b0e Match compiler output to Ant build.
     add 1862f279 Better Eclipse project name for this branch as opposed to trunk.
     add 88f2606f Fix XML error in .classpath.
     add 12fc2512 Export lib/xml-apis.jar from Eclipse project.
     add 06132745 Commit patch to handle secure processing. Thank you Ryan Berg.
     add 18c6eda8 Adjustment to patch for secure processing for CVE-2014-0107 by Ryan Berg based on feedack from Emmanuel Bourg.
     add a11df0e3 Mark next version as 2.7.2.
     add 133ece01 
     add 95f1b43d Add to svn:ignore file generated by building docs.
     add ce15e3f8 Add to svn:ignore file generated by building docs.
     add 8766d1a3 Add to svn:ignore file generated by building docs.
     add e1bafae2 Add to svn:ignore file generated by building docs.
     add f80603ea https://issues.apache.org/jira/browse/XALANJ-2580 Upgrade to Xerces-J 2.11.0 and XML Commons External 1.4.01
     add b1aca171 Prepare 2.7.2 docs.
     add 17f68e8e Prepare 2.7.2 docs.
     add 89e84b82 Prepare 2.7.2 docs.
     add 47c1ce61 Update copyright.
     add 7ead2a8c Prepare 2.7.2 docs.
     add f5ebd231 Update copyright year.
     add dd8b70cd Delete XSLProcessorVersion.java file created with filters.
     add e7c0e679 https://issues.apache.org/jira/browse/XALANJ-2580 Upgrade to Xerces-J 2.11.0 and XML Commons External 1.4.01
     add 77a636d4 Prepare 2.7.2 docs.
     add 66674abd Fix typo.
     add 376e60c1 Format.
     add e7af396f Allow the build to work on other JDK versions than 1.3 because 1.3 crashes when doing a full build. Sets the compiler source and target to 1.3.
     add fd9678a8 Allow the build to work on other JDK versions than 1.3 because 1.3 crashes when doing a full build. Sets the compiler source and target to 1.3. In this commit, the xercesImpl and xml-apis jar files are moved to the new java/lib/endorsed folder from java/lib. This is in preparation to building with Java >= 1.4 where Xerces and XML-APIs MUST be on the endorsed path in order to be recognized.
     add 9f3d90d7 Allow the build to work on other JDK versions than 1.3 because 1.3 crashes when doing a full build. Sets the compiler source and target to 1.3. In this commit, the xercesImpl and xml-apis jar files are moved to the new java/lib/endorsed folder from java/lib. This is in preparation to building with Java >= 1.4 where Xerces and XML-APIs MUST be on the endorsed path in order to be recognized.
     add a4c73a8a Add Gary David Gregory (Code signing key) <gg...@apache.org>
     add 4b8659d1 Do not make the build rely on an external classpath.
     add d654370b Add svn:ignore entries for files generated by the build.
     add eb629b41 Do not make the build rely on an external classpath. Add jar from Apache OpenEJB.
     add ef701605 Do not make the build rely on an external classpath. Add jar from Apache OpenEJB.
     add b222e6ad Do not make the build rely on an external classpath. Add antic jar from sunlab.brazil.
     add 6ec1c6cf Add svn:ignore entries for files generated by the build.
     add 12a843f4 Fix typo reported here https://github.com/apache/xalan-j/pull/1.patch
     add f65b849e Remove useless parens.
     add 6517622f Javadoc: Use the active voice.
     add b0d45479 Deprecations will be replaced by {@link #isWhiteSpace(CharSequence)} in the next major release.
     add 9b947f98 [XALANJ-2601] Update build target from Java 1.3 to 5.
     add 39125fee [XALANJ-2346][PATCH] Fixes for faulty NaN handling.
     add b03ee965 [XALANJ-2600] Memory leak in TransformerIdentityImpl.
     add ffc844c6 minor improvements to project classpath, making it more portable
     add 315f5ab6 upgrading Xalan-J's development code, to Xerces-J 2.12.0 (the non XSD 1.1 version) which is latest version of Xerces-J
     add 0460a977 committing fix for XALANJ-2623
     add f113db2e minor code modification
     add 09c655ff a minor commit with cosmetic changes, to see if commit is possible to new Xalan GitBox repos, and the mailing list to which commit notification goes
     add 31326afd committing XPath implementation source files generated by tools, that are required to compile Xalan sources
     add bf4b3b4c committing .gitignore file
     add 6bd57370 minor correction to XalanJ docs
     add 2e6728ce committing fix for jira issue XALANJ-2584
     add f646285b minor grammatical improvements to comment text
     add c73188a1 committing fix for jira issue, XALANJ-2607. patch thanks to Matthias Urban. also raising java min version for XalanJ to 7.
     add bd0ea714 updating build target to Java 1.8, using the latest XercesJ released version 2.12.2
     add 9edbfb69 xalanj commit : update of version no within codebase, for next xalanj release
     add e4610ffb xalanj commit : when the generated xalan translet .class files are malformed, delete them from file system during the xslt transformation process. upgrading bcel dependency as well, to latest bcel version
     add 4ef275f0 xalanj commit : undoing the logic of previous commit, since it had unwanted codebase side effects
     add 2e60d0a9 committing fix for, integer truncation issues within xsltc
     add ab57211e improved error reporting for, xalanj integer truncation error bug fix
     add da3e0d06 xalanj commit : integer truncation fix, for xsltc
     add 940dee5f mentioning the release notes, for XalanJ 2.7.3
     add 8056fed5 committing the code signing key
     add ed6984a1 updating notice file, for xalanj release
     add 246d88af xalanj commit : doing improvements to xalanj docs for the 2.7.3 release
     add bb6d2ddd committing xalanj README file containing steps about, how to build a release for distribution, and how to test the release before recommending that to production.
     add ca190b61 xalanj commit : minor improvements to error handling, during xslt transformation, with xalanj interpretive processor
     add 48c77488 committing jira issue addition to the XalanJ 2.7.3 release notes
     add a9cecd58 xalanj commit : committing, codebase changes for xalanj 2.7.3 release, after including new version 6.6.0 of commons bcel
     add cee770e2 xalanj commit : deleting commons bcel codebase within xalanj repos for the 2.7.3 release, since we're including bcel jar instead
     add b6aefb04 xalanj commit : improving build file, to include lib/endorsed folder within the src distribution. This was one of the review comments, received for the 2.7.3 RC
     add 0860d150 xalanj commit : improving the, implementation of ant "smoketest" target, of the xalanj development build
     add 4c572fd0 xalanj commit : while running the ant fulldist target, running smoketest as part of this build process (that brings in additional sanity to the produced artifacts), and also including tests within *src.zip and *src.tar.gz files that're produced.
     add b18f4a46 adding build dependency smoketest.xsltc as well, to ant target fulldist
     add 6d21be6a allocating more memory to jvm within build.bat file
     add 18a941f8 updating XalanJ readme file
     add 2c176ef6 commiting files to, solve issues for xalan-test ant target extensions
     add 663918ab Fix NullPointerException in ElemExtensionCall#execute() when an extension jar is missing from the classpath
     add ef0ff3d2 Add clean as the first ant target when building
     add 2346685b Clarify build instructions
     add c1962ba9 Update attribution
     add b700ae13 minor improvements to few XalanJ project files. also committing, the BCEL 6.6.2-SNAPSHOT jar, where the implementation was fixed, to pass a test regression (thanks to Gary Gregory)
     add 16c173e3 minor changes to few of XalanJ project files
     add c16939d3 Bump to Apache Commons BCEL 6.7.0-SNAPSHOT
     add 5cbf2261 xalanj commit : adding software license information for, "Rhino: JavaScript implementation in Java" (used by, XalanJ non Java extensions)
     add be0ffe77 deleting file MozillaPublicLicense_v2.0.txt from XalanJ repos. this information is now mentioned within the file LICENSE.txt
     add eaabc91e committing Commons BCEL 6.7.0 RC1 jar to xalanj repos
     add 344a0a90 updating, xalanj notice file, for the 2.7.3 release
     add 9b08aaf5 committing a minor improvement, to xalanj notice file
     add af3aa501 committing minor improvements to, xalanj readme file
     add 0789a423 minor improvements to, xalanj documentation meta-data
     add 1592733d minor improvements, to XalanJ 2.7.3 release notes
     add 02fd0ffe minor improvements, to xalanj 2.7.3 release notes
     add a8f6cd97 minor improvements to, xalanj documentation meta-data
     add e6a9700d committing minor improvements to, xalanj documentation meta-data
     add a3e51cf1 committing minor improvements, to xalanj manifest files and the readme file
     add bf4529f0 improving xalanj build flow, when the build is done from the xalanj scr distribution (for e.g, from xalan-j_2_7_3-src.zip or xalan-j_2_7_3-src.tar.gz)
     add 5528a794 implementing xalanj build changes, where from the xalanj src distribution, users can build xalanj and also can run xalanj tests
     add 787749c3 minor improvements, to xalanj readme file for the 2.7.3 release
     add bb721c41 minor improvements to text, for one of xalanj 2.7.3 release build file
     add 72b69001 minor changes to, xalanj documentation meta-data
     add b07e6325 committing few minor, changes to xalanj documentation meta-data. modifying the copyright year on xalanj documentation footer to 2023, since we're already nearing last week of 2022. including the readme file, within xalanj source distribution as well. these changes, should likely be part of xalanj 2.7.3 release.
     add 46798a8e minor changes to, xalanj readme file
     add 9e288aa1 xalanj commit : changing the copyright year as suggested on latest review on xalan list
     add 054ab868 xalanj commit : adding few missing details within readme file
     add 2c6f486b xalanj commit : 1) minor changes to, readme files 2) few ant configuration corrections
     add 39c946a3 xalanj commit : minor improvements to readme file
     add f5a61079 xalanj commit : fixing build.bat file, for xalan-java repos to support builds with Java 1.8
     add 0c5e345c xalanj commit : building via build.bat, now uses xercesImpl.jar and xml-apis.jar from build.xml file and not via jvm java.endorsed.dirs system property
     add 7805688e xalanj commit : fixing java classpath issues, when building with command "build clean fulldist"
     add fdb71083 xalanj commit : committing XalanJ build steps improvements to related files, for the 2.7.3 release. This seems to be now complete, and the README file has been updated for the latest steps. Java 1.8 is supported as a build Java version. XalanJ 2.7.3 release year, has been updated to 2023 within related files.
     add 9e0b219a xalanj commit : modifying copyright year, to one of the documentation file
     add 85e30191 xalanj commit : minor modifications to readme file
     add acfce446 xalanj commit : minor modifications to readme file
     add 60e65ed4 xalanj commit : minor correction to build.bat file, as suggested during review
     add 91277583 xalanj commit : minor changes to xalanj readme file
     add f2cc86d8 xalanj commit : committing improvements for, XalanJ tests configuration for src distribution. Committing changes to XalanJ readme file, and documentation meta-data file as well.
     add 617b058e disabling ant task <javac>'s compilation warnings during build. this reduces verbosity of xalanj ant builds.
     add e11014ba improvements to, xalanj build configuration. we now require, ant tests target "api" to be run separately as part of xalanj tests steps. updating xalanj readme file as well, to reflect new changes to build.
     add 3fbc500b few fixes to, xalanj tests build file
     add f2248622 committing improvements to, xalanj build configuration. updating the, readme file as well, reflecting the updated xalanj build and tests configuration.
     add 0f7ad033 making build file changes, for using newer version of jtidy
     add 21a8a8d9 modifying little bit xalanj readme file
     add 8add3b0b improving xalanj tests build configuration. updating readme file as well.
     add 8ff67cff making minor changes to, xalanj documentation meta-data
     add a018e0d2 adding build.sh file, provided by Joseph Kesselman. making the previous build.sh file as deprecated.
     add f477aba6 updating xalanj readme file, for the xalanj 2.7.3 release
     add 3a870b08 updating xalanj readme file meta-data
     add edbfb09d minor changes to xalanj release notes text
     add 1d52b406 improving xalanj readme file
     add 13d27a39 modifying xalanj readme file
     add 4010755c adding file xercesSamples.jar to xalanj build
     add 2bb29cae minor changes to xalanj readme file
     add 6d6528a4 modifying xalanj readme file
     add 5940a089 minor changes to xalanj readme file
     add ab1ef705 minor improvements to xalanj build.sh script
     add f9380efc few fixes to, xalanj build configuration
     add 027a0553 minor changes to, xalanj readme file
     add a0a1d6bb doing minor changes, to xalanj readme file
     add 8762a120 minor changes to, xalanj readme file
     add 49873086 minor changes to, xalanj readme file
     add 28169adb minor changes to, xalanj build configuration
     add 25b9c336 minor corrections to, linux build.sh file
     add f51fdd9e resetting state of the branch, appropriate for git clone. deleting certain java files, that are generated by the tools during build.
     add 93323200 XALANJ-2671: Merge current master into xalan-j_2_7_1_maint

No new revisions were added by this update.

Summary of changes:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org