3rdParty_sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3319: customize build versions with '-lams' suffix.

LDEV-3319: add 'target' directory to .cvsignore

    • -0
    • +1
    ./tacitknowledge/autopatch/.cvsignore
    • -0
    • +1
    ./tacitknowledge/discovery/.cvsignore
LDEV-3319: add 'autopatch-1.4.2' and 'discovery-1.0.5' libraries to 3rdParty_sources. Libraries are commited as is - with build scripts, sources code, tests and resources to enable later modificaiton and build. Sources were taken from github projects, rewinded to last available version tag (autopatch-1.4.2, discovery-1.0.5) and detached from tacitknowledge repo.

    • -0
    • +17
    ./tacitknowledge/autopatch/.mailmap
    • -0
    • +186
    ./tacitknowledge/autopatch/CHANGELOG
    • -0
    • +58
    ./tacitknowledge/autopatch/README.md
    • -0
    • +92
    ./tacitknowledge/autopatch/examples/MSSQL-example.txt
  1. … 194 more files in changeset.
LDEV-3275: Add Undertow servlet 1.0.15 source code.

    • -0
    • +45
    ./undertow/io/undertow/servlet/ServletExtension.java
    • -0
    • +158
    ./undertow/io/undertow/servlet/Servlets.java
    • -0
    • +202
    ./undertow/io/undertow/servlet/UndertowServletMessages.java
    • -0
    • +48
    ./undertow/io/undertow/servlet/api/AuthorizationManager.java
    • -0
    • +31
    ./undertow/io/undertow/servlet/api/ConfidentialPortManager.java
    • -0
    • +60
    ./undertow/io/undertow/servlet/api/DefaultServletConfig.java
    • -0
    • +96
    ./undertow/io/undertow/servlet/api/Deployment.java
    • -0
    • +1082
    ./undertow/io/undertow/servlet/api/DeploymentInfo.java
    • -0
    • +61
    ./undertow/io/undertow/servlet/api/ErrorPage.java
    • -0
    • +123
    ./undertow/io/undertow/servlet/api/FilterInfo.java
  1. … 104 more files in changeset.
LDEV-3275: Use Undertow 1.0.15 source code instead of HEAD.

    • -57
    • +0
    ./undertow/io/undertow/Handlers.java
    • -55
    • +32
    ./undertow/io/undertow/Undertow.java
    • -26
    • +6
    ./undertow/io/undertow/UndertowLogger.java
    • -18
    • +0
    ./undertow/io/undertow/Version.java
  1. … 544 more files in changeset.
LDEV-3275: Add dependecies and source code for Undertow.

    • -0
    • +512
    ./undertow/io/undertow/Handlers.java
    • -0
    • +395
    ./undertow/io/undertow/Undertow.java
    • -0
    • +179
    ./undertow/io/undertow/UndertowLogger.java
    • -0
    • +341
    ./undertow/io/undertow/UndertowMessages.java
    • -0
    • +185
    ./undertow/io/undertow/UndertowOptions.java
    • -0
    • +51
    ./undertow/io/undertow/Version.java
    • -0
    • +70
    ./undertow/io/undertow/attribute/BytesSentAttribute.java
    • -0
    • +68
    ./undertow/io/undertow/attribute/CookieAttribute.java
    • -0
    • +67
    ./undertow/io/undertow/attribute/DateTimeAttribute.java
    • -0
    • +44
    ./undertow/io/undertow/attribute/ExchangeAttribute.java
  1. … 544 more files in changeset.
