Skip to content
New issue

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

Build users service with spring native (#6813) #7070

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

quinarygio
Copy link
Contributor

To make it work on my ubuntu I had to install an additional library:
sudo apt-get install zlib1g-dev

To build a native image of users service:
cd services/users

gradle clean build

gradle nativeCompile

gradle bootBuildImage

Issues to be invetigated:

  • configuration proprties are taken ONLY from application.yml, so I had to copy configuration from common.yml and users.yml
  • JacksonConfig objectMapper bean was not instantiated correctly, so I removed it

@quinarygio quinarygio linked an issue Aug 22, 2024 that may be closed by this pull request
@quinarygio quinarygio marked this pull request as draft August 22, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try to use spring native for opfab java services
1 participant