Skip to content

Commit

Permalink
Remove deprecated AuthenticatorImpl class & remove empty spaces from …
Browse files Browse the repository at this point in the history
…Dockerfile
  • Loading branch information
stvoutsin committed Aug 13, 2024
1 parent 83f1d04 commit 339639b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 153 deletions.
7 changes: 7 additions & 0 deletions changelog.d/20240813_192551_steliosvoutsinas_DM_45528.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Removed

- Removed deprecated AuthenticatorImpl class

### Changed

- Removed extra spaces from dockerfile to adhere to best practices
2 changes: 1 addition & 1 deletion docker/Dockerfile.lsst-tap-service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM images.opencadc.org/library/cadc-tomcat:1

LABEL org.opencontainers.image.source = "https://github.com/lsst-sqre/lsst-tap-service"
LABEL org.opencontainers.image.source="https://github.com/lsst-sqre/lsst-tap-service"

RUN dnf update -y && dnf install -y zip unzip

Expand Down
152 changes: 0 additions & 152 deletions src/main/java/org/opencadc/tap/impl/AuthenticatorImpl.java

This file was deleted.

0 comments on commit 339639b

Please sign in to comment.