[derby] 46/53: Merge tag 'upstream/10.12.1.1'

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 24 13:58:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository derby.

commit 8ab9caa9d695e798d0cf2a6fe5a47a49acbda803
Merge: 035a8ad 622205b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 18 15:58:40 2016 +0100

    Merge tag 'upstream/10.12.1.1'
    
    Upstream version 10.12.1.1

 NOTICE                                             |     9 +-
 RELEASE-NOTES.html                                 |  1709 +-
 STATUS                                             |     8 +-
 bin/setEmbeddedCP                                  |     2 +-
 bin/setNetworkClientCP                             |     2 +-
 bin/setNetworkServerCP                             |     2 +-
 bin/templates/derby_common.sh                      |     2 +-
 build.xml                                          |    40 +-
 java/build/org/apache/derbyBuild/JarDriftTest.java |   267 +
 .../insane.derby.jar.lastcontents                  |  1439 ++
 .../insane.derbyTesting.jar.lastcontents           |  1030 ++
 .../insane.derbyclient.jar.lastcontents            |   177 +
 .../insane.derbynet.jar.lastcontents               |    51 +
 .../insane.derbyoptionaltools.jar.lastcontents     |    12 +
 .../insane.derbyrun.jar.lastcontents               |     1 +
 .../insane.derbytools.jar.lastcontents             |    71 +
 .../sane.derby.jar.lastcontents                    |  1445 ++
 .../sane.derbyTesting.jar.lastcontents             |  1030 ++
 .../sane.derbyclient.jar.lastcontents              |   180 +
 .../sane.derbynet.jar.lastcontents                 |    53 +
 .../sane.derbyoptionaltools.jar.lastcontents       |    12 +
 .../sane.derbyrun.jar.lastcontents                 |     1 +
 .../sane.derbytools.jar.lastcontents               |    71 +
 .../derby/client/am/ClientPreparedStatement.java   |     7 +-
 .../apache/derby/client/am/ClientResultSet.java    |     5 +
 .../apache/derby/client/am/ClientStatement.java    |     6 +-
 .../derby/client/am/SQLExceptionFactory.java       |    12 +-
 .../org/apache/derby/client/am/SqlException.java   |     8 +-
 java/client/org/apache/derby/client/am/Sqlca.java  |    21 +-
 .../apache/derby/client/net/NaiveTrustManager.java |     2 +-
 .../apache/derby/client/net/OpenSocketAction.java  |    42 +-
 .../apache/derby/jdbc/BasicClientDataSource40.java |     7 +-
 java/drda/org/apache/derby/drda/NetServlet.java    |     4 +-
 .../apache/derby/drda/NetworkServerControl.java    |    23 +-
 java/drda/org/apache/derby/drda/server.policy      |     2 +
 java/drda/org/apache/derby/drda/template.policy    |     8 +
 .../org/apache/derby/impl/drda/AppRequester.java   |     4 +-
 .../org/apache/derby/impl/drda/ClientThread.java   |     2 +-
 .../org/apache/derby/impl/drda/DRDAConnThread.java |    74 +-
 java/drda/org/apache/derby/impl/drda/Database.java |    14 +-
 .../apache/derby/impl/drda/NaiveTrustManager.java  |     2 +-
 .../derby/impl/drda/NetworkServerControlImpl.java  |   146 +-
 java/drda/org/apache/derby/impl/drda/Session.java  |    13 +-
 .../apache/derby/loc/drda/messages_en.properties   |     1 +
 .../derby/catalog/Java5SystemProcedures.java       |    32 +-
 .../org/apache/derby/catalog/SystemProcedures.java |    38 +-
 .../org/apache/derby/catalog/TypeDescriptor.java   |     5 +
 java/engine/org/apache/derby/diag/DiagUtil.java    |    32 +-
 .../org/apache/derby/diag/StatementCache.java      |    31 +-
 .../apache/derby/iapi/jdbc/DRDAServerStarter.java  |    21 +-
 .../org/apache/derby/iapi/jdbc/JDBCBoot.java       |    66 +-
 .../org/apache/derby/iapi/reference/Limits.java    |     5 -
 .../apache/derby/iapi/security/SecurityUtil.java   |    46 +-
 .../derby/iapi/services/cache/CacheManager.java    |    24 +
 .../iapi/services/context/ContextManager.java      |     2 +-
 .../iapi/services/context/ContextService.java      |    28 +-
 .../derby/iapi/services/context/SystemContext.java |    25 +-
 .../derby/iapi/services/i18n/MessageService.java   |   115 +-
 .../iapi/services/io/FormatIdInputStream.java      |    31 +-
 .../derby/iapi/services/jmx/ManagementService.java |    15 +-
 .../derby/iapi/services/monitor/ModuleFactory.java |    13 +-
 .../derby/iapi/services/monitor/Monitor.java       |    73 +-
 .../derby/iapi/services/property/PropertyUtil.java |    52 +-
 .../apache/derby/iapi/sql/conn/ConnectionUtil.java |    31 +-
 .../sql/dictionary/ConglomerateDescriptor.java     |     2 +-
 .../sql/dictionary/DataDescriptorGenerator.java    |    24 +-
 .../derby/iapi/sql/dictionary/DataDictionary.java  |    23 +-
 .../iapi/sql/dictionary/IndexRowGenerator.java     |    31 +-
 .../derby/iapi/sql/dictionary/SPSDescriptor.java   |    34 +-
 .../derby/iapi/sql/dictionary/TableDescriptor.java |    33 +-
 .../iapi/sql/dictionary/TriggerDescriptor.java     |    46 +-
 .../derby/iapi/store/access/DiskHashtable.java     |    31 +-
 .../access/conglomerate/ConglomerateFactory.java   |    29 +
 .../access/conglomerate/TransactionManager.java    |    17 +
 .../org/apache/derby/iapi/store/raw/Page.java      |    13 +
 .../derby/iapi/store/raw/RawStoreFactory.java      |    19 +
 .../apache/derby/iapi/store/raw/Transaction.java   |     8 +
 .../apache/derby/iapi/store/raw/UndoHandler.java   |    98 +
 .../derby/iapi/store/raw/data/DataFactory.java     |    44 +
 .../iapi/types/ClobStreamHeaderGenerator.java      |    32 +-
 .../derby/iapi/types/DataTypeDescriptor.java       |     6 +
 .../derby/iapi/types/DataValueFactoryImpl.java     |    45 +-
 .../apache/derby/iapi/types/NumberDataType.java    |    31 +-
 .../org/apache/derby/iapi/types/SQLBinary.java     |     2 +-
 .../org/apache/derby/iapi/types/SQLChar.java       |     4 +-
 .../org/apache/derby/iapi/types/SQLDate.java       |     2 +-
 .../org/apache/derby/iapi/types/SQLTime.java       |     2 +-
 .../org/apache/derby/iapi/types/SQLTimestamp.java  |     2 +-
 .../org/apache/derby/iapi/types/SqlXmlUtil.java    |     7 +
 .../engine/org/apache/derby/iapi/types/TypeId.java |     2 +-
 .../apache/derby/iapi/util/InterruptStatus.java    |    38 +-
 .../org/apache/derby/impl/db/BasicDatabase.java    |   122 +-
 .../apache/derby/impl/db/DatabaseContextImpl.java  |    44 +-
 .../org/apache/derby/impl/db/SlaveDatabase.java    |    59 +-
 .../apache/derby/impl/jdbc/ConnectionChild.java    |    35 +-
 .../apache/derby/impl/jdbc/EmbedConnection.java    |   233 +-
 .../derby/impl/jdbc/EmbedConnectionContext.java    |    22 +-
 .../derby/impl/jdbc/EmbedDatabaseMetaData.java     |    31 +-
 .../derby/impl/jdbc/EmbedPreparedStatement.java    |     2 +-
 .../org/apache/derby/impl/jdbc/EmbedResultSet.java |    23 +-
 .../org/apache/derby/impl/jdbc/EmbedSavepoint.java |    19 +-
 .../org/apache/derby/impl/jdbc/EmbedStatement.java |    26 +-
 .../apache/derby/impl/jdbc/LOBStreamControl.java   |    47 +-
 .../derby/impl/jdbc/SQLExceptionFactory.java       |    10 +-
 .../authentication/AuthenticationServiceBase.java  |    88 +-
 .../NativeAuthenticationServiceImpl.java           |    50 +-
 .../derby/impl/services/bytecode/BCJava.java       |    33 +-
 .../derby/impl/services/bytecode/Conditional.java  |    23 +-
 .../apache/derby/impl/services/bytecode/Type.java  |    15 +
 .../derby/impl/services/cache/CachedItem.java      |   330 -
 .../derby/impl/services/cache/ClockPolicy.java     |     7 +
 .../derby/impl/services/cache/ConcurrentCache.java |   139 +
 .../services/cache/ConcurrentCacheMBeanImpl.java   |   102 +
 .../impl/services/cache/ReplacementPolicy.java     |    10 +
 .../derby/impl/services/daemon/BasicDaemon.java    |    54 +-
 .../services/daemon/IndexStatisticsDaemonImpl.java |    35 +-
 .../services/daemon/SingleThreadDaemonFactory.java |    29 +-
 .../derby/impl/services/jce/JCECipherFactory.java  |     8 +-
 .../impl/services/jce/JCECipherFactoryBuilder.java |     2 +-
 .../impl/services/jmx/JMXManagementService.java    |    29 +-
 .../impl/services/jmxnone/NoManagementService.java |     5 +-
 .../apache/derby/impl/services/locks/Deadlock.java |    30 +-
 .../apache/derby/impl/services/locks/Timeout.java  |     2 +-
 .../derby/impl/services/monitor/BaseMonitor.java   |   219 +-
 .../derby/impl/services/monitor/FileMonitor.java   |    25 +-
 .../services/monitor/StorageFactoryService.java    |    21 +-
 .../impl/services/reflect/DatabaseClasses.java     |    23 +-
 .../impl/services/reflect/ReflectClassesJava2.java |    18 +-
 .../derby/impl/services/reflect/UpdateLoader.java  |    47 +-
 .../derby/impl/services/stream/SingleStream.java   |    25 +-
 .../impl/services/timer/SingletonTimerFactory.java |    94 +-
 .../derby/impl/services/uuid/BasicUUIDFactory.java |    25 +-
 .../derby/impl/sql/GenericLanguageFactory.java     |    30 +-
 .../derby/impl/sql/GenericPreparedStatement.java   |    45 +-
 .../impl/sql/GenericStorablePreparedStatement.java |    30 +-
 .../derby/impl/sql/LanguageDbPropertySetter.java   |    30 +-
 .../apache/derby/impl/sql/catalog/DD_Version.java  |    53 +-
 .../derby/impl/sql/catalog/DataDictionaryImpl.java |   286 +-
 .../impl/sql/catalog/DropDependencyFilter.java     |     2 +-
 .../derby/impl/sql/catalog/SequenceUpdater.java    |    58 +-
 .../derby/impl/sql/compile/AggregateNode.java      |   133 +-
 .../derby/impl/sql/compile/ColumnReference.java    |     2 +-
 .../impl/sql/compile/ConstraintDefinitionNode.java |    24 +-
 .../derby/impl/sql/compile/CreateTriggerNode.java  |    35 +-
 .../DMLModGeneratedColumnsStatementNode.java       |    84 +
 .../apache/derby/impl/sql/compile/FromList.java    |     3 +-
 .../apache/derby/impl/sql/compile/InsertNode.java  |    23 +-
 .../derby/impl/sql/compile/MatchingClauseNode.java |    14 +-
 .../sql/compile/MaxMinAggregateDefinition.java     |     4 +-
 .../apache/derby/impl/sql/compile/MergeNode.java   |    20 +-
 .../derby/impl/sql/compile/OptimizerImpl.java      |    84 +-
 .../derby/impl/sql/compile/OptimizerTracer.java    |    61 +-
 .../derby/impl/sql/compile/QueryTreeNode.java      |    28 +
 .../impl/sql/compile/StaticMethodCallNode.java     |    15 +-
 .../sql/compile/SumAvgAggregateDefinition.java     |     2 +-
 .../derby/impl/sql/compile/TableElementList.java   |     8 +-
 .../apache/derby/impl/sql/compile/UpdateNode.java  |    35 +-
 .../impl/sql/compile/UserAggregateDefinition.java  |     2 +-
 .../apache/derby/impl/sql/compile/sqlgrammar.jj    |    27 +-
 .../sql/conn/GenericLanguageConnectionFactory.java |   185 +-
 .../impl/sql/conn/GenericStatementContext.java     |    10 +-
 .../impl/sql/depend/BasicDependencyManager.java    |    10 +-
 .../impl/sql/execute/AlterTableConstantAction.java |    31 +-
 .../derby/impl/sql/execute/BaseActivation.java     |    26 +-
 .../sql/execute/CreateIndexConstantAction.java     |     1 +
 .../execute/DMLWriteGeneratedColumnsResultSet.java |   397 +
 .../sql/execute/GenericConstantActionFactory.java  |    41 +-
 .../impl/sql/execute/GenericExecutionFactory.java  |    37 +-
 .../impl/sql/execute/InsertConstantAction.java     |     5 +
 .../derby/impl/sql/execute/InsertResultSet.java    |   328 +-
 .../execute/InternalTriggerExecutionContext.java   |    20 +-
 .../org/apache/derby/impl/sql/execute/JarUtil.java |    32 +-
 .../sql/execute/StdDevPAggregator.java}            |    28 +-
 .../sql/execute/StdDevSAggregator.java}            |    28 +-
 .../impl/sql/execute/UpdateConstantAction.java     |   100 +-
 .../derby/impl/sql/execute/UpdateResultSet.java    |   175 +-
 .../derby/impl/sql/execute/VarPAggregator.java     |   114 +
 .../derby/impl/sql/execute/VarSAggregator.java     |    50 +
 .../impl/store/access/CacheableConglomerate.java   |    42 +-
 .../impl/store/access/PropertyConglomerate.java    |    30 +-
 .../derby/impl/store/access/RAMAccessManager.java  |   213 +-
 .../impl/store/access/RAMAccessUndoHandler.java    |   141 +
 .../derby/impl/store/access/RAMTransaction.java    |    29 +-
 .../impl/store/access/btree/index/B2IFactory.java  |    61 +-
 .../apache/derby/impl/store/access/heap/Heap.java  |    94 +
 .../store/access/heap/HeapConglomerateFactory.java |    65 +-
 .../impl/store/access/heap/HeapController.java     |     3 +-
 .../impl/store/access/heap/HeapPostCommit.java     |    55 +-
 .../derby/impl/store/access/heap/HeapScan.java     |     3 +-
 .../store/access/sort/ExternalSortFactory.java     |    24 +-
 .../org/apache/derby/impl/store/raw/RawStore.java  |   224 +-
 .../impl/store/raw/data/BaseDataFileFactory.java   |   159 +-
 .../apache/derby/impl/store/raw/data/BasePage.java |    35 +-
 .../impl/store/raw/data/D_DiagnosticUtil.java      |    87 +-
 .../derby/impl/store/raw/data/FileContainer.java   |    44 +-
 .../derby/impl/store/raw/data/InsertOperation.java |    24 +-
 .../derby/impl/store/raw/data/RFResource.java      |     6 +-
 .../derby/impl/store/raw/data/StoredPage.java      |    10 +-
 .../impl/store/raw/data/StreamFileContainer.java   |    41 +-
 .../derby/impl/store/raw/data/UpdateOperation.java |    72 +
 .../apache/derby/impl/store/raw/log/LogToFile.java |   218 +-
 .../org/apache/derby/impl/store/raw/xact/Xact.java |   129 +-
 .../derby/impl/store/raw/xact/XactFactory.java     |   111 +-
 .../derby/jdbc/BasicEmbeddedDataSource40.java      |    52 +-
 .../apache/derby/jdbc/EmbedPooledConnection.java   |    23 +-
 .../org/apache/derby/jdbc/EmbedXAResource.java     |   109 +-
 .../org/apache/derby/jdbc/EmbeddedDriver.java      |    10 +-
 .../org/apache/derby/jdbc/InternalDriver.java      |   127 +-
 .../org/apache/derby/jdbc/ResourceAdapterImpl.java |    30 +-
 .../org/apache/derby/jdbc/XATransactionState.java  |    24 +-
 java/engine/org/apache/derby/loc/messages.xml      |    38 +-
 .../org/apache/derby/loc/messages_de_DE.properties |   530 +-
 .../org/apache/derby/loc/messages_es.properties    |   464 +-
 .../org/apache/derby/loc/messages_fr.properties    |   516 +-
 .../org/apache/derby/loc/messages_it.properties    |   476 +-
 .../org/apache/derby/loc/messages_ja_JP.properties |   475 +-
 .../org/apache/derby/loc/messages_ko_KR.properties |   461 +-
 .../org/apache/derby/loc/messages_zh_CN.properties |   463 +-
 .../org/apache/derby/loc/messages_zh_TW.properties |   475 +-
 .../org/apache/derby/mbeans/CacheManagerMBean.java |    99 +
 .../engine/org/apache/derby/mbeans/Management.java |    24 +-
 .../apache/derby/security/SystemPermission.java    |   171 +-
 java/engine/org/apache/derby/vti/XmlVTI.java       |    58 +-
 java/optional/build.xml                            |     1 +
 .../org/apache/derby/optional/api/LuceneUtils.java |    21 +-
 .../apache/derby/optional/api/SimpleJsonUtils.java |   321 +
 .../apache/derby/optional/api/SimpleJsonVTI.java   |   400 +
 .../apache/derby/optional/json/SimpleJsonTool.java |   347 +
 .../derby/optional/lucene/DerbyLuceneDir.java      |     9 +-
 .../optional/lucene/LuceneListIndexesVTI.java      |    15 +-
 .../derby/optional/lucene/LuceneQueryVTI.java      |    41 +-
 .../derby/optional/lucene/LuceneSupport.java       |   281 +-
 .../apache/derby/optional/utils/ToolUtilities.java |   209 +
 ...bySQLIntegrityConstraintViolationException.java |    55 +
 .../derby/shared/common/error/MessageUtils.java    |   402 +
 .../shared/common}/error/ShutdownException.java    |     4 +-
 .../derby/shared/common/reference/MessageId.java   |     8 +-
 .../derby/shared/common/reference/SQLState.java    |     2 +-
 .../derby/impl/storeless/EmptyDictionary.java      |    20 +-
 .../derby/impl/storeless/StorelessDatabase.java    |    24 +-
 .../functionTests/master/LocalizedDisplay.out      |    38 +-
 .../derbyTesting/functionTests/master/derby94.out  |    99 -
 .../functionTests/master/desc_index.out            |    10 +-
 .../derbyTesting/functionTests/master/ij7.out      |     1 +
 .../functionTests/master/importExportIJ.out        |     6 +-
 .../functionTests/master/readlocks.out             |   176 +-
 .../functionTests/master/refActions3.out           |    10 +-
 .../derbyTesting/functionTests/master/schemas.out  |    18 +-
 .../functionTests/master/st_derby1939.out          |     4 -
 .../functionTests/master/st_derby715.out           |     5 -
 .../functionTests/master/st_reclaim_longcol.out    |     2 -
 .../functionTests/master/st_schema.out             |    19 -
 .../functionTests/master/updatelocksJDBC30.out     | 16304 -------------------
 .../functionTests/suites/AllPackages.java          |     1 +
 .../functionTests/suites/XMLSuite.java             |     2 +
 .../functionTests/suites/encryption.properties     |     2 +-
 .../functionTests/suites/storeall.properties       |     8 +-
 .../functionTests/suites/storemats.properties      |    36 -
 .../functionTests/suites/storemats.runall          |     1 -
 .../functionTests/suites/storetests.properties     |    16 -
 .../functionTests/suites/storetests.runall         |     5 -
 .../functionTests/suites/storeunit.properties      |     2 -
 .../functionTests/tests/compatibility/_Suite.java  |     6 +
 .../tests/derbynet/DerbyNetAutoStartTest.java      |     6 +-
 .../tests/derbynet/GetCurrentPropertiesTest.policy |     3 +
 .../tests/derbynet/NSSecurityMechanismTest.java    |    31 +-
 .../derbynet/NetworkServerControlApiTest.policy    |     4 +
 .../tests/derbynet/RuntimeInfoTest.java            |    48 +-
 .../tests/derbynet/RuntimeInfoTest.policy          |     4 +
 .../tests/derbynet/SecureServerTest.java           |    56 +-
 .../derbynet/SecureServerTest.policy}              |    13 +-
 .../tests/derbynet/ServerPropertiesTest.policy     |     4 +
 .../tests/derbynet/SysinfoTest.policy              |     4 +
 .../tests/engine/noDeregisterPermission.policy     |     4 +
 .../functionTests/tests/i18n/LocalizedDisplay.sql  |     2 +-
 .../functionTests/tests/jdbc4/TestDbMetaData.java  |    17 +-
 .../tests/jdbc4/noAbortPermission.policy           |     4 +
 .../tests/jdbcapi/AutoGenJDBC30Test.java           |    62 +-
 .../functionTests/tests/jdbcapi/AutoloadTest.java  |   139 +-
 .../tests/jdbcapi/DatabaseMetaDataTest.java        |     7 +-
 .../functionTests/tests/jdbcapi/Derby5165Test.java |   431 +
 .../functionTests/tests/jdbcapi/LDAPTests.policy   |     2 +
 .../tests/jdbcapi/ScrollResultSetTest.java         |    76 +-
 .../functionTests/tests/jdbcapi/_Suite.java        |     1 +
 .../functionTests/tests/lang/AggBuiltinTest.java   |  3087 +++-
 .../functionTests/tests/lang/AlterTableTest.java   |   650 +
 .../tests/lang/AutoIncrementTest.java              |    45 +-
 .../functionTests/tests/lang/ClassLoadingTest.java |    77 +
 .../tests/lang/ConstraintCharacteristicsTest.java  |   172 +-
 .../functionTests/tests/lang/DBOAccessTest.java    |    47 +-
 .../tests/lang/Derby6725GetDatabaseName.java       |    68 +
 .../tests/lang/ForeignKeysDeferrableTest.java      |    48 +-
 .../tests/lang/GeneratedColumnsHelper.java         |     1 -
 .../tests/lang/GeneratedColumnsTest.java           |   279 +-
 .../tests/lang/GrantRevokeDDLTest.java             |     2 +
 .../tests/lang/IdentitySequenceTest.java           |     6 +-
 .../functionTests/tests/lang/InsertTest.java       |   146 +
 .../functionTests/tests/lang/JsonSuite.java        |    72 +
 .../tests/lang/LuceneSupportPermsTest.java         |   290 +
 .../tests/lang/MathTrigFunctionsTest.java          |     6 +-
 .../tests/lang/MergeStatementTest.java             |    40 +-
 .../tests/lang/NewOptimizerOverridesTest.java      |     3 +-
 .../tests/lang/NoDBInternalsPermissionTest.java    |   195 +
 .../functionTests/tests/lang/NullIfTest.java       |    28 +
 .../functionTests/tests/lang/RolesTest.java        |    12 +-
 .../SecurityPolicyReloadingTest.initial.policy     |     2 +
 .../SecurityPolicyReloadingTest.modified.policy    |     2 +
 ...SecurityPolicyReloadingTest.unreloadable.policy |     2 +
 .../tests/lang/SimpleJsonPermsTest.java            |   220 +
 .../functionTests/tests/lang/SimpleJsonTest.java   |   884 +
 .../functionTests/tests/lang/StalePlansTest.java   |    39 +-
 .../tests/lang/TriggerGeneralTest.java             |    36 +-
 .../functionTests/tests/lang/TriggerTest.java      |    18 +
 .../tests/lang/TriggerWhenClauseTest.java          |   131 +
 .../functionTests/tests/lang/UDAPermsTest.java     |   209 +-
 .../tests/lang/XMLOptimizerTraceTest.java          |    29 +
 .../functionTests/tests/lang/XMLXXETest.java       |   256 +
 .../functionTests/tests/lang/_Suite.java           |     4 +-
 .../functionTests/tests/lang/build.xml             |     1 +
 .../derbyTesting/functionTests/tests/lang/json.dat |     7 +
 .../functionTests/tests/lang/luceneSupport.policy  |     6 +
 .../lang/no_derby_internals.policy}                |    16 +-
 .../tests/lang/resultSetReader.policy              |     7 +
 .../functionTests/tests/lang/schemas.sql           |     4 +-
 .../tests/lang/thermostatReadings.dat              |     5 +
 .../tests/lang/xmlOptimizerXXE1.trace              |    33 +
 .../tests/lang/xmlOptimizerXXE1Payload.trace       |     1 +
 .../tests/lang/xmlOptimizerXXE2.trace              |    15 +
 .../tests/management/CacheManagerMBeanTest.java    |   404 +
 .../CacheManagerMBeanTest.withPerm.policy          |    95 +
 .../CacheManagerMBeanTest.withoutPerm.policy       |    93 +
 .../functionTests/tests/management/MBeanTest.java  |    33 +-
 .../functionTests/tests/management/_Suite.java     |     1 +
 .../functionTests/tests/management/build.xml       |     2 +-
 .../tests/memorydb/Derby6662Test.java              |   135 +
 .../tests/memorydb/DropWhileConnectingTest.java    |     2 +-
 .../functionTests/tests/memorydb/_Suite.java       |     1 +
 .../ReplicationRun_Local_StateTest_part1_1.java    |     4 +-
 .../tests/store/ClobReclamationTest.java           |   185 +-
 .../tests/store/Derby3980DeadlockTest.policy       |    12 +-
 .../tests/store/LockTableVtiTest.java              |    30 +-
 .../functionTests/tests/store/UpdateLocksTest.java |   217 +-
 .../store/updateBtreeHoldCursorLocksJDBC30.subsql  |   462 -
 .../tests/store/updateholdcursorlocksJDBC30.subsql |   379 -
 .../tests/store/updatelocksJDBC30.sql              |   355 -
 .../tests/store/updatelocksJDBC30_app.properties   |    20 -
 .../tests/storetests/Derby94Test.java              |   146 +
 .../tests/{memorydb => storetests}/_Suite.java     |    29 +-
 .../functionTests/tests/storetests/build.xml       |     1 +
 .../tests/storetests/default_app.properties        |    36 -
 .../tests/storetests/default_derby.properties      |    20 -
 .../functionTests/tests/storetests/derby94.sql     |    55 -
 .../tests/storetests/derby94_app.properties        |    17 -
 .../tests/storetests/derby94_derby.properties      |    17 -
 .../tests/storetests/st_derby1939.java             |   101 +-
 .../tests/storetests/st_derby715.java              |   357 +-
 .../tests/storetests/st_derby715_derby.properties  |    22 -
 .../tests/storetests/st_derby715_sed.properties    |    27 -
 .../tests/storetests/st_reclaim_longcol.java       |   294 +-
 .../functionTests/tests/storetests/st_schema.sql   |    17 -
 .../tests/storetests/st_schema_app.properties      |    28 -
 .../tests/upgradeTests/BasicSetup.java             |    15 +-
 .../tests/upgradeTests/Changes10_12.java           |   325 +
 .../tests/upgradeTests/Changes10_2.java            |     2 +-
 .../tests/upgradeTests/OldVersions.java            |     1 +
 .../tests/upgradeTests/PhaseChanger.java           |     5 +-
 .../tests/upgradeTests/UpgradeClassLoader.java     |    28 -
 .../tests/upgradeTests/UpgradeRun.java             |     2 +
 .../tests/upgradeTests/UpgradeTrajectoryTest.java  |    14 +-
 .../util/PrivilegedFileOpsForTests.java            |    22 +
 .../functionTests/util/PropertyUtil.java           |    35 +-
 .../functionTests/util/T_ConsistencyChecker.java   |    35 +-
 .../functionTests/util/derby_tests.policy          |    28 +-
 .../derbyTesting/junit/BaseJDBCTestCase.java       |    41 +-
 .../apache/derbyTesting/junit/BaseTestCase.java    |    33 +-
 .../apache/derbyTesting/junit/BaseTestSetup.java   |     3 +-
 .../derbyTesting/junit/ClassLoaderTestSetup.java   |   105 +
 .../org/apache/derbyTesting/junit/JDBC.java        |   122 +-
 .../derbyTesting/junit/SecurityManagerSetup.java   |    18 +-
 .../apache/derbyTesting/junit/SpawnedProcess.java  |   116 +
 .../derbyTesting/junit/SupportFilesSetup.java      |    10 +-
 .../derbyTesting/junit/TestConfiguration.java      |     1 +
 .../derbyTesting/unitTests/crypto/T_Cipher.java    |    31 +-
 .../unitTests/harness/BasicUnitTestManager.java    |    80 +-
 .../derbyTesting/unitTests/harness/T_Bomb.java     |    30 +-
 .../unitTests/harness/UnitTestMain.java            |    23 +-
 .../unitTests/junit/MissingPermissionsTest.java    |   171 +-
 .../unitTests/junit/MissingPermissionsTest.policy  |    13 +-
 .../unitTests/junit/MissingPermissionsTest1.policy |     1 +
 .../unitTests/junit/MissingPermissionsTest2.policy |     7 +
 .../junit/SystemPrivilegesPermissionTest.java      |   147 +-
 .../junit/SystemPrivilegesPermissionTest.policy    |     1 +
 .../junit/SystemPrivilegesPermissionTest1.policy   |     1 +
 .../unitTests/services/T_CacheService.java         |    34 +-
 .../unitTests/services/T_DaemonService.java        |    31 +-
 .../unitTests/services/T_LockFactory.java          |    32 +-
 .../unitTests/services/T_UUIDFactory.java          |    25 +-
 .../unitTests/store/T_AccessFactory.java           |    93 +-
 .../unitTests/store/T_FileSystemData.java          |    60 +-
 .../derbyTesting/unitTests/store/T_Heap.java       |    52 +-
 .../unitTests/store/T_RawStoreFactory.java         |    74 +-
 .../unitTests/store/T_RecoverBadLog.java           |   106 +-
 .../unitTests/store/T_RecoverFullLog.java          |    99 +-
 .../derbyTesting/unitTests/store/T_Recovery.java   |   121 +-
 .../unitTests/store/T_SortController.java          |    57 +-
 .../derbyTesting/unitTests/store/T_StreamFile.java |    52 +-
 .../apache/derbyTesting/unitTests/store/T_XA.java  |    70 +-
 .../apache/derbyTesting/unitTests/store/T_b2i.java |   114 +-
 .../derbyTesting/unitTests/util/MsgTrace.java      |    25 +-
 .../derby/iapi/tools/i18n/LocalizedResource.java   |    63 +-
 .../org/apache/derby/impl/tools/sysinfo/Main.java  |     2 +-
 .../derby/loc/toolsmessages_de_DE.properties       |     1 +
 .../apache/derby/loc/toolsmessages_es.properties   |     1 +
 .../apache/derby/loc/toolsmessages_fr.properties   |     1 +
 .../apache/derby/loc/toolsmessages_it.properties   |     1 +
 .../derby/loc/toolsmessages_ja_JP.properties       |     1 +
 .../derby/loc/toolsmessages_ko_KR.properties       |     1 +
 .../derby/loc/toolsmessages_zh_CN.properties       |     1 +
 .../derby/loc/toolsmessages_zh_TW.properties       |     1 +
 maven2/SetDerbyVersion.java                        |     1 +
 maven2/optionaltools/pom.xml                       |    60 +
 maven2/pom.xml                                     |     1 +
 releaseSummary.xml                                 |    22 +-
 tools/ant/properties/extrapath.properties          |     3 +-
 tools/ant/properties/release.properties            |    10 +-
 tools/jar/extraDBMSclasses.properties              |     6 +-
 tools/javadoc/publishedapi.ant                     |     2 +
 tools/release/notices/simpleJson.txt               |     4 +
 428 files changed, 31198 insertions(+), 22931 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git



More information about the pkg-java-commits mailing list