File tree Expand file tree Collapse file tree
src/main/java/com/baeldung/springintegration/controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 </dependency >
2828 <dependency >
2929 <groupId >javax.el</groupId >
30- <artifactId >el-api</artifactId >
30+ <artifactId >javax. el-api</artifactId >
3131 <version >${javax.el.version} </version >
3232 </dependency >
3333
127127
128128 <!-- JSF -->
129129 <com .sun.faces.version>2.1.7</com .sun.faces.version>
130- <javax .el.version>2.2 </javax .el.version>
130+ <javax .el.version>3.0.0 </javax .el.version>
131131
132132 <!-- logging -->
133133 <org .slf4j.version>1.7.13</org .slf4j.version>
Original file line number Diff line number Diff line change 11package com .baeldung .springintegration .controllers ;
22
3- import java .util .Random ;
43import javax .annotation .PostConstruct ;
4+ import javax .el .LambdaExpression ;
55import javax .faces .application .Application ;
66import javax .faces .application .FacesMessage ;
77import javax .faces .bean .ManagedBean ;
88import javax .faces .bean .ViewScoped ;
9- import javax .faces .component .html .HtmlInputText ;
109import javax .faces .context .FacesContext ;
10+ import java .util .Random ;
1111
1212@ ManagedBean (name = "ELBean" )
1313@ ViewScoped
You can’t perform that action at this time.
0 commit comments