See 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/1793/changes>

Changes:

[coheigea] Switch to use StandardCharset.UTF_8 instead of string literal

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building OAuth 1.0a server 3.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth_demo-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
oauth_demo-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ 
oauth_demo-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/target/classes>
[INFO] 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/spring/SpringOAuthAuthenticationFilter.java>:
 Some input files use or override a deprecated API.
[INFO] 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/spring/SpringOAuthAuthenticationFilter.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/spring/SpringOAuthAuthenticationFilter.java>:
 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/spring/SpringOAuthAuthenticationFilter.java>
 uses unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/spring/SpringOAuthAuthenticationFilter.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/controllers/ApplicationController.java>:[71,86]
 cannot find symbol
  symbol:   variable StandardCharsets
  location: class demo.oauth.server.controllers.ApplicationController
[ERROR] 
<https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$oauth_demo-server/ws/src/main/java/demo/oauth/server/controllers/MemoryOAuthDataProvider.java>:[172,83]
 cannot find symbol
  symbol:   variable StandardCharsets
  location: class demo.oauth.server.controllers.MemoryOAuthDataProvider
[INFO] 2 errors 
[INFO] -------------------------------------------------------------

Reply via email to