LDEV-3275: Add library dependencies and source code.

    • -227
    • +0
    ./ckeditor/core/ckeditor_base.js
    • -238
    • +0
    ./ckeditor/core/ckeditor_basic.js
    • -129
    • +0
    ./ckeditor/core/commanddefinition.js
    • -49
    • +0
    ./ckeditor/core/dom/documentfragment.js
    • -258
    • +0
    ./ckeditor/core/dom/domobject.js
    • -1691
    • +0
    ./ckeditor/core/dom/element.js
  1. … 401 more files in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

    • -320
    • +0
    ./jbosscache/org/jboss/cache/AbstractNode.java
    • -606
    • +0
    ./jbosscache/org/jboss/cache/Cache.java
    • -57
    • +0
    ./jbosscache/org/jboss/cache/CacheException.java
    • -153
    • +0
    ./jbosscache/org/jboss/cache/CacheFactory.java
    • -107
    • +0
    ./jbosscache/org/jboss/cache/CacheManager.java
    • -304
    • +0
    ./jbosscache/org/jboss/cache/CacheSPI.java
    • -211
    • +0
    ./jbosscache/org/jboss/cache/CacheStatus.java
    • -242
    • +0
    ./jbosscache/org/jboss/cache/DataContainer.java
    • -679
    • +0
    ./jbosscache/org/jboss/cache/Fqn.java
    • -121
    • +0
    ./jbosscache/org/jboss/cache/FqnComparator.java
  1. … 895 more files in changeset.
LDEV-3293: Add missing Spring libraries and configuration entries.

  1. … 243 more files in changeset.
LDEV-3293: Add source code for a Spring library.

    • -0
    • +45
    ./spring/org/springframework/expression/AccessException.java
    • -0
    • +37
    ./spring/org/springframework/expression/BeanResolver.java
    • -0
    • +98
    ./spring/org/springframework/expression/EvaluationContext.java
    • -0
    • +240
    ./spring/org/springframework/expression/Expression.java
    • -0
    • +56
    ./spring/org/springframework/expression/ExpressionParser.java
    • -0
    • +47
    ./spring/org/springframework/expression/MethodExecutor.java
    • -0
    • +46
    ./spring/org/springframework/expression/MethodFilter.java
    • -0
    • +45
    ./spring/org/springframework/expression/MethodResolver.java
    • -0
    • +54
    ./spring/org/springframework/expression/OperatorOverloader.java
  1. … 89 more files in changeset.
LDEV-3293: Add missing Spring libraries and source code.

  1. … 194 more files in changeset.
LDEV-3293: Add Spring 4.0.6 libraries and their sources. Make LAMS use them and reference Hibernate 4.3.5 embedded in WildFly 8.1.

    • -17
    • +27
    ./hibernate-core/org/hibernate/AssertionFailure.java
    • -2
    • +30
    ./hibernate-core/org/hibernate/Cache.java
    • -0
    • +174
    ./hibernate-core/org/hibernate/CustomEntityDirtinessStrategy.java
    • -18
    • +49
    ./hibernate-core/org/hibernate/EmptyInterceptor.java
  1. … 6303 more files in changeset.
