Dynamically get version of Vaadin Flow in running web app
up vote
0
down vote
favorite
In a Vaadin Flow app, how does one ask what version of Vaadin is currently deployed?
version vaadin vaadin-flow
add a comment |
up vote
0
down vote
favorite
In a Vaadin Flow app, how does one ask what version of Vaadin is currently deployed?
version vaadin vaadin-flow
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In a Vaadin Flow app, how does one ask what version of Vaadin is currently deployed?
version vaadin vaadin-flow
In a Vaadin Flow app, how does one ask what version of Vaadin is currently deployed?
version vaadin vaadin-flow
version vaadin vaadin-flow
asked Nov 8 at 21:02
Basil Bourque
103k25354514
103k25354514
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Version
You can find that information from Flow's Version
class.
System.out.println( "Vaadin Version.getFullVersion(): " + Version.getFullVersion() );
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Version
You can find that information from Flow's Version
class.
System.out.println( "Vaadin Version.getFullVersion(): " + Version.getFullVersion() );
add a comment |
up vote
2
down vote
accepted
Version
You can find that information from Flow's Version
class.
System.out.println( "Vaadin Version.getFullVersion(): " + Version.getFullVersion() );
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Version
You can find that information from Flow's Version
class.
System.out.println( "Vaadin Version.getFullVersion(): " + Version.getFullVersion() );
Version
You can find that information from Flow's Version
class.
System.out.println( "Vaadin Version.getFullVersion(): " + Version.getFullVersion() );
edited Nov 11 at 4:20
Basil Bourque
103k25354514
103k25354514
answered Nov 9 at 3:10
Leif Åstrand
1,37059
1,37059
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53216093%2fdynamically-get-version-of-vaadin-flow-in-running-web-app%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown