-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete deprecated entity and sample data files
Removed `AbstractEntity.java`, `data.sql`, and the `dev.nathanlively.data` package-info file as they were no longer used. This cleanup helps to streamline the codebase and remove clutter.
- Loading branch information
1 parent
244b209
commit d847618
Showing
16 changed files
with
16,787 additions
and
311 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
{ | ||
"name": "no-name", | ||
"license": "UNLICENSED", | ||
"type": "module", | ||
"dependencies": { | ||
"@fontsource/anton": "4.5.0", | ||
"@polymer/polymer": "3.5.1", | ||
"@vaadin/bundles": "24.4.5", | ||
"@vaadin/common-frontend": "0.0.19", | ||
"@vaadin/polymer-legacy-adapter": "24.4.5", | ||
"@vaadin/react-components": "24.4.5", | ||
"@vaadin/react-components-pro": "24.4.5", | ||
"@vaadin/router": "1.7.5", | ||
"@vaadin/vaadin-development-mode-detector": "2.0.7", | ||
"@vaadin/vaadin-lumo-styles": "24.4.5", | ||
"@vaadin/vaadin-material-styles": "24.4.5", | ||
"@vaadin/vaadin-themable-mixin": "24.4.5", | ||
"@vaadin/vaadin-usage-statistics": "2.1.2", | ||
"construct-style-sheets-polyfill": "3.1.0", | ||
"date-fns": "2.29.3", | ||
"lit": "3.1.4", | ||
"proj4": "2.11.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.23.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "7.24.7", | ||
"@rollup/plugin-replace": "5.0.7", | ||
"@rollup/pluginutils": "5.1.0", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"@vitejs/plugin-react": "4.3.1", | ||
"async": "3.2.5", | ||
"glob": "10.4.1", | ||
"rollup-plugin-brotli": "3.1.0", | ||
"rollup-plugin-visualizer": "5.12.0", | ||
"strip-css-comments": "5.0.0", | ||
"transform-ast": "2.4.4", | ||
"typescript": "5.4.5", | ||
"vite": "5.3.3", | ||
"vite-plugin-checker": "0.6.4", | ||
"workbox-build": "7.1.1", | ||
"workbox-core": "7.1.0", | ||
"workbox-precaching": "7.1.0" | ||
}, | ||
"vaadin": { | ||
"dependencies": { | ||
"@fontsource/anton": "4.5.0", | ||
"@polymer/polymer": "3.5.1", | ||
"@vaadin/bundles": "24.4.5", | ||
"@vaadin/common-frontend": "0.0.19", | ||
"@vaadin/polymer-legacy-adapter": "24.4.5", | ||
"@vaadin/react-components": "24.4.5", | ||
"@vaadin/react-components-pro": "24.4.5", | ||
"@vaadin/router": "1.7.5", | ||
"@vaadin/vaadin-development-mode-detector": "2.0.7", | ||
"@vaadin/vaadin-lumo-styles": "24.4.5", | ||
"@vaadin/vaadin-material-styles": "24.4.5", | ||
"@vaadin/vaadin-themable-mixin": "24.4.5", | ||
"@vaadin/vaadin-usage-statistics": "2.1.2", | ||
"construct-style-sheets-polyfill": "3.1.0", | ||
"date-fns": "2.29.3", | ||
"lit": "3.1.4", | ||
"proj4": "2.11.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.23.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "7.24.7", | ||
"@rollup/plugin-replace": "5.0.7", | ||
"@rollup/pluginutils": "5.1.0", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"@vitejs/plugin-react": "4.3.1", | ||
"async": "3.2.5", | ||
"glob": "10.4.1", | ||
"rollup-plugin-brotli": "3.1.0", | ||
"rollup-plugin-visualizer": "5.12.0", | ||
"strip-css-comments": "5.0.0", | ||
"transform-ast": "2.4.4", | ||
"typescript": "5.4.5", | ||
"vite": "5.3.3", | ||
"vite-plugin-checker": "0.6.4", | ||
"workbox-build": "7.1.1", | ||
"workbox-core": "7.1.0", | ||
"workbox-precaching": "7.1.0" | ||
}, | ||
"hash": "d99bc693155381096ae73eb7ca6447f37c9a082ee16fce07ccc1911cbbef19aa" | ||
}, | ||
"overrides": { | ||
"@vaadin/bundles": "$@vaadin/bundles", | ||
"@vaadin/polymer-legacy-adapter": "$@vaadin/polymer-legacy-adapter", | ||
"@vaadin/vaadin-development-mode-detector": "$@vaadin/vaadin-development-mode-detector", | ||
"@vaadin/router": "$@vaadin/router", | ||
"@vaadin/vaadin-usage-statistics": "$@vaadin/vaadin-usage-statistics", | ||
"@vaadin/react-components": "$@vaadin/react-components", | ||
"@vaadin/react-components-pro": "$@vaadin/react-components-pro", | ||
"@vaadin/common-frontend": "$@vaadin/common-frontend", | ||
"react-dom": "$react-dom", | ||
"construct-style-sheets-polyfill": "$construct-style-sheets-polyfill", | ||
"react-router-dom": "$react-router-dom", | ||
"lit": "$lit", | ||
"@polymer/polymer": "$@polymer/polymer", | ||
"react": "$react", | ||
"date-fns": "$date-fns", | ||
"proj4": "$proj4", | ||
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin", | ||
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles", | ||
"@fontsource/anton": "$@fontsource/anton", | ||
"@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
This file is auto-generated by Vaadin. | ||
--> | ||
|
||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<style> | ||
body, #outlet { | ||
height: 100vh; | ||
width: 100%; | ||
margin: 0; | ||
} | ||
</style> | ||
<!-- index.ts is included here automatically (either by the dev server or during the build) --> | ||
</head> | ||
<body> | ||
<!-- This outlet div is where the views are rendered --> | ||
<div id="outlet"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/main/java/dev/nathanlively/data/SamplePersonRepository.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
src/main/java/dev/nathanlively/services/SamplePersonService.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.