3rdParty_sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3275: Add missing dependencies. Update XStream to version 1.5.0, and its corresponding libraries. Reimplement LD attachment importing. Reimplement Content Repository credential check. Moja joda-time library to separate folder as it is not a part of XStream deployment anymore, but it is still needed in LAMS code.

    • -0
    • +63
    ./xstream/com/thoughtworks/xstream/XStreamException.java
    • -0
    • +295
    ./xstream/com/thoughtworks/xstream/XStreamer.java
  1. … 335 more files in changeset.
LDEV-3319: automatically perform 'patches' table upgrade if invalid primary key found.

There is a difference in 'patches' table structure in legacy autopatch and autopatch-1.4.2 version. In new version, primary key is compound and built from 'system_name' and 'patch_level' columns. There was however no validation and upgrade process present to alter primary key. Introduce such mechanism with this commit. If 'patches' table is present, but connection metadata reports single column primary key - 'alter table' query is executed (for MySQL: ALTER TABLE patches DROP PRIMARY KEY, ADD PRIMARY KEY(system_name, patch_level);)

JUnit tests of autopatch component were updated.

LDEV-3319: update .cvsignore for 'autopatch' and 'discovery' 3rd party projects. add eclipse-specific configuration files and build paths to ignores.

LDEV-3319: catch and ignore SQLException thrown when isClosed() condition is checked on Statement. Exemplary stacktrace below.

2014-10-10 20:21:35,092 ERROR [com.tacitknowledge.util.migration.jdbc.util.SqlUtil] (MSC service thread 1-6) Error closing Statement: java.sql.SQLException: The statement is closed.

at org.jboss.jca.adapters.jdbc.WrappedStatement.checkState(WrappedStatement.java:1324)

at org.jboss.jca.adapters.jdbc.WrappedStatement.getUnderlyingStatement(WrappedStatement.java:1239)

at org.jboss.jca.adapters.jdbc.WrappedStatement.getWrappedObject(WrappedStatement.java:1255)

at org.jboss.jca.adapters.jdbc.WrappedStatement.isClosed(WrappedStatement.java:1159)

at com.tacitknowledge.util.migration.jdbc.util.SqlUtil.close(SqlUtil.java:89)

LDEV-3319: Record changes made by jliew (http://code.lamsfoundation.org/fisheye/browse/otherlams/autopatch) on top of autopatch-1.4.2-lams version.

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.