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

Resolve java import statements for a few popular community projects #404

Merged
merged 2 commits into from
Dec 2, 2017

Conversation

stefanbuck
Copy link
Member

With this PR OctoLinker will be able to link a few whitelisted java imports with their documentation page. The following list shows you which projects are supported:

  • Junit
  • mockito
  • jslf4j
  • hamcrest
  • jackson-core
  • jackson-annotations
  • jackson-databind
  • Spring AMQP
  • Spring for Android
  • Spring Batch
  • Spring Boot
  • Spring Cloud CLI
  • Spring Cloud Cluster
  • Spring Cloud Commons
  • Spring Cloud Config
  • Spring Cloud Connectors
  • Spring Cloud Consul
  • Spring Cloud Contract
  • Spring Cloud Data Flow
  • Spring Cloud Data Flow for Cloud Foundry
  • Spring Cloud Data Flow for Kubernetes
  • Spring Cloud Data Flow for Apache Mesos
  • Spring Cloud Data Flow for Apache YARN
  • Spring Cloud Function
  • Spring Cloud GCP
  • Spring Cloud Netflix
  • Spring Cloud Pipelines
  • Spring Cloud Skipper
  • Spring Cloud Sleuth
  • Spring Cloud Spinnaker
  • Spring Cloud Stream
  • Spring Cloud Stream App Starters
  • Spring Cloud Task
  • Spring Cloud Task App Starters
  • Spring Cloud Vault
  • Spring Cloud Vault
  • Spring Cloud Zookeeper
  • Spring CredHub
  • Spring Data Commons
  • Spring Data Envers
  • Spring Data GemFire
  • Spring Data JDBC Extensions
  • Spring Data JPA
  • Spring Data LDAP
  • Spring Data MongoDB
  • Spring Data Neo4J
  • Spring Data Redis
  • Spring Data REST
  • Spring Data for Apache Solr
  • Spring Framework
  • Spring for Apache Hadoop
  • Spring HATEOAS
  • Spring Integration
  • Spring LDAP
  • Spring Mobile
  • Spring REST Docs
  • Spring Security
  • Spring Security Kerberos
  • Spring Security OAuth
  • Spring Session
  • Spring Session MongoDB
  • Spring Shell
  • Spring Social
  • Spring Social Facebook
  • Spring Social Twitter
  • Spring Statemachine
  • Spring Vault
  • Spring Web Flow
  • Spring Web Services
  • Spring Cloud Bus
  • Spring Cloud for Cloud Foundry
  • Spring Cloud Cloud Foundry Service Broker
  • Spring Cloud Data
  • Spring Cloud Security
  • Spring Data for Apache Cassandra
  • Spring Data Couchbase
  • Spring Data Elasticsearch
  • Spring for Apache Kafka
  • Spring Security SAML
  • Spring Social GitHub
  • Spring Social LinkedIn
  • Spring Social TripIt
  • Spring Data Graph
  • Spring Flex
  • Spring XD

org\.slf4j
|
org\.apache\.commons\.logging
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we only support a really small portion of java imports, I went with whitelisting the supported packages. Everything else would raise wrong expectations when every import is clickable.

@stefanbuck stefanbuck merged commit 299781f into OctoLinker:master Dec 2, 2017
@stefanbuck stefanbuck deleted the java-mapping branch December 2, 2017 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant