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

ilgrosso pushed a change to branch 
dependabot/maven/org.apache.derby-derby-10.17.1.0
in repository https://gitbox.apache.org/repos/asf/openjpa.git


    from 5203f7d84 Bump org.apache.derby:derby from 10.15.2.0 to 10.17.1.0
     add 5b49d5351 [maven-release-plugin] prepare release 4.0.0
     add 96005fcd2 [maven-release-plugin] prepare for next development iteration
     add 823ffc54e OPENJPA-2921 upgrade bundle and karaf maven plugins
     add b3d1ef867 OPENJPA-2922 disable JNDI lookup of EMF by default
     add c3fff2cb0 [OPENJPA-2923] replace new Long(long) with 
Long.valueOf(long) while enhancing (#117)
     add ae8c759ff [OPENJPA-2924] BlacklistClassResolver is improved (#118)
     add 80a8b7712 [OPENJPA-2926] Dependencies are updated (#119)
     add 342ed18ee Merge branch 'master' into 
dependabot/maven/org.apache.derby-derby-10.17.1.0

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |    1 +
 openjpa-all/pom.xml                                |    2 +-
 openjpa-examples/image-gallery/pom.xml             |    2 +-
 openjpa-examples/openbooks/pom.xml                 |    2 +-
 openjpa-examples/pom.xml                           |    2 +-
 openjpa-examples/simple/pom.xml                    |    2 +-
 openjpa-features/pom.xml                           |    9 +-
 openjpa-integration/daytrader/pom.xml              |    2 +-
 openjpa-integration/examples/pom.xml               |    2 +-
 openjpa-integration/jmx/pom.xml                    |    2 +-
 openjpa-integration/pom.xml                        |    2 +-
 openjpa-integration/slf4j/pom.xml                  |    2 +-
 openjpa-integration/tck/pom.xml                    |    2 +-
 openjpa-integration/validation/pom.xml             |    2 +-
 openjpa-jdbc/pom.xml                               |    2 +-
 .../jdbc/kernel/exps/NullableAggregateUnaryOp.java |   92 +-
 .../kernel/TestSQLStoreParamsSubstitution.java     |  186 +-
 openjpa-jest/pom.xml                               |    2 +-
 openjpa-junit5/pom.xml                             |    2 +-
 openjpa-kernel/pom.xml                             |    2 +-
 .../org/apache/openjpa/enhance/PCEnhancer.java     |   22 +-
 .../openjpa/util/BlacklistClassResolver.java       |   28 +-
 .../org/apache/openjpa/kernel/localizer.properties |    3 +
 .../openjpa/conf/SpecificationAdditionalTests.java |  151 +-
 openjpa-kubernetes/pom.xml                         |    2 +-
 openjpa-lib/pom.xml                                |    2 +-
 .../collections/AbstractCollectionDecorator.java   |  378 +-
 .../lib/util/collections/AbstractDualBidiMap.java  | 1648 +++----
 .../util/collections/AbstractEmptyIterator.java    |  150 +-
 .../util/collections/AbstractEmptyMapIterator.java |   94 +-
 .../lib/util/collections/AbstractHashedMap.java    | 2786 ++++++------
 .../lib/util/collections/AbstractIterableMap.java  |   70 +-
 .../collections/AbstractIteratorDecorator.java     |   94 +-
 .../lib/util/collections/AbstractKeyValue.java     |  184 +-
 .../lib/util/collections/AbstractLinkedMap.java    | 1240 +++---
 .../util/collections/AbstractListDecorator.java    |  256 +-
 .../lib/util/collections/AbstractMapDecorator.java |  312 +-
 .../lib/util/collections/AbstractMapEntry.java     |  184 +-
 .../collections/AbstractMapEntryDecorator.java     |  182 +-
 .../collections/AbstractOrderedMapDecorator.java   |  188 +-
 .../lib/util/collections/AbstractReferenceMap.java | 2214 +++++-----
 .../AbstractSerializableListDecorator.java         |  142 +-
 .../AbstractSerializableSetDecorator.java          |  144 +-
 .../lib/util/collections/AbstractSetDecorator.java |  148 +-
 .../collections/AbstractSortedMapDecorator.java    |  338 +-
 .../AbstractUntypedIteratorDecorator.java          |  134 +-
 .../openjpa/lib/util/collections/BidiMap.java      |  310 +-
 .../openjpa/lib/util/collections/BoundedMap.java   |   94 +-
 .../lib/util/collections/ComparableComparator.java |  262 +-
 .../lib/util/collections/ComparatorChain.java      |  704 +--
 .../lib/util/collections/DefaultMapEntry.java      |  122 +-
 .../lib/util/collections/DualHashBidiMap.java      |  218 +-
 .../lib/util/collections/DualTreeBidiMap.java      |  822 ++--
 .../lib/util/collections/EmptyIterator.java        |  142 +-
 .../lib/util/collections/EmptyMapIterator.java     |  106 +-
 .../lib/util/collections/EmptyOrderedIterator.java |  102 +-
 .../util/collections/EmptyOrderedMapIterator.java  |  106 +-
 .../collections/EntrySetToMapIteratorAdapter.java  |  238 +-
 .../lib/util/collections/FilterIterator.java       |  368 +-
 .../openjpa/lib/util/collections/IterableMap.java  |  174 +-
 .../lib/util/collections/IterableSortedMap.java    |   60 +-
 .../lib/util/collections/IteratorChain.java        |  560 +--
 .../openjpa/lib/util/collections/KeyValue.java     |   94 +-
 .../openjpa/lib/util/collections/LRUMap.java       | 1060 ++---
 .../openjpa/lib/util/collections/LinkedMap.java    |  642 +--
 .../lib/util/collections/ListIteratorWrapper.java  |  538 +--
 .../openjpa/lib/util/collections/MapIterator.java  |  228 +-
 .../lib/util/collections/OrderedBidiMap.java       |  104 +-
 .../lib/util/collections/OrderedIterator.java      |   94 +-
 .../openjpa/lib/util/collections/OrderedMap.java   |  146 +-
 .../lib/util/collections/OrderedMapIterator.java   |   96 +-
 .../lib/util/collections/ReferenceIdentityMap.java |  510 +--
 .../openjpa/lib/util/collections/ReferenceMap.java |  400 +-
 .../lib/util/collections/ResettableIterator.java   |   76 +-
 .../util/collections/ResettableListIterator.java   |   64 +-
 .../lib/util/collections/SortedBidiMap.java        |  118 +-
 .../openjpa/lib/util/collections/TreeBidiMap.java  | 4506 ++++++++++----------
 .../openjpa/lib/util/collections/Unmodifiable.java |   76 +-
 .../util/collections/UnmodifiableCollection.java   |  236 +-
 .../lib/util/collections/UnmodifiableEntrySet.java |  380 +-
 .../lib/util/collections/UnmodifiableIterator.java |  168 +-
 .../lib/util/collections/UnmodifiableList.java     |  308 +-
 .../util/collections/UnmodifiableListIterator.java |  224 +-
 .../lib/util/collections/UnmodifiableMapEntry.java |  146 +-
 .../util/collections/UnmodifiableOrderedMap.java   |  298 +-
 .../UnmodifiableOrderedMapIterator.java            |  222 +-
 .../lib/util/collections/UnmodifiableSet.java      |  234 +-
 openjpa-persistence-jdbc/pom.xml                   |    2 +-
 .../openjpa/jira1794/TestAggregateFunctions.java   |  578 +--
 .../jira1794/TestCompatAggregateFunctions.java     |   82 +-
 .../test/java/org/apache/openjpa/meta/PChild.java  |  112 +-
 .../test/java/org/apache/openjpa/meta/Parent.java  |  104 +-
 .../apache/openjpa/meta/TestSecondaryTable.java    |   98 +-
 .../callbacks/EntityListenerMappedSuperClass.java  |   58 +-
 .../persistence/callbacks/MSCListenerEntity.java   |  100 +-
 .../callbacks/TestMSCEntityListeners.java          |  240 +-
 .../persistence/compat/Uni_1ToM_Map_FK.java        |  182 +-
 .../TestRemoteQueryCacheCriteriaQuery.java         |  122 +-
 .../persistence/criteria/multiselect/DimDay.java   |  904 ++--
 .../criteria/multiselect/FactWorkAssignment.java   |  616 +--
 .../TestCriteriaMultiselectAliasing.java           |  332 +-
 .../datacache/SerializingConcurrentQueryCache.java |  126 +-
 .../persistence/enhance/identity/Dependent5.java   |  108 +-
 .../persistence/jdbc/TestIsolationFecthHint.java   |  123 +-
 .../persistence/jdbc/mapping/Authority.java        |  158 +-
 .../jdbc/mapping/TestEnumXmlTypeMapping.java       |   78 +-
 .../jdbc/meta/TestUseSchemaElement.java            |  292 +-
 .../persistence/jdbc/query/sub/MaxQueryEntity.java |  138 +-
 .../jdbc/query/sub/MaxQueryMapEntity.java          |  166 +-
 .../persistence/jdbc/query/sub/TestSubQuery.java   |  186 +-
 .../jdbc/sqlcache/CombinedPKTestEntity.java        |  160 +-
 .../jdbc/sqlcache/discrim/AbstractExtValue.java    |  138 +-
 .../jdbc/sqlcache/discrim/ComposedPK.java          |  176 +-
 .../jdbc/sqlcache/discrim/ExtValue1.java           |   62 +-
 .../sqlcache/discrim/TestFinderCacheWithNulls.java |  226 +-
 .../jdbc/sqlcache/discrim/UserData.java            |  176 +-
 .../openjpa/persistence/jpql/joins/Department.java |  212 +-
 .../openjpa/persistence/jpql/joins/Employee.java   |  196 +-
 .../joins/TestJoinFetchWithQueryDataCache.java     |  490 +--
 .../jpql/joins/leftfetch/DepartmentTest.java       |  128 +-
 .../jpql/joins/leftfetch/PersonTest.java           |  140 +-
 .../jpql/joins/leftfetch/TestJoinLeftFetch.java    |  340 +-
 .../jpql/literals/TestLiteralInSQL.java            |  128 +-
 .../openjpa/persistence/jpql/version/Author.java   |   80 +-
 .../openjpa/persistence/jpql/version/Document.java |   76 +-
 .../jpql/version/TestJoinVersionField.java         |  172 +-
 .../persistence/jpql/version/type/BaseEntity.java  |   62 +-
 .../jpql/version/type/ChildVersionEntity.java      |   66 +-
 .../jpql/version/type/LongVersionEntity.java       |   83 +-
 .../version/type/PrimativeLongVersionEntity.java   |   83 +-
 .../version/type/PrimativeShortVersionEntity.java  |   83 +-
 .../jpql/version/type/ShortVersionEntity.java      |   84 +-
 .../jpql/version/type/TestVersionFieldType.java    |  202 +-
 .../jpql/version/type/TimestampVersionEntity.java  |   85 +-
 .../persistence/kernel/PessimisticLockEntity.java  |   94 +-
 .../kernel/TestPessimisticLockException.java       |  374 +-
 .../apache/openjpa/persistence/merge/LineItem.java |  284 +-
 .../openjpa/persistence/merge/LineItemPK.java      |  170 +-
 .../apache/openjpa/persistence/merge/Order.java    |  182 +-
 .../persistence/merge/TestMultipleMerge.java       |  176 +-
 .../timestamp/TestTimestampOptLockEx.java          |  258 +-
 .../optlockex/timestamp/VersionTSEntity.java       |  126 +-
 .../pudefaults/PUDefaultSchemaEntity.java          |   94 +-
 .../PUSchemaInSequenceAnnotationEntity.java        |   96 +-
 .../PUSchemaInSequenceMappingEntity.java           |   96 +-
 .../PUSchemaInTableAnnotationEntity.java           |   98 +-
 .../pudefaults/PUSchemaInTableMappingEntity.java   |  102 +-
 .../pudefaults/TestOpenJPASchemaPUDefault.java     |  134 +-
 .../pudefaults/TestSchemaPUDefault.java            |  206 +-
 .../persistence/querycache/QCEntityM2O.java        |  110 +-
 .../querycache/TestQueryCacheWithDataCache.java    |  174 +-
 .../persistence/relations/entity/LrsEntityA.java   |  202 +-
 .../persistence/relations/entity/LrsEntityB.java   |  170 +-
 openjpa-persistence-locking/pom.xml                |    2 +-
 .../apache/openjpa/persistence/lockmgr/Person.java |  202 +-
 .../openjpa/persistence/lockmgr/VersionEntity.java |  122 +-
 openjpa-persistence/pom.xml                        |    2 +-
 .../openjpa/persistence/OpenJPAPersistence.java    |   10 +
 openjpa-project/pom.xml                            |    9 +-
 openjpa-slice/pom.xml                              |    2 +-
 openjpa-tools/openjpa-fetch-statistics-was/pom.xml |    2 +-
 openjpa-tools/openjpa-fetch-statistics/pom.xml     |    2 +-
 openjpa-tools/openjpa-maven-plugin/pom.xml         |    4 +-
 openjpa-tools/pom.xml                              |    2 +-
 openjpa-xmlstore/pom.xml                           |    2 +-
 openjpa/pom.xml                                    |    2 +-
 pom.xml                                            |   84 +-
 167 files changed, 19484 insertions(+), 19432 deletions(-)

Reply via email to