Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to spring boot #68

Merged
merged 37 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
762d0c1
Modified class hierarchy provider to support a fixed root class
matthewhorridge Sep 27, 2024
dcec889
Major changes in the way we provide hierarchies (wip)
matthewhorridge Oct 15, 2024
97a5a20
Removed System.err printing
matthewhorridge Oct 15, 2024
b40c65d
Set backend-api dependency to 2.0.1
matthewhorridge Oct 17, 2024
9456dae
Added functionality to persist named hierarchies
matthewhorridge Oct 18, 2024
47c730b
Added isBuiltIn method to HierarchyId
matthewhorridge Oct 18, 2024
e1bcd40
Added test for NamedHierarchy
matthewhorridge Oct 18, 2024
cc82c29
Changes to support filtering of search results with criteria
matthewhorridge Nov 4, 2024
15620db
Merge branch 'main' into filtered-hierarchies
matthewhorridge Dec 2, 2024
7bc5073
Merge pull request #61 from protegeproject/filtered-hierarchies
alexsilaghi Dec 10, 2024
88810c5
ci: version bump 1.3.15
Dec 10, 2024
2f8d2e3
Upgrade to Spring Boot 3.4.1
matthewhorridge Jan 9, 2025
ca3d29d
Removed junit vintage engine
matthewhorridge Jan 9, 2025
674c9f1
Removed glassfish javax.json dependency
matthewhorridge Jan 9, 2025
84fe6fb
Removed legacy API classes. Removed jersey-container-servelet depend…
matthewhorridge Jan 9, 2025
c3c5a3b
Removed commons-io dependency
matthewhorridge Jan 9, 2025
db0d3aa
Removed commons-lang dependency
matthewhorridge Jan 9, 2025
45ec175
Upgraded testcontainers dependency
matthewhorridge Jan 9, 2025
cbd472d
Upgraded webprotege-jackson
matthewhorridge Jan 9, 2025
96687c5
Upgraded webprotege-common
matthewhorridge Jan 9, 2025
4135123
Upgraded webprotege-entity-frames
matthewhorridge Jan 9, 2025
0971ade
Upgraded webprotege-ipc
matthewhorridge Jan 9, 2025
615356d
Upgraded webprotege-revision-manager
matthewhorridge Jan 9, 2025
117876c
Upgraded mongodb and rabbitmq testcontainers
matthewhorridge Jan 9, 2025
32d208b
Upgraded ampq dependencies
matthewhorridge Jan 9, 2025
27922f2
Upgraded webprotege-backend-api
matthewhorridge Jan 9, 2025
ddc5485
backend-api should be 2.1.0
matthewhorridge Jan 13, 2025
0f01a7e
Merge pull request #66 from protegeproject/upgrade-spring-boot
alexsilaghi Jan 17, 2025
1e9fed2
ci: version bump 1.3.16
Jan 17, 2025
6a26ce2
Merge remote-tracking branch 'origin/main' into UPGRADE-to-spring-boot
alexsilaghi Jan 24, 2025
88ebf1b
adapt to spring boot 3.
alexsilaghi Jan 24, 2025
20c8178
bump ipc.
alexsilaghi Jan 24, 2025
7c6e329
removed unused property.
alexsilaghi Jan 28, 2025
034dce3
Merge pull request #67 from protegeproject/get-all-classes-in-ontology
alexsilaghi Feb 4, 2025
c5628ba
Bump version to 2.0.17-WHO
github-actions[bot] Feb 4, 2025
2cef944
Merge remote-tracking branch 'origin/main-WHO' into UPGRADE-to-spring…
alexsilaghi Feb 4, 2025
d3facad
fix after merge.
alexsilaghi Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed legacy API classes. Removed jersey-container-servelet depende…
…ncy.
matthewhorridge committed Jan 9, 2025
commit 84fe6fbe4a7a27ca78f851697222cad6e911f74d
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -124,11 +124,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.27</version>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
</dependency>

<dependency>
67 changes: 0 additions & 67 deletions src/main/java/edu/stanford/protege/webprotege/api/ApiKey.java

This file was deleted.

This file was deleted.

This file was deleted.

69 changes: 0 additions & 69 deletions src/main/java/edu/stanford/protege/webprotege/api/ApiKeyId.java

This file was deleted.

71 changes: 0 additions & 71 deletions src/main/java/edu/stanford/protege/webprotege/api/ApiKeyInfo.java

This file was deleted.

This file was deleted.

This file was deleted.

101 changes: 0 additions & 101 deletions src/main/java/edu/stanford/protege/webprotege/api/ApiKeyRecord.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions src/main/java/edu/stanford/protege/webprotege/api/UserApiKeys.java

This file was deleted.