LDEV-3275: Decrease version of Hibernate from 4.x (delivered to WildFly) to 3.6.10 (newer than used before, but still 3.x as otherwise Spring won't work with it).

    • -27
    • +17
    ./hibernate-core/org/hibernate/AssertionFailure.java
    • -30
    • +2
    ./hibernate-core/org/hibernate/Cache.java
    • -174
    • +0
    ./hibernate-core/org/hibernate/CustomEntityDirtinessStrategy.java
    • -49
    • +18
    ./hibernate-core/org/hibernate/EmptyInterceptor.java
  1. … 3078 more files in changeset.
LDEV-3275: Remove obsolete JExcel sources.

    • -48
    • +0
    ./jexcelapi/common/AssertionFailed.java
    • -60
    • +0
    ./jexcelapi/common/LengthConverter.java
    • -142
    • +0
    ./jexcelapi/common/log/Log4JLogger.java
    • -30
    • +0
    ./jexcelapi/common/log/Log4jLoggerName.java
    • -30
    • +0
    ./jexcelapi/common/log/LoggerName.java
    • -176
    • +0
    ./jexcelapi/common/log/SimpleLogger.java
    • -30
    • +0
    ./jexcelapi/common/log/SimpleLoggerName.java
    • -28
    • +0
    ./jexcelapi/jxl/BooleanFormulaCell.java
  1. … 439 more files in changeset.
LDEV-3275: Use Apache Commons Lang version 2.6 delivered with WildFly.

  1. … 38 more files in changeset.
LDEV-3275: Use Apache Commons IO version 2.1 -> 2.4 delivered with WildFly. Previous similar upgrades were: Apache Commons Collections 3.1 -> 3.2.1 Apache Commons BeanUtils 1.6 -> 1.8.3 Saaj 1.2 -> 1.3 JaxRPC same version, but delivered with WildFly.

    • -0
    • +153
    ./commons-io/org/apache/commons/io/Charsets.java
    • -301
    • +752
    ./commons-io/org/apache/commons/io/FileUtils.java
  1. … 97 more files in changeset.
LDEV-3275: Add jbossweb.jar (needed for SSO valve and JSON) as a 3rd party module since WildFly is based on Undertow, not JBoss Web server.

  1. … 17 more files in changeset.
LDEV-3275: Upgrade Javassist to version 3.18.1

  1. … 2 more files in changeset.
LDEV-3275: Upgrade JSP API to version 2.3.

    • -0
    • +131
    ./jsp-api/javax/servlet/jsp/ErrorData.java
    • -0
    • +99
    ./jsp-api/javax/servlet/jsp/HttpJspPage.java
    • -0
    • +183
    ./jsp-api/javax/servlet/jsp/JspApplicationContext.java
    • -0
    • +338
    ./jsp-api/javax/servlet/jsp/JspContext.java
    • -0
    • +90
    ./jsp-api/javax/servlet/jsp/JspEngineInfo.java
    • -0
    • +130
    ./jsp-api/javax/servlet/jsp/JspException.java
    • -0
    • +213
    ./jsp-api/javax/servlet/jsp/JspFactory.java
    • -0
    • +132
    ./jsp-api/javax/servlet/jsp/JspPage.java
    • -0
    • +135
    ./jsp-api/javax/servlet/jsp/JspTagException.java
    • -0
    • +484
    ./jsp-api/javax/servlet/jsp/JspWriter.java
    • -0
    • +564
    ./jsp-api/javax/servlet/jsp/PageContext.java
    • -0
    • +118
    ./jsp-api/javax/servlet/jsp/SkipPageException.java
    • -0
    • +134
    ./jsp-api/javax/servlet/jsp/el/ELException.java
    • -0
    • +92
    ./jsp-api/javax/servlet/jsp/el/ELParseException.java
    • -0
    • +93
    ./jsp-api/javax/servlet/jsp/el/Expression.java
  1. … 40 more files in changeset.
LDEV-3275: Upgrade Servlet API to version 3.1.0.

    • -35
    • +0
    ./jbossweb/javax/annotation/Generated.java
    • -40
    • +0
    ./jbossweb/javax/annotation/Resource.java
    • -31
    • +0
    ./jbossweb/javax/annotation/Resources.java
    • -159
    • +0
    ./jbossweb/javax/el/ArrayELResolver.java
    • -344
    • +0
    ./jbossweb/javax/el/BeanELResolver.java
    • -187
    • +0
    ./jbossweb/javax/el/CompositeELResolver.java
  1. … 266 more files in changeset.
LDEV-3275: Upgrade Hibernate Core to version 4.3.5.

    • -0
    • +52
    ./hibernate-core/org/hibernate/AnnotationException.java
    • -21
    • +29
    ./hibernate-core/org/hibernate/AssertionFailure.java
    • -0
    • +121
    ./hibernate-core/org/hibernate/BaseSessionEventListener.java
    • -0
    • +229
    ./hibernate-core/org/hibernate/BasicQueryContract.java
    • -0
    • +174
    ./hibernate-core/org/hibernate/CustomEntityDirtinessStrategy.java
    • -18
    • +49
    ./hibernate-core/org/hibernate/EmptyInterceptor.java
    • -0
    • +50
    ./hibernate-core/org/hibernate/HibernateError.java
    • -19
    • +118
    ./hibernate-core/org/hibernate/Interceptor.java
    • -16
    • +21
    ./hibernate-core/org/hibernate/LazyInitializationException.java
    • -0
    • +95
    ./hibernate-core/org/hibernate/LobHelper.java
  1. … 1564 more files in changeset.
LDEV-3275: Upgrade Hibernate Core to version 4.3.5.

    • -0
    • +193
    ./hibernate-core/org/hibernate/Cache.java
    • -0
    • +41
    ./hibernate-core/org/hibernate/EntityNameResolver.java
    • -3
    • +2
    ./hibernate-core/org/hibernate/Filter.java
    • -0
    • +68
    ./hibernate-core/org/hibernate/IdentifierLoadAccess.java
    • -13
    • +26
    ./hibernate-core/org/hibernate/MappingException.java
    • -0
    • +98
    ./hibernate-core/org/hibernate/MultiTenancyStrategy.java
    • -0
    • +93
    ./hibernate-core/org/hibernate/NaturalIdLoadAccess.java
  1. … 1473 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

    • -9090
    • +0
    ./mysql-connector/com/mysql/jdbc/ResultSet.java
    • -213
    • +0
    ./mysql-connector/com/mysql/jdbc/log/Log4JLogger.java
  1. … 3 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

    • -0
    • +77
    ./mysql-connector/com/mysql/fabric/DumpResponse.java
    • -0
    • +45
    ./mysql-connector/com/mysql/fabric/FabricCommunicationException.java
    • -0
    • +115
    ./mysql-connector/com/mysql/fabric/FabricConnection.java
    • -0
    • +50
    ./mysql-connector/com/mysql/fabric/FabricStateResponse.java
    • -0
    • +80
    ./mysql-connector/com/mysql/fabric/HashShardMapping.java
    • -0
    • +71
    ./mysql-connector/com/mysql/fabric/RangeShardMapping.java
    • -0
    • +60
    ./mysql-connector/com/mysql/fabric/Response.java
    • -0
    • +102
    ./mysql-connector/com/mysql/fabric/Server.java
    • -0
    • +51
    ./mysql-connector/com/mysql/fabric/ServerGroup.java
    • -0
    • +50
    ./mysql-connector/com/mysql/fabric/ServerMode.java
    • -0
    • +50
    ./mysql-connector/com/mysql/fabric/ServerRole.java
    • -0
    • +62
    ./mysql-connector/com/mysql/fabric/ShardIndex.java
    • -0
    • +94
    ./mysql-connector/com/mysql/fabric/ShardMapping.java
    • -0
    • +48
    ./mysql-connector/com/mysql/fabric/ShardMappingFactory.java
    • -0
    • +60
    ./mysql-connector/com/mysql/fabric/ShardTable.java
  1. … 246 more files in changeset.
LDEV-3156: Put back missing methods, removed along with Flash Monitoring. Manually add session cookies to WebConversation if it is not done automatically. Make TestHarness work with Leader and Scratchie tools.

    • -0
    • +230
    ./httpunit/com/meterware/httpunit/AppletContextImpl.java
    • -0
    • +119
    ./httpunit/com/meterware/httpunit/AppletStubImpl.java
    • -0
    • +245
    ./httpunit/com/meterware/httpunit/AuthenticationChallenge.java
    • -0
    • +100
    ./httpunit/com/meterware/httpunit/Base64.java
    • -0
    • +219
    ./httpunit/com/meterware/httpunit/BlockElement.java
    • -0
    • +233
    ./httpunit/com/meterware/httpunit/Button.java
    • -0
    • +322
    ./httpunit/com/meterware/httpunit/ClientProperties.java
    • -0
    • +30
    ./httpunit/com/meterware/httpunit/ContentConcealer.java
    • -0
    • +18
    ./httpunit/com/meterware/httpunit/DNSListener.java
    • -0
    • +45
    ./httpunit/com/meterware/httpunit/DialogAdapter.java
    • -0
    • +45
    ./httpunit/com/meterware/httpunit/DialogResponder.java
    • -0
    • +62
    ./httpunit/com/meterware/httpunit/ElementRegistry.java
    • -0
    • +249
    ./httpunit/com/meterware/httpunit/FixedURLWebRequestSource.java
    • -0
    • +1023
    ./httpunit/com/meterware/httpunit/FormControl.java
  1. … 221 more files in changeset.
WVI-57: Add assertion encryption. Update libraries and their source code reference. Fix minor bugs.

    • -0
    • +119
    ./gson/com/google/gson/DefaultDateTypeAdapter.java
    • -0
    • +109
    ./gson/com/google/gson/ExclusionStrategy.java
    • -0
    • +157
    ./gson/com/google/gson/FieldAttributes.java
    • -0
    • +168
    ./gson/com/google/gson/FieldNamingPolicy.java
    • -0
    • +40
    ./gson/com/google/gson/FieldNamingStrategy.java
    • -0
    • +905
    ./gson/com/google/gson/Gson.java
    • -0
    • +566
    ./gson/com/google/gson/GsonBuilder.java
    • -0
    • +92
    ./gson/com/google/gson/InstanceCreator.java
    • -0
    • +291
    ./gson/com/google/gson/JsonArray.java
    • -0
    • +44
    ./gson/com/google/gson/JsonDeserializationContext.java
    • -0
    • +91
    ./gson/com/google/gson/JsonDeserializer.java
    • -0
    • +330
    ./gson/com/google/gson/JsonElement.java
    • -0
    • +45
    ./gson/com/google/gson/JsonIOException.java
    • -0
    • +63
    ./gson/com/google/gson/JsonNull.java
    • -0
    • +195
    ./gson/com/google/gson/JsonObject.java
  1. … 210 more files in changeset.
LDEV-3107: adding icons to sources

    • -0
    • +86
    ./images/lams_icons/icon_chat.svg
    • -0
    • +73
    ./images/lams_icons/icon_chat_and_scribe_notebook.svg
    • -0
    • +434
    ./images/lams_icons/icon_chat_and_scribe_notebook2.svg
    • -0
    • +69
    ./images/lams_icons/icon_forum.svg
    • -0
    • +90
    ./images/lams_icons/icon_forum_and_scribe.svg
    • -0
    • +462
    ./images/lams_icons/icon_forum_and_scribe2.svg
    • -0
    • +44
    ./images/lams_icons/icon_htmlnb.svg
    • -0
    • +206
    ./images/lams_icons/icon_htmlnb2.svg
    • -0
    • +24
    ./images/lams_icons/icon_imageGallery.svg
    • -0
    • +23
    ./images/lams_icons/icon_mcq.svg
    • -0
    • +44
    ./images/lams_icons/icon_notebook.svg
    • -0
    • +214
    ./images/lams_icons/icon_notebook2.svg
    • -0
    • +44
    ./images/lams_icons/icon_noticeboard.svg
    • -0
    • +230
    ./images/lams_icons/icon_noticeboard2.svg
    • binary
    ./images/lams_icons/icon_questionanswer.png
  1. … 129 more files in changeset.
LDEV-2916: Add Batik source code.

    • -0
    • +103
    ./batik/org/apache/batik/Version.java
    • -0
    • +210
    ./batik/org/apache/batik/anim/AbstractAnimation.java
    • -0
    • +698
    ./batik/org/apache/batik/anim/AnimationEngine.java
    • -0
    • +90
    ./batik/org/apache/batik/anim/AnimationException.java
    • -0
    • +50
    ./batik/org/apache/batik/anim/ColorAnimation.java
    • -0
    • +167
    ./batik/org/apache/batik/anim/InterpolatingAnimation.java
    • -0
    • +331
    ./batik/org/apache/batik/anim/MotionAnimation.java
    • -0
    • +68
    ./batik/org/apache/batik/anim/SetAnimation.java
    • -0
    • +221
    ./batik/org/apache/batik/anim/SimpleAnimation.java
    • -0
    • +251
    ./batik/org/apache/batik/anim/TransformAnimation.java
    • -0
    • +117
    ./batik/org/apache/batik/anim/timing/InstanceTime.java
  1. … 1462 more files in changeset.
CNG-44 update commons-lang library source files

    • -1353
    • +3958
    ./commons-lang/org/apache/commons/lang/ArrayUtils.java
    • -0
    • +153
    ./commons-lang/org/apache/commons/lang/CharEncoding.java
    • -0
    • +576
    ./commons-lang/org/apache/commons/lang/CharUtils.java
    • -0
    • +316
    ./commons-lang/org/apache/commons/lang/LocaleUtils.java
  1. … 84 more files in changeset.
LDEV-2983 Removed export csv functionality from Daco tool

    • -245
    • +0
    ./opencsv/au/com/bytecode/opencsv/CSVReader.java
    • -406
    • +0
    ./opencsv/au/com/bytecode/opencsv/CSVWriter.java
    • -12
    • +0
    ./opencsv/au/com/bytecode/opencsv/bean/package.html