Skip to content

Commit

Permalink
migrate to spring+vaadin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Apr 28, 2024
1 parent af1cd8e commit 1958be6
Show file tree
Hide file tree
Showing 51 changed files with 3,798 additions and 52,520 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ private PluginNode loadPlugin(PluginChannel channel, Path deployUnzip) throws Ex
logger.info(e.getMessage(), e);
}

logger.info("Deploying plugin " + pluginDescriptor.getPluginId() + "=" + pluginDescriptor.getVersion() + " for platform: " + platformVersion + " to channe: " + channel);

repositoryChannelStore.push(pluginNode, myRepositoryChannelsService.getDeployPluginExtension(), path ->
{
try (ZipOutputStream zipOutputStream = new ZipOutputStream(Files.newOutputStream(path)))
Expand Down
7 changes: 7 additions & 0 deletions hub-backend/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_____ _____ _ _ _____ _ _ _ _____ _
/ __ \ _ | \ | |/ ___| | | | | | _ |(_)
| / \/ | | | \| |\ `--.| | | | | | | | | _ ___
| | | | | | . ` | `--. \ | | | | | | | || |/ _ \
| \__/\ \_/ / |\ |/\__/ / |_| | |___\ \_/ /| | (_) |
\____/\___/\_| \_/\____/ \___/\_____/\___(_)_|\___/

3 changes: 0 additions & 3 deletions hub-frontend-v8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
</repositories>

<properties>
<vaadin.version>24.1.8</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>

<start-class>consulo.hub.frontend.WebServiceApplication</start-class>
</properties>

Expand Down
6,323 changes: 3,541 additions & 2,782 deletions hub-frontend/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1958be6

Please sign in to comment.