3rdParty_sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3539: Update source code of libraries.

  1. … 79 more files in changeset.
LDEV-3539: Update source code of libraries.

  1. … 74 more files in changeset.
LDEV-3338: Upgrade jdom from version 0.7 to 1.1.2 shipped with WildFly. There is a version 2.x available, but it has different API and it would have to be included as a separate library again.

    • -0
    • +717
    ./jdom/org/jdom/Attribute.java
    • -0
    • +518
    ./jdom/org/jdom/AttributeList.java
    • -0
    • +205
    ./jdom/org/jdom/CDATA.java
    • -0
    • +145
    ./jdom/org/jdom/Comment.java
    • -0
    • +192
    ./jdom/org/jdom/Content.java
    • -0
    • +965
    ./jdom/org/jdom/ContentList.java
    • -0
    • +87
    ./jdom/org/jdom/DataConversionException.java
    • -0
    • +191
    ./jdom/org/jdom/DefaultJDOMFactory.java
    • -0
    • +173
    ./jdom/org/jdom/DescendantIterator.java
    • -0
    • +280
    ./jdom/org/jdom/DocType.java
    • -0
    • +766
    ./jdom/org/jdom/Document.java
    • -0
    • +1585
    ./jdom/org/jdom/Element.java
    • -0
    • +239
    ./jdom/org/jdom/EntityRef.java
    • -0
    • +115
    ./jdom/org/jdom/FilterIterator.java
    • -0
    • +323
    ./jdom/org/jdom/IllegalAddException.java
  1. … 70 more files in changeset.
LDEV-3339: Add sources for Lucene 4.10.

    • -41
    • +434
    ./lucene/org/apache/lucene/analysis/Analyzer.java
    • -0
    • +130
    ./lucene/org/apache/lucene/analysis/AnalyzerWrapper.java
    • -0
    • +84
    ./lucene/org/apache/lucene/analysis/CharFilter.java
  1. … 1689 more files in changeset.
LDEV-3337: Update Quartz 1.5.2 -> 2.2.1

    • -18
    • +25
    ./quartz/org/quartz/Calendar.java
    • -0
    • +339
    ./quartz/org/quartz/CalendarIntervalScheduleBuilder.java
    • -0
    • +159
    ./quartz/org/quartz/CalendarIntervalTrigger.java
    • -447
    • +714
    ./quartz/org/quartz/CronExpression.java
    • -0
    • +328
    ./quartz/org/quartz/CronScheduleBuilder.java
    • -779
    • +17
    ./quartz/org/quartz/CronTrigger.java
    • -0
    • +413
    ./quartz/org/quartz/DailyTimeIntervalScheduleBuilder.java
    • -0
    • +138
    ./quartz/org/quartz/DailyTimeIntervalTrigger.java
    • -0
    • +1021
    ./quartz/org/quartz/DateBuilder.java
    • -0
    • +40
    ./quartz/org/quartz/DisallowConcurrentExecution.java
    • -0
    • +62
    ./quartz/org/quartz/ExecuteInJTATransaction.java
    • -16
    • +15
    ./quartz/org/quartz/InterruptableJob.java
    • -0
    • +351
    ./quartz/org/quartz/JobBuilder.java
  1. … 273 more files in changeset.
LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

    • -0
    • +72
    ./undertow/io/undertow/Handlers.java
    • -33
    • +68
    ./undertow/io/undertow/Undertow.java
    • -6
    • +34
    ./undertow/io/undertow/UndertowLogger.java
    • -0
    • +18
    ./undertow/io/undertow/Version.java
  1. … 650 more files in changeset.
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.