We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking out from git and running mvn package gives the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project openid-connect-common: Compilation failure: Compilation failure: [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java:[23,24] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: package javax.annotation [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java:[28,24] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: package javax.annotation [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java:[82,10] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: class org.mitre.openid.connect.config.ConfigurationPropertiesBean [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java:[119,10] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
The text was updated successfully, but these errors were encountered:
FYI if you're just trying to get up and running, the solution I've done today is to just download the WAR from Maven Central
Sorry, something went wrong.
No branches or pull requests
Checking out from git and running mvn package gives the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project openid-connect-common: Compilation failure: Compilation failure: [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java:[23,24] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: package javax.annotation [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java:[28,24] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: package javax.annotation [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java:[82,10] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: class org.mitre.openid.connect.config.ConfigurationPropertiesBean [ERROR] /home/azureuser/fhir/miteid/openid/OpenID-Connect-Java-Spring-Server/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java:[119,10] cannot find symbol [ERROR] symbol: class PostConstruct [ERROR] location: class org.mitre.jwt.encryption.service.impl.DefaultJWTEncryptionAndDecryptionService
The text was updated successfully, but these errors were encountered: