Skip to content

Commit 4eb9ad3

Browse files
committed
Remove features
1 parent c8eb81b commit 4eb9ad3

100 files changed

Lines changed: 65 additions & 12772 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

h2/.mvn/wrapper/maven-wrapper.jar

-61.1 KB
Binary file not shown.

h2/.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

h2/META-INF/MANIFEST.MF

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
Manifest-Version: 1.0
2+
Implementation-Title: H2 Database Light Engine
3+
Implementation-URL: https://github.com/ARCAD-Software/h2database-light
4+
Implementation-Version: 2.3.232.1
5+
Build-Jdk: 17
6+
Created-By: ${createdBy}
7+
Automatic-Module-Name: com.h2database.light
8+
Bundle-Activator: org.h2.util.DbDriverActivator
9+
Bundle-ManifestVersion: 2
10+
Bundle-Name: H2 Database Light Engine
11+
Bundle-RequiredExecutionEnvironment: JavaSE-17
12+
Bundle-SymbolicName: com.h2database.light
13+
Bundle-Vendor: ARCAD Software
14+
Bundle-Version: 2.3.232.1
15+
Bundle-License: https://github.com/ARCAD-Software/h2database-light
16+
Bundle-Category: jdbc
17+
Multi-Release: true
18+
Import-Package: javax.crypto,
19+
javax.crypto.spec,
20+
javax.management,
21+
javax.naming;resolution:=optional,
22+
javax.naming.directory;resolution:=optional,
23+
javax.naming.spi;resolution:=optional,
24+
javax.net,
25+
javax.net.ssl,
26+
javax.script;resolution:=optional,
27+
javax.security.auth.callback;resolution:=optional,
28+
javax.security.auth.login;resolution:=optional,
29+
javax.sql,
30+
javax.tools;resolution:=optional,
31+
javax.transaction.xa;resolution:=optional,
32+
javax.xml.parsers;resolution:=optional,
33+
javax.xml.stream;resolution:=optional,
34+
javax.xml.transform;resolution:=optional,
35+
javax.xml.transform.dom;resolution:=optional,
36+
javax.xml.transform.sax;resolution:=optional,
37+
javax.xml.transform.stax;resolution:=optional,
38+
javax.xml.transform.stream;resolution:=optional,
39+
org.locationtech.jts.geom;version="[1.19.0,2.0.0)";resolution:=optional,
40+
org.locationtech.jts.geom.impl;version="[1.19.0,2.0.0)";resolution:=optional,
41+
org.osgi.framework;version="[1.5.0,2.0.0)",
42+
org.osgi.service.jdbc;version="[1.1.0,2.0.0)";resolution:=optional,
43+
org.slf4j;version="[1.7.0,2.0.0)";resolution:=optional,
44+
org.w3c.dom;resolution:=optional,
45+
org.xml.sax;resolution:=optional,
46+
org.xml.sax.helpers;resolution:=optional
47+
Export-Package: org.h2;version="2.3.232",
48+
org.h2.api;version="2.3.232",
49+
org.h2.fulltext;version="2.3.232",
50+
org.h2.jdbc;version="2.3.232",
51+
org.h2.jdbcx;version="2.3.232",
52+
org.h2.tools;version="2.3.232",
53+
org.h2.util;version="2.3.232",
54+
org.h2.value;version="2.3.232",
55+
org.h2.bnf;version="2.3.232",
56+
org.h2.bnf.context;version="2.3.232",
57+
org.h2.mvstore;version="2.3.232",
58+
org.h2.mvstore.tx;version="2.3.232",
59+
org.h2.mvstore.type;version="2.3.232",
60+
org.h2.mvstore.rtree;version="2.3.232",
61+
org.h2.store.fs;version="2.3.232"
62+
Provide-Capability: osgi.service;objectClass:List<String>=org.osgi.service.jdbc.DataSourceFactory

h2/src/main/META-INF/native-image/reflect-config.json renamed to h2/META-INF/native-image/reflect-config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,14 +404,6 @@
404404
],
405405
"name": "org.h2.fulltext.FullTextLucene$FullTextTrigger"
406406
},
407-
{
408-
"condition": {
409-
"typeReachable": "org.apache.lucene.search.TotalHits"
410-
},
411-
"allPublicMethods": true,
412-
"allPublicFields": true,
413-
"name": "org.apache.lucene.search.TotalHits"
414-
},
415407
{
416408
"condition": {
417409
"typeReachable": "org.slf4j.Logger"
File renamed without changes.
File renamed without changes.

h2/src/main/META-INF/MANIFEST.MF

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)